Versions Compared

Key

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

...

  • 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.

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.

...

Example:

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

So their link will look like this -

https://YOURPRODUCTyourcheckouturl.com/index.phpcheckout?&affId=[affId assigned by the system goes here]&c1=[insert-c1-goes-here]&c2=[insert-c2-goes-here]&c3=[insert-c3-goes-here]&clickIdclick_id=[insert-c4-goes-here]&subIdsubid=[subid-orinsert-c5-goes-here]

...

Sending affiliate information to CheckoutChamp for each session/order:

Table of Contents
minLevel3
maxLevel7

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.

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.

...