Chord Commerce Event Tracking
Getting Started
Verifying Your Chord Implementation
4 min
front end/client side events follow these steps to verify the installation and implementation of the chord client on your website inspect the markup of any page on your site, you should see a script tag similar to the following inside the \<head>\</head> tags \<script async="" src="{{ your cdp domain }}" data debug="false" data init only="true" data namespace=" chord" data write key="{{ your write key }}">\</script> open your browser’s dev tools and select the network tab search “ingest” you should see your cdp domain loading with a 200 status code take actions on your site to trigger events viewing products, adding to cart, etc you should see these events post to the cdp domain with your write key and formatted properties in the chord platform, navigate to cdp —> live events —> incoming events filter the list by your website source you will see a live stream of events with search and filter capabilities back end/server events follow these steps to verify the implementation of the chord client with your back end systems trigger a notification from the system that sends data to chord i e a webhook notification for order completed, checkout started, etc in the chord platform, navigate to cdp —> live events —> incoming events filter the list by your back end source you will see a live stream of events with search and filter capabilities