Lead Capture Tools

NicoleJ
Moderador de HubSpot
Moderador de HubSpot

Setting goals based on embedded form choice submissions

resolver

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 Me gusta
1 Soluciones aceptada
tjoyce
Solución
Experto reconocido | Partner nivel Elite
Experto reconocido | Partner nivel Elite

Setting goals based on embedded form choice submissions

resolver

@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.

Ver la solución en mensaje original publicado

4 Respuestas 4
tjoyce
Solución
Experto reconocido | Partner nivel Elite
Experto reconocido | Partner nivel Elite

Setting goals based on embedded form choice submissions

resolver

@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
Administrador de la comunidad
Administrador de la comunidad

Setting goals based on embedded form choice submissions

resolver

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
Líder intelectual | Partner nivel Elite
Líder intelectual | Partner nivel Elite

Setting goals based on embedded form choice submissions

resolver

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
Experto reconocido | Partner nivel Elite
Experto reconocido | Partner nivel Elite

Setting goals based on embedded form choice submissions

resolver

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