Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi Danielle Chan. I've seen this before. It's best to avoid this issue altogether by syncing all Contact and Lead records between the two systems and allow Marketo to deduplicate on email address as usual. Syncing only some records is often problematic. Some helpful articles in thinking about which ...
Hi Prithvi. You may also wish to consider a different methodology for capturing UTM parameters in Marketo. We use a script that writes the UTM values to a cookie in case the person does not convert while on the page with the UTM query string, then write the cookie values into the hidden fields. The ...
Hi Ben. Yes, you'll need to set the cookie domain manually at the top and host two separate instances of the script—one on each domain. As a security feature, Javascript can only read cookies for the domain on which it is hosted; if you have two (or more) entirely different domains, you will need to...
Sanford, you are correct in that it is insufficient to detect every possible TLD/public domain and, consequently, private domain. Regex only gets you so far. However, given that, to date, our team has controlled the installation of the script, I have not been too terribly concerned about this known ...
Hi Ben. I work with Ryan and have also helped develop this script. Our team has been brainstorming regarding UTM tracking and reporting over the past few months, and we have rewritten this particular script from scratch to improve upon the methodolgy. (I suppose we need to update the blog post, to...