Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

The 4th edition of the Campaign Community Lens newsletter is out now!
SOLVED

How to add values in Custom tag 1 in web analytics properties

Avatar

Level 4

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?

 

pradeep_07_0-1594394818576.png

 

1 Accepted Solution

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

5 Replies

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.

 

Avatar

Level 4
Thanks This really helps. But when you say script tab in delivery activity. where is it exactly? I am not able to locate it

Avatar

Level 4
Thanks. Will this solution applicable only if we create new delivery right? or we can also update in existing deliveries?

Avatar

Community Advisor
Yes, you can use it in the existing deliveries. Just add the code to existing deliveries.

The ultimate experience is back.

Join us in Vegas to build skills, learn from the world's top brands, and be inspired.

Register Now