Issue - looking to pass the gclid value. I’m popping up typeform from a button
Scenario 3 is an issue
- If gclid in url = accepted
- If gclid is present in data-tf-hidden on pageload = accepted (so data-tf-hidden work)
- If data-tf-hidden filled after pageload - i’m looking to fill the value from a cookie on pageload -gclid not recorded. This is important if the user does not convert on the landing page
<div data-tf-popup="Oag6s5yd" data-mo="v4" data-tf-opacity="100" data-tf-size="100" data-tf-iframe-props="title=DMA 1" data-tf-transitive-search-params="gclid,wbraid,fbclid,msclkid" data-tf-medium="snippet" data-tf-hidden="gclid=55" style="color:white !important;cursor:pointer" ;="" data-tf-loaded="true"><a>Get Started</a></div>
How do i change data-tf-hidden on pageload, before user click so that the gclid value sticks?