Overview
This article outlines how to track data from the Konnektive CRM in Everflow. It includes guides for setting up your campaign and postback URLs in the Konnektive platform, as well as setting up the Offer accordingly and testing it in Everflow.
These instructions are for use with Redirect Partner Tracking Links only.
For Direct Linking, you will need to be using Checkout Champ, a web-building tool used on top of Konnektive. For more info - [Click Here]
Campaign Setup: Konnektive
- Log in to your Konnektive account.
- Then, set up a new campaign and a new affiliate.
- For instructions on this, please refer to Konnektive - [Click Here]
- Be sure the affiliate is added to the campaign.
- Then, navigate to CRM > Affiliates, and click the Edit button for the desired affiliate.
- Copy the Tracking String from their page.

Offer Setup: Everflow
- Add a new Offer in Everflow. For more info on this - [Click Here]
- Append the affiliate's tracking string to the landing page that you've integrated with Konnektive, and enter it as the offer's Base Destination URL.
Example:
Landing Page: https://www.yourdomain.com/
Tracking String: ?affId=56789&c1=[c1]&c2=[c2]&c3=[c3]
Base Destination URL:
https://www.yourdomain.com/?affId=56789&c1={transaction_id}&c2={affiliate_id}&c3={optional}

- On the Tracking & Controls page, be sure to select Server Postback as the Conversion Method.
- Once the Offer is added, copy the postback URL from the offer page.

Direct Linking
Everflow Steps
- As Konnektive uses affId as their affiliate parameter, Everflow will need to include a different URL parameter for Partner/Affiliate ID.
- Please go to the Advertiser > Edit > Additional Information > Update the Partner ID Parameter to affid2 > Save.

Konnektive Steps
- In Konnektive, 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 at the very top of the HTML section.
- Replace “YOUR-TRACKING-DOMAIN” with your Everflow tracking domain.
- 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)
In the example above, we are using the c1 parameter to pass the Transaction ID. If you are wanting to use c2 or c3, then please update the following line in the click script to reflect c2 or c3 such as
or
For Direct Linking, you will need to be using Checkout Champ, a web-building tool used on top of Konnektive.
Postback Setup: Konnektive
- In the Konnektive platform, navigate to CRM > Affiliates and click the Edit button for the desired affiliate.
- Then, click the Pixels tab.

- Click the [+] button, and set up the pixel as shown below.
- Be sure to select the pixel type: Postback. Then, click Create Pixel.

- Replace YOUR-TRACKING-DOMAIN with your Everflow Tracking Domain
- Replace NID with your Everflow Network Identifier
- If you have formatted your Click Script to pass Transaction ID into the c2 or c3 parameter instead of the c1 parameter, please update to the [c2] or [c3] macro in the transaction_id parameter.
Testing the Pixel in Everflow
- Navigate to Offers - Manage > Click on the offer > Tracking Links tab.
- From here, copy an Advertiser Test Tracking Link.
- Paste it into your browser and generate a conversion to confirm it fires to Everflow.
