Tracking Contact Events
Last updated
Last updated
The Tracking Contacts Events API allows you to identify visitors and monitor their actions. For tracking events on websites, we highly recommend using our Web SDK, which streamlines the setup process.
If you need to track events from multiple sources or on the server side, refer to our tutorial for enabling the tracking API endpoints and sending events.
Note: If you’re using an e-commerce platform connector (e.g., the Shopify connector), the Web SDK is automatically installed on your store’s website. In that case, you can skip this tutorial.
Navigate to the Application settings in the Developer Cloud.
Enable an Application by following the on-screen instructions.
Specify your website domain(s) as the allowed domains if events will be emitted from your website directly. For example:
If your website homepage is "https://example.com", use "example.com" as the allowed domain. If there are any subdomains like “shop.example.com”, list them as well.
Multiple domains can be specified with commas separating them.
If events will be emitted from servers, you can leave the allowed domains empty.
Once enabled, you'll see a config page with a snippet similar to:
If you plan to use the API endpoints directly, you just need to remember the config URL in the snippet above. The config is unique to your workspace.
To learn more about SDK, please refer to the Page linked below.
To learn more about Tracking Contact Events API, please refer to the API Reference linked below.