...
*Please note that Steps 1-3 below are for Direct API connections only.
1
...
- Include httpReferer only on the first Import Click API call of the customer’s session
httpReferer may be the same value as requestUri. httpReferer must include the UTM code(s).
...
2
...
- Ensure httpReferer is URL encoded
URL encoding is used to translate special characters to a universally accepted format. Please see the image below for an example:
...
3
...
- Link Lead/Order requests to Click request
When a customer first lands on your site, only a session is generated. Once the customer submits their lead or order info, that lead or order must be linked to the click request by including the sessionId on Import Lead and Import Order.
...