Choose one person from your organization to sign up for an account and invite team members.
If you’d like to use SSO, notify the HockeyStack team immediately to do the necessary configuration.
Navigate to the integration page.
Make sure you enter your domain details correctly.
Some companies also choose to create a separate workspace for their domains, which will completely isolate all data and all setup between the two domains. This is usually not the best option, so consult with the HockeyStack team before going for this option.
Add the tracking script to each of your domains from the previous step. Make sure to test that the script works on each domain.
(If you have a self-serve motion) Add the script inside your application and on your signup and login pages. Use the user identification guide to identify application users inside HockeyStack.
if (typeof HockeyStack === 'undefined') {
if (!Array.isArray(window.hockeystackQueue)) window.hockeystackQueue = [];
window.hockeystackQueue.push(function () {
HockeyStack.identify(email);
});
} else HockeyStack.identify(email);
// make sure to replace "email" with the actual email of each logged-in user. So the script should read like HockeyStack.identify('[email protected]') for the specific visitor.
Click Test Integration in the next step so that HockeyStack validates your script integration.
Navigate to Settings > API & Integrations, and click the Connect button next to all your desired data sources.
For Ads integrations, make sure to choose all your ad accounts after authenticating with the ad platform
For HubSpot, we recommend starting a historical website data pull.
We can also pull historical website data from Marketo. Notify your HockeyStack CSM if you want this enabled.
If you use Pardot forms, use the below guide to integrate:
If you use a non-default revenue field from CRMs, select the revenue field in Settings > Report & Tracking
Configure your Main Currency in Settings > Report & Tracking
Sync any spend from digital platforms that don’t integrate with HockeyStack. (Most commonly, display spend that is not on Google Ads)
(Optional)
HockeyStack pulls in all fields from all objects in your connected systems. Set your business users for success by hiding the ones that you think will not be used.