Adobe Campaign Classic - Appending Recipient ID to Email Links | Adobe Higher Education
Skip to main content
July 22, 2021
Beantwortet

Adobe Campaign Classic - Appending Recipient ID to Email Links

  • July 22, 2021
  • 2 Antworten
  • 1935 Ansichten

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?

 

 

Dieses Thema wurde für Antworten geschlossen.
Beste Antwort von Krishnanunni

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.

2 Antworten

Krishnanunni
Level 4
July 22, 2021

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.

July 22, 2021

hi @krishnanunni so if this is a link i set up in my HTML file 

 

<a target="_new" href="https://www.google.com/?utm_source=newsletter&amp;utm_medium=Email" style="text-decoration: none; color: #707173;"> WHAT'S NEW </a> </p>

 

How would I update so that my link looks like this (let's say my recipient id in adobe is XYZ123)?

 

google.com/utm_source=newsletter&utm_medium=Email&recipientid=XYZ123

david--garcia
Level 10
August 1, 2021

You might want to check the following post which contains guide on how to change tracking urls which would append your recipient id on all track links

 

The tracked URLs are listed in the central window in tree form.

You can activate or deactivate tracking individually for each URL of the message. For more on this, refer to this section.

The Advanced tab lets you personalize the calculation formulas of the tracked URLs and the opening URL.

 

 

 

Links:

https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-questions/modify-tracking-url/qaq-p/365932

https://experienceleague.adobe.com/docs/campaign-classic/using/sending-messages/tracking-messages/how-to-configure-tracked-links.html?lang=en

https://experienceleague.adobe.com/docs/campaign-classic/using/sending-messages/tracking-messages/personalizing-url-tracking.html?lang=en

https://experienceleague.adobe.com/docs/campaign-classic/using/sending-messages/tracking-messages/tracking-personalized-links/tracking-personalized-links.html