Custom conversion settings
Updated over a week ago

Custom Conversions feature lets you define multiple conversion types so that you can differentiate between them. After all, not all conversions are the same, and with this tool in place, you will be able to see not only which part of traffic converts most often, but also which users are most likely to generate additional income from upsells, or other post-install events.

In the postback URL or conversion tracking pixel, there is a parameter, called status, and conversions will be categorized based on its value. Some affiliate networks let you input a specific postback URL for specific events, conversion types, but some only let you input one specific URL with a dynamic token that returns the event type name. This is why within Peerclick you can define multiple status values that will be considered to be the same conversion type.

If you cannot use the postback URLs to track conversions, it is also possible to add the status parameter to your tracking pixel following the same pattern as for the postback URL.

Example:

Let’s assume that you are sending traffic to two different affiliate networks, and you are promoting app installation. Every time someone installs the app, you earn $4, but also, every time someone purchases in-app virtual gold, you earn $2.

  1. The first affiliate network lets you define postback URL for both events:

    • Postback URL for installing the app

      https://pstb.gopeerclick.com/postback?cid=[subid]&payout=
      [commission]&txid=[transactionID]&status=install

    • Postback URL for in-app purchase

      https://pstb.gopeerclick.com/postback?cid=[subid]&payout=
      [comission]&txid=[transactionID]&status=purchase

  2. The second affiliate network lets you only specify one postback URL, and they have a token for a conversion type, so you can specify as follows:

    https://pstb.gopeerclick.com/postback?
    cid=#AFF_SUB_ID#&payout=#PAYOUT#&txid=#TID#&status=#TYPE#

Postback URL for both events:

where the #TYPE# can return those values:

  • inst when the app is installed

  • sale for every in-app purchase

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

1. Go to Settings.

2. Go to the Statistics section.

3. Custom status template

- E-commerce scheme: preset of statuses group Hold (waiting for confirmation from the affiliate network), Sale, Reject (refusal).

- Subscription scheme: preset of statuses group Start (new subscription), Rebill (repeated payment), Buy out (ransom), Stop (stop / unsubscribe).


The names of the status scheme are informative.

4. Accepted custom statuses
In the corresponding 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.


For example, you use the E-commerce scheme with three types of statuses, the sales status that the affiliate network sends is lead. Write the status lead in the Sale field.

5. Group status names
The names can be edited if necessary. By changing one of these values, the setting will apply to all of your traffic sources.

When setting up the s2s postback to the source, you can select the {conversion} or {conversion.group} macro to transfer the conversion status.

- The {conversion} macro will send the affiliate network status to the source, which is specified in the corresponding field of the status group.

- The {conversion.group} macro will send the name of the status group to the source.

6. Conversion registration time reporting

In the Conversions - Input postback logs section, the information sent by the affiliate network is recorded. If the sent postback has the status Success, an entry appears in the Conversions section.
Select a method for recording conversion time:

- Visit timestamp: visit time, which is specified as part of the Click ID record. (mark 1 on the screenshot)

- Postback timestamp: time of arrival of the first postback to the Input postback log. (mark 2 on the screenshot)

2. Add status macro to postback link

Add the affiliate network's macro, which is responsible for transferring the conversion status, to the status parameter in the postback link

The postback link is taken from the settings of the offer or affiliate network in PeerClick and inserted into the corresponding section of the settings on the affiliate network's 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.

If the affiliate network has sent 3 conversions per Click ID with the same or different statuses, it will record 1 conversion. In the Input postback logs there will be 3 postback records from the affiliate network, in Conversions - the last incoming log from the affiliate network.

To make 3 conversions for 3 input logs with different statuses for one Click ID, you need to configure the txid parameter in the postback link.

Did this answer your question?