Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
Normal
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.
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.