Getting Started
AttributionHub makes it easy to track marketing touchpoints and understand which channels, campaigns, and user journeys drive real conversions. This guide will help you set up your workspace, begin collecting attribution data, and sync that data into your contact management systems and reporting platforms.
Quick Start Guide
1. Create Your Account
AttributionHub is currently developing a self-serve dashboard to let you configure tracking for a domain and its subdomains.
For now, we’ll handle all configuration for you and provide the necessary setup details.
Please contact your account representative to set up a new tracking subscription for your domain and its subdomains.
2. Install the Tracking Snippet
Add the provided JavaScript snippet to your site before the closing </head> tag. This script tracks session and attribution data across all pages.
1<script>2(function() {3 var script = document.createElement('script');4 script.src = 'https://track.attributionhub.io/scripts/hubspot_forms.min.js';5 script.async = true;6 script.onload = function() { window.attr_hubspot_forms(); };7 document.head.appendChild(script);8})();9</script>
Make sure it is installed on every page for full session coverage.
For additional details, see our Tracking Script Guide.
3. Configure Data Connectors
You can connect your data using our REST API or one of our prebuilt connectors.
To set up a prebuilt connector, contact your account representative. While we build a self-serve interface for managing integrations, our team will configure everything for you.
Available API Endpoints
If you prefer direct control or need to integrate custom systems, you can access your attribution data using our REST API. It includes several endpoints that provide different views into your attribution and conversion data.
To get started, check out our REST API Guide. Below are the available endpoints:
Endpoint | Description |
---|---|
/contacts | View CRM-style contact summaries enriched with multi-session timelines, conversion insights, and behavioral analytics. |
/conversions | Retrieve raw conversion event data with optional filtering. |
/insights | Get rollup metrics including conversion rates, session stats, channel performance and user journey analysis. |
/pages | Analyze where sessions begin, where users convert, and where they drop off |
/sessions | Fetch raw session-level attribution, including conversion and exit events |