Reputation: 38
I have a list of a 100+ unique URLs and I want to use them as Triggers for a couple different audience tags. Sadly they have no common path thread that could be used to shorten/batch the process. Currently I am making each one into a path Trigger and then assigning it to the proper audience. It would be great if there was a way to upload a group of them to one trigger as an "or" type list, or to batch upload them as different triggers and then assign them to each tag individually.
Upvotes: 0
Views: 941
Reputation: 33
Alternatively you can use 'Some Page Views' and 'matches RegEx':
Google Tag Manager using matches RegEx to find generic 'terms of service' and 'about' style pages
Upvotes: 0
Reputation: 32780
After re-reading the question, this might be a good job for a lookup table. Input variable would be page path and you would be setting the output value to true if the path is matched by your urls (and false as the default value). Then all urls are in one place and you'd need to assign only one trigger to your tags.
Upvotes: 3