Reputation: 60
Is it possible to save a single tag to all containers within a Google Tag Manager account? For example: I want to add a HTML tag to all containers (200 individual containers within a single GTM account), is there any way around having to manually add the tag 200 times?
Upvotes: 0
Views: 242
Reputation: 1896
The only way to do this is through using the Google Tag Manager API. The easiest form to do this is to use GTM Tools - created by Simo Ahava - which allows for tags to be added to 'cart' and then copied to accounts. This still has to be done for every individual container, though it might speed up the process.
If you have experience with the Google Tag Manager API, you could retrieve all Container ID's and loop through them to save the HTML tag. Though this is obviously more complex.
Upvotes: 1