Avatar

Correct answer by
Community Advisor

Hello @pradeep_07 ,

 

You can dynamically add these tag by adding a java script code to Script tab of the delivery activity.

manojk62306941_0-1594398601063.png

 

The code will look like this.

 

delivery.webAnalytics.tag1="TAG_1_VALUE";
delivery.webAnalytics.tag2="TAG_2_VALUE";
delivery.webAnalytics.tag3="TAG_3_VALUE";

 

 

 

Let me know if that helps.

 

View solution in original post