Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!
SOLVED

How to change the UTM tracking to track the delivery level rather than campaign level?

Avatar

Level 1

Hi,

 

We have UTM tracking turned for our instance and are trying to work out how to update it to look at the delivery level name rather than campaign level name.

 

For example lets say we have a Welcome email campaign that sends 3 emails (named Welcome email 1, Welcome email 2, Welcome email 3). Currently the UTM tracking is only picking up the campaign name of 'Welcome'.

 

The setup we have in the Brand Configuration is below:

 

Paramater name = utm_campaign

Parameter value = context.delivery.campaign.label

 

Does anyone know what the parameter value will be to get to the level of tracking 'Welcome email 1, Welcome email 2 and Welcome email 3'?

 

Any help would be appreciated.

 

Thank you!

Leonie

 

1 Accepted Solution

Avatar

Correct answer by
Level 6
This is what we use.  We add the parameter below:
 
utm_content = (context.delivery.name.toLowerCase())+'-v'+(context.variant.toLowerCase())
 

View solution in original post

3 Replies

Avatar

Correct answer by
Level 6
This is what we use.  We add the parameter below:
 
utm_content = (context.delivery.name.toLowerCase())+'-v'+(context.variant.toLowerCase())
 

Avatar

Administrator

Hi @LeonieLooi,

Was the given solution helpful to resolve your query or do you still need more help here? Do let us know.

Thanks!



Sukrity Wadhwa