How to add adobe analytics/third party analytics tracking code to forms
Hi Experts,
I am looking for tracking the form events (not just the submissions but like clicks on the form elements etc.) I looked at the global form events but could not find an event which will allow me to track events like focus on element or click on an element.
So looks like that has to be coded into a custom analytics implementation and added into the form as third party analytics.
However I was not able to fogure out how to insert this code into a hubspot form.
I'm curious about your tactic here. In HubSpot forms, the only element I see most of the time is the submit button. What elements are you adding to the form?
If you're adding rich text or images, you can add tracking URLs in the links. But I'm not sure on the use case here. I'd love to learn more about the "why" behind your question!
Did my answer help? Please "mark as a solution" to help others find answers. Plus I really appreciate it!
How to add adobe analytics/third party analytics tracking code to forms
Sure. Here is my requirement.
In a form we might have textboxes, checkboxes, dropdown and other elements.
We want to be able to track the click event on any of these elelments.
We tried with global events but we don't see any messages being emmitted when user clicks on a textbox etc. We would like to track it with adobe analytics.
One way we though we could be tracking not just this but the forms as pages by adding the tracking code into the form HTML itself but not sure how to do it.