I am trying to create a measurement in Google Analytics. My aim is to create a goal in google analytics when a form is submitted on Hubspot. The data is sent successfully however Google Analytics does not display the goal.
Event category and event action fields are filled correctly.
Can you help me with this?
Best answer by Danvers
Following up on this thread - the Support Team looked into this and were able to provide this information:
so, all of the Zapier measurements coming through from Zapier may be looking like the same one.
It doesn't look like HubSpot supplies a unique ID for every form that is submission it sends us. So based you'll need to add a code step to generate the UUID needed by the Custom Client ID field. Here is a link to some documentation which may help: https://zapier.com/help/create/code-webhooks/python-code-examples-in-zaps#step-11
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.
so, all of the Zapier measurements coming through from Zapier may be looking like the same one.
It doesn't look like HubSpot supplies a unique ID for every form that is submission it sends us. So based you'll need to add a code step to generate the UUID needed by the Custom Client ID field. Here is a link to some documentation which may help: https://zapier.com/help/create/code-webhooks/python-code-examples-in-zaps#step-11