Log in

Adding partner macros

For non-integrated partner that you have connected yourself, you can set up macros as follows:

  1. In MyTracker interface, find the partner you need in the list and click on its name.
  2. On the page that opens, go to Macros.
  3. Specify the replacements to be made in the tracking links:
    • To add a new line to be filled, click Add macro.
    • In the left column, enter the name of the parameter in the tracking link. The name must match the name of the MyTracker parameter.
    • Partner's own parameters (for example, clickid=, offer_id=) will not be automatically added to tracking links if not used in postbacks. For more details, refer to the Postback parameters section.

    • In the right column, enter the name of the macro, that the partner expects to receive.
    • Make sure to click Save , once all fields have been filled.

We recommend adding to the SubID parameters those partner macros that match the meaning of the parameter names. As an example, you can see which macros with which SubID are passed by integrated partners, indicated by the symbol .

For example, your partner has provided you with the following information:

  • For mt_idfa parameter use %%IDFA%% macro
  • For mt_sub1 use %%OFFER%% macro

This means that you need to fill the Macros form as follows.

As a result, all tracking links for the partner will include the specified replacements. And the already created links will be updated automatically.

For example, the URL templates on the tracking link view page shown below:
https://trk.mail.ru/c/a12345/?mt_idfa={idfa}&mt_sub1={sub1}
will be modified as follows:
https://trk.mail.ru/c/a12345/?mt_idfa=%%IDFA%%&mt_sub1=%%OFFER%%

This makes replacing familiar macro markers, such as %%IDFA%% , with specific values an easy job for your partner.

Was this article helpful?