AdsuDocs
INSTALL TRACKING

Install with Google Tag Manager

Deploy the GTM-safe Adsu snippet as Custom HTML on all relevant pages.

Use Adsu’s GTM-safe snippet. It carries the site key and endpoint in the script URL because tag-manager rendering can strip custom data-* attributes.

Google Tag Manager · Custom HTMLhtml
<script async src="https://app.adsu.ai/track.js?k=YOUR_SITE_KEY&e=https%3A%2F%2Fapp.adsu.ai%2Fapi%2Ftrack"></script>

Create the tag

  1. 01
    In Google Tag Manager, create a new Custom HTML tag.
  2. 02
    Paste the GTM snippet without modifying its query parameters.
  3. 03
    Attach an All Pages trigger, or an equivalent trigger that covers every acquisition and conversion page.
  4. 04
    Preview the container, visit a real public page, and confirm the tag fires once.
  5. 05
    Publish the container and verify Pixel status in Adsu.

Avoid duplicate installs

Do not keep both a theme-level snippet and a GTM snippet on the same page. One global install is enough. Duplicate loaders create redundant network work and can make debugging page-specific coverage harder.