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 Default Landing Page URL.
Example: Building the Default Landing Page URL
Landing Page
https://www.yourdomain.com/
Tracking String
?affId=56789&c1=[c1]&c2=[c2]&c3=[c3]
Default Landing Page 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
Add the below script at the very top of the HTML section.
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
If you are using another format for the Direct Linking Partner ID Parameter, please have that format reflected in that line of the click script.
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.

Testing the Pixel in Everflow

Additional Events from Checkout Champ
To send additional event data from Checkout Champ to Everflow — such as refunds, chargebacks, recurring orders, or cancellations — use Export Webhook Profiles in Checkout Champ. These webhooks fire postbacks to your Everflow tracking domain whenever specific customer events occur.
For full documentation, see Checkout Champ: Postback Export Profiles.




Available Customer Types
When configuring Profile Routing, select the customer type that matches the event you want to send to Everflow.
Orders & Sales
| New Sale | New sales that were successfully billed |
| Upsell | Orders that include an upsell |
| Capture | Orders that have been captured |
| Partial | Incomplete orders (leads) |
| Lead | Incomplete orders without a product assigned |
| COD Pending | Cash on Delivery orders awaiting fulfillment |
Subscriptions & Recurring
| Subscription Started | New sales with a recurring product |
| Recurring Order | Orders created as part of a continuity subscription |
| Pre-Billing | After prebill notification email has been sent |
| Pause | When a recurring purchase is paused |
| Reactivate | When a recurring purchase is reactivated |
| Cancel | When a recurring purchase is cancelled |
Declines & Failures
| Decline | Orders that declined |
| Rebill Decline | When a rebill (recurring purchase) declines |
| Recycle Failed | Orders that reach recycle failed status |
Refunds & Chargebacks
| All Refunds | Orders that have been refunded (any type) |
| Partial Refunds | Orders that have been partially refunded |
| Full Refunds | Orders that have been fully refunded |
| Chargeback | Orders that have been charged back |
Fulfillment & Returns
| Fulfillment Shipped | When fulfillment status shows Shipped |
| Fulfillment Delivered | When fulfillment status shows Delivered |
| RMA Issued | When a Return Merchandise Authorization is issued |
| RMA Received | When a returned item is received |
Other
| Customer Update | Updates made to the customer record |