Skip to main content
POST
Create Web Tracking Key
Create a publishable key for the browser tracking SDK and get the <script> tag to install. This is what turns on product views, cart activity, and browse abandonment for a site that is not Shopify or WooCommerce. Events start flowing once the snippet is deployed, and nothing is backfilled for the period before that - create and install it before building the sequence that depends on it. Requires an API key with the integrations:manage scope.

Request

string
required
Human-readable label, e.g. Storefront.
array
Origins allowed to use this key. A bare domain is read as https. A leading *. matches subdomains at any depth but not the apex. Maximum 50 entries. Omitting this leaves the key unrestricted, so any site can send events with it
  • a deliberate choice for a native app or server-side caller only.

Behavior

Origins are normalized before storage: case is lowered, paths and trailing slashes are stripped, and default ports are dropped so the stored value matches what a browser sends in Origin. If any entry cannot be parsed as an origin, the whole request is rejected rather than saving the valid subset - a partial save would leave you believing a domain is covered when it was silently dropped. After installing the snippet, mint an identity token from your authenticated backend and call sequenzy.identify(email, identityToken) when a visitor signs in or reaches checkout. Until then, their events are buffered in their browser. See Website Tracking.

Responses