Hello all,
I had something really strange happen.
I have a token in the program for UTMs. That token is in a link in an email.
If I send a sample email, the token values are there (appended with all the marketo code).
If I send the mail through a test smartcampaign, it is not there. It just has the marketo code.
Has anyone ever seen this kind of thing happen?
Thanks for the help.
RM
If the original URL is malformed, Marketo's URL rewriter could appear to strip params from your original link. It's pretty rare that this happens, though, because a malformed link will typically not function in the sample email (which will tell you something's up).
Can you paste here the exact text of the link?
here you go. thanks for the help.
from email design (the link)
https://lp.google-mkto.com/Video-Benefits-of-GCP.html{{my.UTM}}
Click from the sample email (this is what I see when I get to the landing page)
Click from the smartcampaign (this is what I see when I get to the landing page)
Add the class="mktNoTok mktNoTrack" to the link and run through the SC again.
The resulting link in the email shouldn't be rewritten at all (it should preserve everything from your {{my.UTM}} because it isn't parsed).
What do you see?