Hi ,
I am trying to add value region and country value in custom tag section under Web analytics properties. In order to differentiate the report in Adobe analytics. I am not able to type anything inside the custom tag field. Is there anything I have to do with Data schema to get this values? How it can be dynamically called for each deliveries?
Solved! Go to Solution.
Views
Replies
Total Likes
Hello @pradeep_07 ,
You can dynamically add these tag by adding a java script code to Script tab of the delivery activity.
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.
Views
Replies
Total Likes
Hello @pradeep_07 ,
You can dynamically add these tag by adding a java script code to Script tab of the delivery activity.
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.
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies