• Stop being a LURKER - join our dealer community and get involved. Sign up and start a conversation.

Reply to thread

Rick, I have a similar approach in my projects. Basically I use custom attributes on the tag I'm clicking, so say a Credit Approval button becomes <button event-label="{label}" event-category="{category}" event-action="{action}" event-value="{value}">Credit Approval</button>


Basically any click you want to measure can be tagged easily in HTML and a simple handler function tracks to GA.