Install the Zeotap Collect Extension
- Log into Adobe Experience Platform Tags.
- Open your tag property and navigate to Extensions.
- Click the Catalog tab.
- Search for Zeotap Collect Extension.
- Click Install and accept the install prompt.
Configure the extension
The extension configuration screen opens automatically after install. Fill the required fields:
- Write Key — paste the
write_keyfrom your Adobe Tag Extension Source in the Zeotap CDP. - Consent Method — pick Default Opt-in, GDPR, or Custom. See Consent.
- PII Hashing Configurations — pick how your PII is hashed (pre-hashed by you / raw and hashed by Zeotap / raw and consumed as-is).
- Country Code — optional ISO Alpha 3 country code.
Create a 'Load Zeotap SDK' rule
The SDK must be loaded before any other Zeotap actions fire.
- Navigate to Rules → Add Rule.
- Name it Initialize Zeotap.
- Under Events, add an Adobe event that fires on every page load (e.g. Core → Library Loaded (Page Top)).
- Under Actions, click Add and select:
- Extension → Zeotap Collect
- Action Type → Load Zeotap SDK
- Save the action and the rule.
Add a 'Track Event' action
Create a second rule for the events you want to track.
- Rules → Add Rule → name it (e.g. Track Page Views).
- Events → add a trigger (e.g. Core → Library Loaded (Page Top) or your own direct call).
- Actions → Add:
- Extension → Zeotap Collect
- Action Type → Track Event
- Event Type → Page View, User Attributes, or Custom Event
- Add the key-value pairs you want to send.
- Save.
Build and publish
- Navigate to Publishing Flow.
- Add your new rules to a library.
- Build the library to your dev environment.
- Reload your site and verify in DevTools (next step).
Validate in DevTools
With your dev build deployed:
- Open your site and DevTools Network tab.
-
Look for
zeotap.min.js— expect status200. -
In the Console tab, type
zeotapand press Enter. Expect:Ifundefined, the SDK didn’t initialize. Check your Load Zeotap SDK rule fired. -
Trigger an event on the site, then watch for POST requests to
spl.zeotap.com— expect status204(or200). - Log into the Zeotap CDP, open your Tag Extension Source, and watch the PREVIEW tab for the event.
Next steps
Configure all settings
Consent method, PII handling, country.
See examples
Rule patterns for load, identity, consent, events.
Action Types reference
Every action and event type exposed by the extension.
FAQ
Validation, debugging, common gotchas.