zeotap
Zeotap data and identity plus module
This module provides Zeotap's data collection and identity provider functionality to moli.
Integration
In your index.ts, import Zeotap and register the module.
import { createZeotap } from '@highfivve/module-zeotap';
moli.registerModule(createZeotap());
Configure the module with:
assetUrl: the zeotapmapper.jsURL (can be protocol relative)mode: the mode you want to run the module in, depending on your site's structure. If you're running a single page application (SPA), selectspamode. Else, selectdefault.dataKeyValues: Specifies which keys to extract from moli's targeting (key/value pairs) and which key then to use to transfer the extracted data in the Zeotap request URL.exclusionKeyValues: Specifies which key/value pairs should prevent the Zeotap script from being loaded, e.g. to prevent data collection in pages with sensitive topics such as medical/health content.countryCode(optional): your site's Alpha-ISO3 country code. If omitted, Zeotap will guess the country from the sender's IP address.hashedEmailAddress(optional): if you want to use Zeotap's id+ module, configure the module with a sha-256 hashed email address.
Functions
createZeotap()
createZeotap():
IModule
Zeotap / ID+
This module provides Zeotap's data collection and identity plus (id+/idp) functionality to moli.
@see: https://zeotap.com/
Returns
IModule