コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

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 受け入れられたソリューション

Avatar

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

元の投稿で解決策を見る

3 返信

Avatar

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

Avatar

Level 1

Thank you, we will try this

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