Hi Michael,
I encountered the same problem. I cannot send an email with a tokenized URL to meself by a campaign.
Do you have any updates on this issue?
Thanks
You’ll need to show your code. Just a “tokenized URL” is too general.
This is the link which we use to generate a dynamic QR code with the lead's info if he is an existing one in Marketo.
We also use Base64 encoding, and dictionaries to map the original values.
<img src="https://api.ma.scrmtech.com/app-interapi/schneiderInterface/addMaTempQrcodeByName?source=-1&secret=e..." alt="" title="" width="150">
if we select a person to send a test email, the link (only available in WeChat, but works) would be: https://app.ma.scrmtech.com/svip/schneider/maIndex?pf_uid=8609_1393&pf_type=3&mid=357402442&eid=1000...
Don’t know what you’re trying to say here. There aren’t any {{lead.tokens}} in that URL; there may be valid Velocity references, but there’s no way to know out of the context of your code. If it’s Velocity, you can’t use Send Sample for testing. Use real emails only.
But more specifically, Marketo doesn’t magically change an image src from “https://api.ma.scrmatech.com/app-interapi/...” to “https://app.ma.scrmtech.com/svip/....“ What exactly is the expected behavior and the observed behavior?