I use DTM to manage a large number of web sites (+1,000). I have about 100 that i want to use DTM to deploy a piece of JS to.
I want to create a rule that is triggered for only those 100 sites. Is there a way I can use classifications to trigger that rule?
Failing that, is there another way to do this without having to create 100 separate rules?
Thanks very much.
Solved! Go to Solution.
Your best bet is to fire a rule based on a data element that is common across all those 100 websites. That data point might be url structure, data layer attribute, etc.
You can also create a script that lists all the domains you wish to track which evaluates to true if it matches the current hostname.
Views
Replies
Total Likes
Your best bet is to fire a rule based on a data element that is common across all those 100 websites. That data point might be url structure, data layer attribute, etc.
You can also create a script that lists all the domains you wish to track which evaluates to true if it matches the current hostname.
Views
Replies
Total Likes
Hi,
You could create a data data element, that consist of JavaScript, that will check if the current domain are one of the 100 you want to trigger the specific rule for, and then return true/false based on that. Then you can setup one rule, that are using that element in the condition... Properly the best way to avoid creating that many rules...
/Løjmann
Both of the above replies are great solutions. If you find one of these acceptable, please mark that answer correct.
Views
Replies
Total Likes
Thank you everyone. It looks like I'll create a script with all 100 sites listed.
Views
Replies
Total Likes
Views
Likes
Replies