Verify It Works
After setting up AttributionHub, verify that attribution data is being captured and flowing correctly into your CRM or other connected tools.
How to Test
- Open your website in an incognito/private browser window
- Navigate to a page with your form using UTM parameters:
https://yoursite.com/?utm_source=test&utm_medium=cpc&utm_campaign=test_campaign - Submit the form using a test email address
- In your CRM (or other destination tool), check the record that was created
- Verify that attribution fields (channel, source, medium, campaign, landing page) are populated
If you see attribution data in your CRM, the setup is working correctly.
When It Does Not Work
If your test submission did not include attribution data, follow the steps below to diagnose the issue.
1. Check the Script Installation
- Confirm the AttributionHub script is present in the
<head>of your pages (or added via Google Tag Manager) - Open your site with UTM parameters (e.g.,
?utm_source=test&utm_medium=test) - Open browser DevTools (F12) > Application > Local Storage
- Look for the
attrhubkey — you should see a JSON object with attribution data - If the key is missing, check the Console and Network tabs for errors
2. Check Hidden Field Names
- Verify that hidden fields exist in your form HTML
- Field names must match what AttributionHub expects (e.g.,
ah_lt_channel,ah_lt_source,ah_lt_medium) - If you use custom field mapping, confirm the names match your Configuration
- See the Field Reference for the full list of supported field names
3. Check Field Mapping in Your CRM
- Confirm that each hidden field in your form is mapped to a corresponding property in your CRM
- Some platforms auto-map fields by name, but others require manual mapping
- If the mapping is missing, attribution data may be captured by the form but not stored in your CRM
4. Test Again
- After fixing any issues above, repeat the test with fresh UTM parameters in an incognito window
- Submit the form and check your CRM record to confirm attribution data is now present
Still Not Working?
If you have gone through all the steps above and attribution data still is not appearing:
- Fill out the contact form on our website so our team can help with your setup
- Join our Discord channel for live support and community help