Adobe Analytics
This document provides a basic integration guide for using HUMAN’s binary result flag to enrich Adobe Analytics.
Prerequisites
- Appropriate access in Adobe Analytics to create Conversion Variables (eVars)
- Access to update your website code
- Score reporting enabled and set to binary with a threshold of 100
- If you want to also send enriched data, then you need data classification enrichment enabled
JavaScript integration
The data from HUMAN is returned as an event. To receive the event, you must store the following functions in an Adobe eVar.
APPID
will be equal to your app ID. For example if your APPID is PX12345678
, then your function variable will be window.PX12345678_asyncInit
.
Add the JS to your domain
The JavaScript integration can be added to your existing HUMAN JavaScript snippet.