Lead Capture Tools

NicoleJ
HubSpot-Moderator/-in
HubSpot-Moderator/-in

Setting goals based on embedded form choice submissions

lösung

I'm curious to know how we can set goals in GA based on the choices a person chooses on a HubSpot embedded form. When we go in Google Tag Manager, the form doesn't give off any elements that allow us to track which option they chose (therefore making it where we can't create any goals around it).

0 Upvotes
1 Akzeptierte Lösung
tjoyce
Lösung
Trendsetter/-in | Elite Partner
Trendsetter/-in | Elite Partner

Setting goals based on embedded form choice submissions

lösung

@NicoleJ  - You would use the global form events  `onFormSubmitted` event and within that function you could read the form fields that were chosen and trigger a custom google event and pass those submission fields.

Lösung in ursprünglichem Beitrag anzeigen

4 Antworten
tjoyce
Lösung
Trendsetter/-in | Elite Partner
Trendsetter/-in | Elite Partner

Setting goals based on embedded form choice submissions

lösung

@NicoleJ  - You would use the global form events  `onFormSubmitted` event and within that function you could read the form fields that were chosen and trigger a custom google event and pass those submission fields.

TiphaineCuisset
Community-Manager/-in
Community-Manager/-in

Setting goals based on embedded form choice submissions

lösung

Hi @NicoleJ 

 

Thank you for reaching out.

 

I want to tag some of our experts on this  - @tjoyce  @himanshurauthan @Mike_Eastwood do you have any thoughts for @NicoleJ on this? 

 

Thank you!

Best

Tiphaine


Saviez vous que la Communauté est disponible en français?
Rejoignez les discussions francophones en changeant votre langue dans les paramètres !

Did you know that the Community is available in other languages?
Join regional conversations by changing your language settings !


himanshurauthan
Vordenker/-in | Elite Partner
Vordenker/-in | Elite Partner

Setting goals based on embedded form choice submissions

lösung

Hello @NicoleJ,

 

As per me, you can go with the form submission trigger which is discussed here, and then, when the form will get submitted you can check the form fields that the user has chosen while submitting the form. Then, trigger a custom Google event and pass these chosen form fields while submission.

 

Hope this will help you out!

 

Best regards,

Digital Marketing & Inbound Expert In Growth Hacking Technology
tjoyce
Trendsetter/-in | Elite Partner
Trendsetter/-in | Elite Partner

Setting goals based on embedded form choice submissions

lösung

Thank you for rewording my solution @himanshurauthan - If you find my solution has helped you find your solution, please mark my solution as solved.

 

Thanks