We've negotiated a deal with Segment for Demand Curve-affiliated companies that:
If you meet those criteria, you'll get $50,000 in total credits (enough to track 200,000 users for up to two years!)
Learn more by going to demandcurve.com/segment.
We’re going to have you install a couple destinations (places your data goes) to get the hang of how to do it. We’ll be setting up our ad channels as destinations in the next project.
Sign up for Hotjar if you haven’t (we’ll be using it later in the course). Add your Hotjar Site ID and Hotjar will be fully installed.
This integration is very useful and makes setting up Intercom extremely easy. All the Segment events become Intercom events that you can then trigger messages and emails from.
Sign up for Intercom.
This integration requires two things:
Your engineers will need to install Segment on your site and add all the events from your analytics proposal doc.
For that, send them Segment’s documentation to follow, along with your analytics events doc to create all the events.
Note: Segment defaults to lumping all your events into the Category of All unless you tell it otherwise. Make sure your engineers tell it otherwise; use your own categories to organize events better.
You’ll want to make sure that they also remove the code that already exists in your codebase for any of the third-party tools that you’ll be installing with Segment. For example, if they’re already adding in Google Analytics manually, they’ll want to remove it from their code.
You should also encourage them to port over any other tools they’re adding in manually.
This may take a while, depending on how fast your company moves. You may have to come back to this project later once they’ve set everything up.
That’s OK. Go do Conversion Events > Project: Configure GA and Ad Channels and come back later.
After your engineers have confirmed installation of Segment, you can use Segment’s Schema and Debugger tools to verify that it’s working.
Schema lists out all the events that have fired on your site, with a bunch of other info. Click around your site and make sure you see the right events show up.
The Schema section can be used a bunch of different ways:
The Debugger allows you to watch your events fire in real-time. You can also click on each page event to see other data that was passed along at the same time: things like the category, label, value, URL, and more.
Walk through your site in one window and watch Segment record the events in the Debugger to make sure they’re all firing as expected. You can use this whenever you want to test to make sure it’s still working properly.
Move on to Conversion Tracking - Advanced > Configuring Destinations on Segment.