Yes. There are a few different methods for setting up button tracking. The most common way to do it is to set up an Intelligence Event for tracking. To do this go to WP Admin > Intelligence > Settings > Events > Add event.
Most of the fields you can leave blank. This is an example of what to enter to track clicks on all buttons with the markup:
<button class="btn">Click me</button>
General:
Title: Button Click
Event trigger:
Selector: button
On Event: click
Availability:
Enable event on: All pages except those in the Page list below
You can adjust the settings if there are specific buttons you want to track. For example, if you want to track just buttons with the class “track-click”, you would change the Event trigger: Selector: “button.track-click”.