Geo Content Code
Each Geo Content service you create will come with its own JavaScript code.
This piece of JavaScript code needs to be added as a Custom HTML Tag in your Google Tag manager container.
Steps:
Go to your container
Click Add a new tag
Add a name for the tag
Edit the Tag Configuration
Click Custom HTML Tag
Paste the code into the HTML box
Add a DOM Ready trigger
Save & Submit
Geo Content HTML Tag
Place the Geo Content HTML Tag directly in your website's HTML body where the content needs to appear.
<head>
<!-- Your website head -->
</head>
<body>
<!-- Your website body -->
<!-- Other content -->
<!-- Start Geo Content HTML Tag -->
<div class='geotargetlygeocontent1556689537225'>
<!-- Content will render here -->
</div>
<!-- Other content -->
</body>