Tracking UTL parameters through cookies | Community
Skip to main content
Level 3
November 11, 2015
Solved

Tracking UTL parameters through cookies

  • November 11, 2015
  • 1 reply
  • 3153 views

Has anyone come up with a solution to maintaining original UTM parameters so they are not lost if someone clicks through your site? I was thinking of trying my hand at using javascript to create a cookie with the original landing url and utm parameters for that url and then pass it to a Marketo form if/when the person fills out a form.

Has anyone already done this and be willing to share ideas/thoughts?

Secondary question would be what exactly does Marketo capture in Munchkin? Does it capture document.referrer or things like location.hostname, pathname, and search? I am getting a lot of leads with the original referrer being our site. All our pages have munchkin on them so shouldn't it be equal to the page before they landing on our site? (assuming it isn't direct)

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Stijn_Heijthuij

Hi Andrew,

Read up on this post Solution to using UTM parameters & cookies to capture lead source information​ .

1 reply

Stijn_Heijthuij
Stijn_HeijthuijAccepted solution
Level 6
November 12, 2015
AndrewSi9Author
Level 3
November 12, 2015

That is perfect. Thanks!