Skip to main content
Conversion Statuses Settings
Updated over 2 weeks ago

If the offer source supports s2s postback, you can set up different conversion statuses to be passed in the postback link.

If you can't use the postback URL to track conversions, you can also add the status parameter to your postback pixel, following the same pattern as for the postback URL.

Status parameter settings

Correlate the statuses that the affiliate network sends and the tracker receives.

1. Go to Settings.

2. Go to the Custom conversion section.

3. In the corresponding Status field, write down the status values ​​that the affiliate program sends. If the value is already present in the field, you do not need to re-register it.

4. Add the offer source macro responsible for transmitting the conversion status to the status parameter in the postback link / postback pixel.

The postback link is taken from the offer or offer source settings in PeerClick and inserted into the corresponding settings section on the offer source side.

Conversions with different statuses are displayed in different columns of the statistics table. The Conversions column displays the total amount of conversions with all statuses.

Conversions with different statutes via 1 funnel

If the offer source sent 3 conversions to one Click ID with the same or different statuses, it will record 1 conversion. That is, in the Input log there will be 3 postback entries from the offer source, in Conversions - the last input log record from the offer source.

To count three incoming logs with different statuses for one cid as three different conversions, you need to configure the txid parameter in the postback link. Using txid is necessary to record another conversion with a different status for one cid value without rewriting.

! It is possible only if one of the conversions is not an intermediate conversion on the landing page. Conversions from the landing page cannot be registered, this breaks the logic of the system operation.

Add the txid value to the postback link to record 2 or more conversions for one cid (the id of the user walking through your funnel). Postbacks from offer sources will look like this:

postback_link_to_tracker?cid=clickid_tracker_value&status=conversion_status_1&txid=1

and

postback_link_to_tracker?cid=clickid_tracker_value&status=conversion_status_2&txid=2

Generated value passed to the txid parameter can be any just different for every conversion on one cid.

Did this answer your question?