Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Yeap that worked and now I don't need any additional filters, just the trigger constraint. Thank you so much, this is a great solution.
Hey @SanfordWhiteman ,So at this point I have looked through quite a few posts and I get the feeling that Marketo Forms does a querystring check on the referrer URL before your code appends stored UTM data. I am using this post as reference: https://nation.marketo.com/t5/product-discussions/manuall...
It appears that when the form loads it reads the page as a test page with no UTM information tagged onto the URL, but when certain fields go through autofill they do grab the parameters from the URL with the tagged on UTM information supplied by local storage. I am trying to have a form fill trigger...
Yes both form details are exactly the same except for mktoReferrer. The form submission that works is: _mktoReferrer: https://www.gtt.com/test-form-page/?utm_source=bing_ads&utm_medium=cpc&utm_campaign=testUTMcampaign The form submission that doesn't work is : _mktoReferrer: https://www.gtt.com/te...
Hi Sandford,I liked your blog post solution which fit my companies needs very well. I have my test form set up to only trigger when a utm parameter is present, so the trigger is 'fills out form' and the 'query string' contains testUTM. When I navigate to the form page using a real UTM link the cam...