Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

*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:

...

https://api.checkoutchamp.com/landers/clicks/import/?loginId=#####&password=#####&pageType=checkoutPage&campaignId=1&requestUri=https://mylander.com/nutra/?affId=AF54B33412%26c1=fb%26c2=5000234&httpReferer=https%3A%2F%2Fmylander.com%2Fnutra%2F%3Fc1%3Dfb%26c2%3D5000234%26utm_source%3Dfacebook%26utm_campaign%3D1299%26utm_content%3Dfastad9%26affId%3DAF54B33412

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.

...