Skip to main content

Custom Conversions

The custom conversions can help you track different types of conversions, such as: Add-Carts, Approved Orders, Upsells, Chargebacks..etc.

tip

You can NOT delete custom conversions once they are created, so please organize your custom conversions before creating them.

Setup custom conversions tracking

To track a custom conversion, perform following steps

loc.png

  1. Click the Measurement >> Custom Conversions on the top right of MaxConv panel.

  2. On the custom conversions page, click Add Conversion button.

add.png

  1. Provide the custom conversion name, which will be the column name in the report table.

  2. Enter the custom conversion values one per line. It is recommended to use URL-safe characters, you can enter any string here, but please remember the string, we'll need the same string in the subsequent steps.

    tip

    The URL-safe characters are letters, numbers, - and _.

  3. Configure the additional settings:

    • Include in Conversions: decides whether the custom conversions amount should be added to general conversions or not.

      There are options to Increase or Decrease general conversions when custom conversions occur. If "Increase" is choosen, the general conversions will be increased by one when custom conversions occur, while "Decrease" is choosen, the general conversions will be decreased by one.

      If you are tracking some kind of negative conversions such as uninstalls or chargebacks, you may want to choose Decrease.

    • Include in Revenue: decides whether custom conversions revenue should be added to general revenue. There are also Increase and Decrease options, which works same as option "Include in Conversions".

    • Fire Traffic Source Postback: Whether fire traffic source postback or not when a given custom conversion is registered.

    • Include in "Cost": Choose if the campaign cost should be added if campaign's cost model is "Revshare" or "CPA".

  4. Choose if you want MaxConv to accept duplicate conversions even if the click id and transaction id is same. You may want to enable this option if the custom conversions will produced multiple times with same click id.

  5. Type your internal note.

  6. Click the "Save" button to create custom conversion.

  7. Append the parameter event with the value you have typed in Step 4 to the postback URL, and update the postback settings in your affiliate network platform. For example:

    • https://YOUR-TRACKING-DOMAIN.com/conv?clid=...&event=init-checkout

    • https://YOUR-TRACKING-DOMAIN.com/conv?clid=...&event=checkout

    • https://YOUR-TRACKING-DOMAIN.com/conv?clid=...&event=order_form

    init-checkout, checkout and order_form are the custom conversion value you have provided in Step 4, use one of the values.

    tip

    If you don't use S2S postback url, you can append the parameter event to the conversion tracking pixel, for instance:

    <img src="https://YOUR-TRACKING-DOMAIN.com/conv.gif?event=init-checkout">

    or <script src="https://YOUR-TRACKING-DOMAIN.com/conv.js?event=init-checkout"></script>

col-settings.png

  1. Now you need to enable the custom conversion column in report table, click the Columns button on the top right of table.

add-col.png

  1. In the column settings, enable the columns of custom conversion you have just created, and click the Apply button.

Send custom conversions to traffic source

When you want to send custom conversion data to traffic source platform, follow these steps:

send-conv-1.png

  1. Make sure the Fire Traffic Source Postback option is enabled in custom conversion setting.

send-conv-2.png

  1. Edit the traffic source setting, enable the Postback URL per custom conversion option, choose the custom conversion and type the postback URL accordingly.