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.

...

Affiliate with the following passed values: c1, c2, c3, click_idclickId, subidsubId:

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

...

Tip

affId and all passed values are case sensitive. Please be sure to use the proper casing.

...

Checkout Champ 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 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.

...

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

...