Versions Compared

Key

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

Select CRM > then click Affiliates >To find your affiliate’s tracking string, navigate to CRM → Affiliates  then click the blue edit  edit button.

...

When your Affiliate sends traffic they will use an Affiliate Tracking Link, which will link the Affiliate to the Traffic/Order.

  • The Tracking Link is the URL for your landing page with the Tracking String appended in to the URL queryend.

    • The Tracking String is located in the the Passed Values section on the affiliate's profile. The Tracking String contains the affId, and Passed Values.

...

Example:

Affiliate with Up to five Passed Values can be added inside of each affiliate profile and they can be configured to be in any order that you would like. You can also determine which values represent the Publisher and the Sub Affiliate to view reporting by these values.

...

In the example above, the affiliate has the following passed values: c1, c2, c3, click_id, subid:

So their link will look like this -

https://YOURPRODUCTyourcheckouturl.com/ index.php?checkout?&affId=[affId assigned by the system goes here]&c1=[insert-c1-goes-here]&c2=[insert-c2-goes-here]&c3=[insert-c3-goes-here]&click_id=[insert-c4-goes-here]&affIdsubid=[affId assigned by the system goes here]&subId=[subid-or-c5-goes-here]

...

insert-c5-here]

...

Sending affiliate information to CheckoutChamp for each session/order:

Table of Contents
minLevel3
maxLevel7

...

CheckoutChamp Funnel Builder

You will just need to make sure the Ad link your customers will be clicking on includes the Tracking String outlined above, appended to tail of the sales link so the system can attribute the traffic/sales to the appropriate Source.

The funnel system already API’s built in place to extract those values from the links customers will be clicking on!

...

CheckoutChamp Form-Code

If you are using Konnektive CheckoutChamp form-code, after setting up your landing page or shopping cart and adding the affiliate to the campaign, you will see a sample tracking link in the affiliates panel on the Edit Campaign page.

...

Make sure that your affiliate uses their tracking link, and Form-Code will take care of the rest.

...

Direct API

Send the affiliate tracking string as part of the requestUri parameter in your first Import Click call for each new session.

Note

The passed values inside the URL string are case sensitive and much match exactly how they display inside the affiliate profile

...

Info

This API will return a sessionId. Send the returned sessionId value as the sessionId parameter on the subsequent Import LeadImport Order, Import Upsell, and Confirm Paypal API calls to fill the Outcome column of the Conversion Details Report.

...

The following API fields are used for passing the affiliate information:

  • affId - the Konnektive CheckoutChamp affId (Find affId on the Affiliates Page or on the Affiliate Edit Page)

  • sourceValue1 - passed value #1

  • sourceValue2 - passed value #2

  • sourceValue3 - passed value #3

  • sourceValue4 - passed value #4

  • sourceValue5 - passed value #5

The numbers of the passed/source values must match how they are numbered in the passed values panel on the Affiliate Edit page.

...

Funnel Konnekt / Checkout Champ

...