Everflow

Everflow and Checkout Champ work nicely together in a just a few easy steps. There are generally 2 types of Everflow integrations - a direct tracking string to your page OR a dynamic assignment on the page.

Direct

Follow these instructions. There is no additional work needed on your pages.

Assign Transaction ID on the page

Step 1: Dynamically assign the Transaction ID on your page

Edit the first page(s) of your funnel. A first page is any page that you will route traffic to from an outside source.

Go to the code editor

Add the below script in the Head section of HTML.

  • At the top of the script, replace “YOUR-TRACKING-DOMAIN” with your Everflow tracking domain.

  • At the bottom of the script, replace “YOUR-AFFILIATE-ID” with your CRM affiliateId. If you are passing affId as a parameter to the page, then please remove this line. It is only necessary if affId is not passed to the page.

  • If you want to learn more about the Everflow SDK, see here.

  • If affid gets translated to “cc_custom_affid” in lines of code below, change line 23’s affiliate value to “cc_custom_affid” (excluding quotations)

Step 2: Setup the Postback URL. Follow the “Setting up your Postback URL in CheckoutChamp” steps here.

If you are using a direct API integration instead of Checkout Champ, place the script on the page as in Step 1 and then call the Import Click API to save the affiliate values.

Last updated