Is it possible to add utm parameters to selective links only in AJO. | Adobe Higher Education
Skip to main content
July 1, 2025
Resuelto

Is it possible to add utm parameters to selective links only in AJO.

  • July 1, 2025
  • 2 respuestas
  • 415 visualizaciones

I wanted to add UTM parameters only to the internal links (client domain links) and not to the external links(non client domain links. ex- youtube.com/ google.com, etc). Is it possible to configure utm parameters for selective domains/links?

Este tema ha sido cerrado para respuestas.
Mejor respuesta de KumarRishii

Yes, it is possible to selectively add UTM parameters to specific links in AJO. You can configure conditional logic or custom link tracking rules to append UTM parameters only to internal links (e.g., client domain links) while excluding external links. This can be done by applying dynamic logic in the Email Designer, setting custom tracking rules, or using data preparation steps in the journey. Also, preprocessing links before importing them into AJO ensures only internal links are modified. Testing is essential to validate the implementation.

2 respuestas

Jyoti_Yadav
Level 8
July 1, 2025

Hi @tanyasa1,

 

No, you can't directly configure UTM parameters in AJO to apply only to internal links while excluding external links based on domain. AJO's functionality for adding UTM parameters typically works at a campaign or offer level, not on a per-link basis within the content of a message.

 

Alternatively, you can use URL builder with conditional logic. This script would check the target URL's domain. If it's an internal domain (your client's domain), the script would add the UTM parameters; otherwise, it would leave the URL unchanged. This modified URL would then be used in your AJO campaign.

 

Also, if you're using a data layer on your website, you could add the UTM parameters to the data layer only for internal links. Your AJO campaign would then read the UTM parameters from the data layer. This requires careful coordination between your website's data layer implementation and your AJO campaign.

 

Thanks,

Jyoti

July 2, 2025

Thanks, Jyoti!
What is referred to as data layer here?

KumarRishii
KumarRishiiRespuesta
Level 5
July 1, 2025

Yes, it is possible to selectively add UTM parameters to specific links in AJO. You can configure conditional logic or custom link tracking rules to append UTM parameters only to internal links (e.g., client domain links) while excluding external links. This can be done by applying dynamic logic in the Email Designer, setting custom tracking rules, or using data preparation steps in the journey. Also, preprocessing links before importing them into AJO ensures only internal links are modified. Testing is essential to validate the implementation.