Solved
Adobe Campaign Classic - Appending Recipient ID to Email Links
Hi,
I'm trying to figure out how I can append the Recipient ID to all click out links of my emails, similar to setting up UTM tracking for Google Analytics.
Is this possible?
Hi,
I'm trying to figure out how I can append the Recipient ID to all click out links of my emails, similar to setting up UTM tracking for Google Analytics.
Is this possible?
Hi @twilliams629 ,
You can append recipient ID to your URL using the JS syntax. For example, I have set recipient id to an a tag URL as
<a href="www.google.com/<%= recipient.id %>"> Test </a>Hope it helps.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.