Skip to main content
1

Import the Zeotap Collect Tag template

2

Add the tag

  1. Click Tags from the left menu.
  2. Click New and name the tag (e.g. Zeotap Collect).
  3. Click Tag Configuration and search for Zeotap Collect Tag Template under the Custom tab.
  4. Click the template to start configuring.
3

Configure the tag (minimum required)

In the tag configuration screen, fill these required fields:
  • Write Key — paste the write_key from your GTM Source’s IMPLEMENTATION DETAILS tab.
  • User Country — optional ISO Alpha 3 country code. Determines storage region; defaults to IP-derived country if omitted.
  • Consent Method — pick Default Opt-in, Check TCF CMP, or Custom Consent. See Consent.
Everything else (tracking, identity, GA) can be added incrementally. See the full Configuration reference.
4

Set up a trigger

The recommended trigger captures real events on the site (not GTM’s internal gtm.load / gtm.dom).
  1. Trigger ConfigurationNew.
  2. Choose Custom Event as the Trigger Type.
  3. Enter ^(?!gtm\.load)(?!gtm\.dom).* as the event name and select Use regex matching.
  4. Select All Custom Events.
  5. Save and attach this trigger to the Zeotap Collect tag.
Alternative: use the built-in All Pages trigger if you only want page views, or All Events for everything.
5

Validate in GTM Preview

  1. From the Tags page, click Preview in the top-right corner.
  2. In the Tag Assistant window, enter your site URL and click Start.
  3. Perform an action on the site that should trigger an event.
  4. Right-click → InspectConsole tab and check the dataLayer for the event name.
  5. Back in Tag Assistant, click Continue and look under Tags Fired to confirm Zeotap Collect fired.
To verify ingestion, log into the Zeotap CDP, open your GTM Source, and watch the PREVIEW tab.

Next steps

Configure all settings

Tracking, identities, GA, advanced.

See examples

Login event, identity capture, regex patterns.

Tag actions reference

Every option exposed by the template.

FAQ

Validation, debugging, gotchas.
Last modified on June 22, 2026