Best method to setup UTM parameters | Community
Skip to main content
Level 5
June 20, 2022
Question

Best method to setup UTM parameters

  • June 20, 2022
  • 1 reply
  • 2870 views

Hello All,

 

I am looking for options to setup UTM parameters for all the links, within an email in ACC.

If we can centralize the method, so that the links can be dynamically appended, it will be great.

 

Please suggest some options for the same. The UTM parameters that we need to capture are Campaign ID

Campaign_label, Delivery Label 

 

Regards,

DG

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Amine_Abedour
Community Advisor
Community Advisor
June 20, 2022

Hello @dipendu_g,

You can do what you want to do by modifiying the ''NmsTracking_ClickFormula'' option.

It should look be something like this : 

 

Br,

 

Amine

Amine ABEDOUR
dipendu_gAuthor
Level 5
June 21, 2022

Hi Amine,

 

I added the code and verified. The id is coming as 0, while the label is blank. I am executing this via a workflow from a campaign

 

Can you please help me here.

 

Regards,

Dipendu

Adobe Employee
June 21, 2022

Hi @dipendu_g 

Could you share the code you added? in Plain text.. a sample would be as follow

<%@ include option='NmsTracking_ClickFormula' %>&eid=<%= message.delivery.internalName %>&bid=<%= message.id.toString().toLowerCase() %>

This will put the delivery internal name in the eid parameter ad the broadLog id in the bid parameter if you wish the delivery label, it would be something like message.delivery.label and if you want campaign information it would be message.delivery.operation.label

Thanks

Denis