Please can you help me to get this code right so I can start tracking via typeform.
I’m using Zapier to pull the information from typeform, but all I ever get is this
Any help is appreciated.
Thanks,
Murray
Best answer by picsoung
Hey @Murray If I understand correctly you want to pass to the embedded typeform the unique gclid value, is that correct?
Because this value is generated by Google Analytics code for each visitor we would need a way to extract it and pass it to the embedded typeform.
To do so we can’t just use the embed code provided in the Share panel or the Typeform Wordpress Plugin, we would need to create something custom using the Typeform Embed SDK.
I want the valuable from my google ad gclid as it passes through, so potentially I wouldn’t provide the value in here, otherwise it would be static (gclid - as per above)?
Could I leave it blank, would that pass through the dynamic valiable?
Been trying to work this out for about a week now but I haven’t found the instructions clear.
Hi @Murray You’ll want to leave that hidden field blank. Google Analytics and Google Ads should be filling in that data for you, so in this case, if you remove the “gclid” after the equals sign, it should automatically fill in the data for you.
Though, what you’re missing is the = sign after the “glicd.” You can remove the x’s, but you’ll need that equal sign to pass information. Let me know if that doesn’t work!
Hey @Murray If I understand correctly you want to pass to the embedded typeform the unique gclid value, is that correct?
Because this value is generated by Google Analytics code for each visitor we would need a way to extract it and pass it to the embedded typeform.
To do so we can’t just use the embed code provided in the Share panel or the Typeform Wordpress Plugin, we would need to create something custom using the Typeform Embed SDK.