Google Tag Manager Integration

Add the content code to your website using Google Tag Manager

Team avatar
Written by Team
Updated over a week ago

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:

  1. Go to your container

  2. Click Add a new tag

  3. Add a name for the tag

  4. Edit the Tag Configuration

  5. Click Custom HTML Tag

  6. Paste the code into the HTML box

  7. Add a DOM Ready trigger

  8. 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>
Did this answer your question?