Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.
SOLVED

Making change to a website which uses a common web SDK launch script

Avatar

Level 3

 

Scenario:

 

If 4 websites A,B,C,D uses a web SDK launch script in common, then is it possible to make a change only to a particular website(site B) by putting some condition at the rule level in the adobe data collection? so that the particular logic or change only works for site B.

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @Sankaran 

Yes it is possible you can use the condition block to create a condition in any rule to make it work only on site B, the best example would be of page URL or domain. If the site B has a unique domain or URL then other sites then you can create a condition in  your rules if not then you can use any other unique identifier which help you uniquely identify site B from other sites(any cookie, or some identifier from the data layer) 

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

Hi @Sankaran 

Yes it is possible you can use the condition block to create a condition in any rule to make it work only on site B, the best example would be of page URL or domain. If the site B has a unique domain or URL then other sites then you can create a condition in  your rules if not then you can use any other unique identifier which help you uniquely identify site B from other sites(any cookie, or some identifier from the data layer) 

Avatar

Level 3

Thanks @Ankit_Chaudhary . Let me try out.

Avatar

Community Advisor

Instead of changing on root , try to have a validated domain at the data layer and then trigger logic this way you will have a better control