Hello,
Thanks for reaching out!
Our default GA tracking behavior automatically tracks each click along with its Buttonizer Group name. For example, when each button is clicked, the event_category
passed to GA is as follows:
Buttonizer group: Request full package pricing
Buttonizer group: Schedule an inspection tour
Notice in the screenshot example, we also pass the button that was clicked under the event_action
, among other values.
Can you please clarify what your client is looking to do differently? It seems the clicks should be separated sufficiently to make it easy for reporting, but perhaps I'm not following perfectly.
Note: we also have a JavaScript API if you want full control over how GA tracking is handled. Keep in mind some JS events are Pro only though. It may not be worth the effort to go this route, but I wanted to mention it just in case. For example, you can bind your own JS logic to button clicks, and then fire your own GA tracking events.
Looking forward to your reply!
Cheers,
Tony