Expand my Community achievements bar.

Adobe Campaign User Groups are live now. Join our Adobe Campaign User Groups and connect with your local leaders!
SOLVED

Analytics connector does not apply on dynamic links

Avatar

Level 4

Hi Community! 

We are facing a challenge where it seems that when we are using dynamic links in emails, the analytics connector (more accurately the JS script in the integration) does not apply the necessary URL parameters for us to track the incoming channel in Analytics. 

I am thinking about ways to fix this, but not sure which approach would be optimal or if there are any other ways of doing so. Hoping to get some sparring here! 

I am currently considering 2 possible solutions: 

 

  1. Change the script to look for patterns that looks like https://<%=targetData.xxx%> as well and then apply the parameters.
  2. Somehow change the order of when the analytics connector is reviewing the email, so that the dynamic link is resolved before it looks for the pattern and applies the parameters - Just not sure if this is possible?
  3. Any other ideas?? 

 

Dynamic link: 

SorenDahk_0-1694764763472.png

 

Analytics Connector: 

SorenDahk_1-1694764811528.png

 

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hello @SorenDP ,

The option number 2 is the way!

Using dynamic links as you are is not recommended due to:

  • are not properly tracked, bacause e.g. you cannot see diferrence between amongarticle clicks.
  • introducing new security gaps and more. You can read about it in the documentation

 

The dynamic links should be resolved prior personalization takes place using adobe's feature called pre-processing instructions

 

You can read article how to implement dynamic link tracking  with pre-processing feature.

 

Marcel Szimonisz

MarTech Consultant
for more tips visit my blog
https://www.martechnotes.com/

View solution in original post

2 Replies

Avatar

Community Advisor

Hi @SorenDP ,

 

As you can see in your Analytics connector, the formula is looking for a pattern to append the additional tracking parameters. 

you need to add targetData in the regex creating the pattern.

 

Thanks,

David



David Kangni

Avatar

Correct answer by
Community Advisor

Hello @SorenDP ,

The option number 2 is the way!

Using dynamic links as you are is not recommended due to:

  • are not properly tracked, bacause e.g. you cannot see diferrence between amongarticle clicks.
  • introducing new security gaps and more. You can read about it in the documentation

 

The dynamic links should be resolved prior personalization takes place using adobe's feature called pre-processing instructions

 

You can read article how to implement dynamic link tracking  with pre-processing feature.

 

Marcel Szimonisz

MarTech Consultant
for more tips visit my blog
https://www.martechnotes.com/