MN_MMI Posted November 13, 2020 Report Posted November 13, 2020 Does anybody have experience with implementing Revive with Google Tag Manager (GTM) and can show me examples how you implemented it? Thank you in advance. Quote
callmemaximillian Posted March 21, 2021 Report Posted March 21, 2021 Also was strugling with it. My solution is fire on all pages with dom manipulation. Works fine, here is example TAG <script async src="//{YOUR-DOMAIN}/www/delivery/asyncjs.php"></script> <script> var firstAdPlacement = document.querySelector('{YOUR-PLACEMENT'); var firstAd = '<ins data-revive-zoneid="1" data-revive-id="{YOUR-BANNER-ID}"></ins>'; firstAdPlacement.insertAdjacentHTML('beforeend', firstAd); </script> TRIGGER ALL PAGES Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.