> For the complete documentation index, see [llms.txt](https://docs.exoclick.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.exoclick.com/advertisers/conversion-tracking/tracking-manuals/binom-tracking.md).

# How to track conversions with Binom

*This guide is for Binom only. If you want to know the generic steps for S2S tracking, please check the* [*Advertisers section*](/advertisers/conversion-tracking/conversion-tracking.md#using-conversion-tracking-api---s2s-recommended)*.*

This guide consists of two sections:

a) How to set up conversion tracking in Binom. This section will focus on knowing how to set up the Postback URL in Binom, how to notify conversions to Binom and how to display these conversions in both Binom and ExoClick.

b) How to integrate Exoclick in Binom via API. This section will show how to start or stop ExoClick's campaigns from Binom.

If you want to receive additional information, please check [Binom's integration guide.](https://docs.binom.org/conv-to-source.php)

## How to set up Conversions tracking in Binom

ExoClick gives you access to global traffic sources, targeting features, big data and statistical analytical tools to filter results and optimise your campaigns. This manual explains how to track conversions on the ExoClick network when you are using tracking software Binom. In order to track your offer, you need Binom and ExoClick to ‘speak’ to each other, they do this through their APIs.

This manual shows you how to set up server-to-server conversion tracking with Binom's platform.

{% stepper %}
{% step %}

### Create the Goal ID for your Postback URL

Log into your ExoClick Admin Panel and go to **Campaigns > Conversions tracking**. This allows you to create the **Goal ID** and get the structure to be used in your **postback URL**:

<figure><img src="/files/0U4GJm0MmFVFCfXoF5Ba" alt=""><figcaption></figcaption></figure>

Click "New Conversion Goal". There are three fields you must complete: **Name**, **Conversion Value** and **Order**. In **Name**, simply add a name for the goal, for example: "Postback".

The available Conversion Values are:

* **No Value:** value is 0
* **Fixed:** you determine the payout of the conversion manually when setting up the Goal.
* **Dynamic:** the value of the payout will be passed through the Postback URL. Dynamic value passing will be explained in detail later during the guide.

**Order** is used to organize the different goals you have created in your account. If you have created multiple Conversion Goals, the Order will help you organize how these goals are displayed in your Statistics and in the Campaigns List.

Once you have added all these fields, click on the "Create" button. The Admin Panel will display the structure of the Postback URL as well as the **Goal ID** corresponding to the Goal you just created. It should look something similar to this:

```json
http://s.magsrv.com/tag.php?goal=66a8605e6cce49fbb8056f273f8e1a2e&tag=
```

You can also check our [Conversions Tracking](/advertisers/conversion-tracking/conversion-tracking.md) page to find out more details about our Goal creation process.
{% endstep %}

{% step %}

### Add ExoClick as a traffic source in Binom and configure the Postback

To track conversions on ExoClick you will need to add a dynamic tracker to your campaign URL **{conversions\_tracking}** which identifies each click uniquely.

You must store this tracker on Binom and get it to notify ExoClick’s API each time a user generates a conversion. This is achieved in Binom by configuring ExoClick as the traffic source, using the pre-defined template.

Login to Binom, click "Traffic Sources", then click "Create":

<figure><img src="/files/cyRVYXZICHzw8Sx3OdsV" alt=""><figcaption></figcaption></figure>

Click "Load from template", then pick "Exoclick" from the available Templates. Binom will pre-populate the traffic source settings from the template.

In the Postback URL field replace the word “REPLACE”, with the **goal ID** value you generated in STEP 1.

<figure><img src="/files/a9U8I634OEQqCdYQPo2W" alt=""><figcaption></figcaption></figure>

Your postback URL should now look like the following:

```json
http://s.magsrv.com/tag.php?goal=66a8605e6cce49fbb8056f273f8e1a2e&tag={externalid}
```

**Note**: If you selected **Dynamic** value when setting up your Goal in ExoClick, then you will also have to add **\&value={payout}** at the end of the Postback URL so as to pass the value of the conversion. In this case, your postback URL will look like the following:

```json
http://s.magsrv.com/tag.php?goal=66a8605e6cce49fbb8056f273f8e1a2e&tag={externalid}&value={payout}
```

Click "Save" to save the traffic source.
{% endstep %}

{% step %}

### Set up an Affiliate Network on Binom

*If you are not using an Offer from an Affiliate platform, please Skip to Step 4*

Click the "Affiliate Networks" tab, then click "Create":

<figure><img src="/files/oYEHmUxxnIN9lx7FMumn" alt=""><figcaption></figcaption></figure>

Click on "Load from catalog" to get a list of Affiliate networks you can itnegrate. If your Affiliate network is not on the list, you can manually define the parameters used by the affiliate platform of your choice.

The Postback URL shown here is what you will have to add in your Affiliate Platform in order to notify them the conversions. **Important**: do not confuse this Postback URL with the one you created in the Traffic Source settings!

<figure><img src="/files/ETGgpqsS6AUGMLLuSOfS" alt=""><figcaption></figcaption></figure>

If you want to use Dynamic conversion value from your goals, you need to make sure that the **payout** token from the affiliate platform **reaches the postback URL from ExoClick**.

For more information on how to set up the Affiliate network in Binom, please check their [manual](https://docs.binom.org/affiliate-networks.php).

Once you have completed setting up your Affiliate Network, click "Save".
{% endstep %}

{% step %}

### Create an Offer in Binom

Click "Offers", then click "Create":

<figure><img src="/files/dnAGaJvBnW1HnxYUiDFL" alt=""><figcaption></figcaption></figure>

Add the URL of your Offer. Eg:

http:

Make sure to add {clickid} to pass conversions to your Affiliate network. If you added an Affiliate network in the previous step, add it here.

If you defined the **payout** of the offer through the Postback URL from the Affiliate network, then select **"Auto"** as "Payout". Otherwise, add the payout from the offer.

<figure><img src="/files/NcVfhSI7GQyGu0W6eHGs" alt=""><figcaption></figcaption></figure>

Hit "Save" to save the changes.
{% endstep %}

{% step %}

### Create a Campaign in Binom

Click the “Campaigns” tab, then click "Create"

<figure><img src="/files/WDUOFgoweBhivxgNqXzE" alt=""><figcaption></figcaption></figure>

Select ExoClick as the traffic source and enable "Auto" as your campaign costs.

<figure><img src="/files/MkUwYDU0zEYkc3aA9Qlv" alt=""><figcaption></figcaption></figure>

Then, the Offer you created. You can send the traffic directly to this Offer URL or you can create a "Lander" for the Offer. If you want to go for the first option, then click on the "Direct" button under "Landing Pages":

<figure><img src="/files/5MJ3Nv1goxufcBpxr5ZV" alt=""><figcaption></figcaption></figure>

Save the campaign. The **Campaign URL** will be generated:

<figure><img src="/files/naTp87h5Auhryw0AhemX" alt=""><figcaption></figcaption></figure>

You can also get the Campaign URL by pressing the "Info" button in your Campaign tab in Binom:

<figure><img src="/files/simzGiyq5cuDJbbYS9KR" alt=""><figcaption></figcaption></figure>

You will use this Campaign URL to set up the campaign in ExoClick.
{% endstep %}

{% step %}

### Create a Campaign in ExoClick

Paste the campaign URL created in the previous step as your "Variation" for your ExoClick campaign. Make sure it contains the **{conversions\_tracking}** tag to send the conversion details to Binom.

<figure><img src="/files/5DadX4ARpviy1y8q61uh" alt=""><figcaption></figcaption></figure>

Finish the campaign set up. You can find a **detailed guide on how to create a campaign in Exoclick** [**here**](/advertisers/campaigns/creating-a-campaign/create-campaign-step1.md).

If the set up has been done correctly, you will start seeing conversions both in Binom and ExoClick. Do not forget to enable the corresponding Goal column in your [Campaigns List](/advertisers/campaigns/campaigns-list.md) and your statistics.
{% endstep %}
{% endstepper %}

## ExoClick API Binom integration

By integrating Binom with ExoClick via API, you will be able to pause and resume your ExoClick campaigns while at the same time make use of Binom's reporting tools.

Each action you make in Binom will have an instantaneous effect in ExoClick. Here are some of the actions you can make through API Binom integration

* **Check the status of integrated campaigns**: You can observe the status of your integrated campaign through campaign settings.
* **Pause or resume an integrated campaign**: You can pause or restore an entire integrated campaign in the Campaigns view, in the Actions column.

**Note:** API integration is only available for Binom v1.

### Requirements

Before you can integrate with Binom, you need to generate an **API Token** in ExoClick.

Login to your Exoclick account, then click on your username to access your Profile. Click on New API Token, give a name to that token, then hit Save. You will see the API token under the "Token" column:

<figure><img src="/files/tPcs4SdKTmObniZZcGJU" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/jCgn8gpUqTmgu1yVO13X" alt=""><figcaption></figcaption></figure>

In addition, you need to have **campaigns already created in Binom** in order to match them via API. In the next section we will explain this in detail.

### Instructions

To initiate the integration, follow these steps steps:

{% stepper %}
{% step %}

#### Add the API token in Binom

While you are setting up ExoClick as a Traffic Source in Binom, click on the Integrate button. This will prompt you to add the API token from Exoclick.

<figure><img src="/files/VjaQN4DBxioYC7riDuNB" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Match your campaigns

If the API token is valid, you will be able then to click on "Campaigns" and begin matching your campaigns in ExoClick with your campaigns in Binom.

<figure><img src="/files/p1GBxmFa4toHb1qit3SA" alt=""><figcaption></figcaption></figure>

Click on the "Link Campaign" button next to the campaign name, then select the campaign in Binom that matches it.

<figure><img src="/files/tdKeM3CmCUGiZ8CeCAei" alt=""><figcaption></figcaption></figure>

Once the campaign is matched, you will be able to Pause or Resume the ExoClick campaign from Binom:

<figure><img src="/files/qevxA59mtjQW1kyTNCCh" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/Q0HMw1YbjrQtCQEKv5Rs" alt=""><figcaption></figcaption></figure>

Remember that every time you create a campaign in ExoClick, **you will have to repeat these steps in order to match it with your Binom campaign**.
{% endstep %}

{% step %}

#### Unlink a campaign

If you want to unlink the campaign, click on the Unlink button in Binom's campaign settings:

<figure><img src="/files/xlxdNnUTQZcYuXWHoGUF" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

If you need further guidance on how to set up Conversion tracking or API Integration in Binom, don't hesitate to contact [Binom support](https://binom.org/). You can also contact [ExoClick's Customer Success](https://www.exoclick.com/contact/) to review these steps.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.exoclick.com/advertisers/conversion-tracking/tracking-manuals/binom-tracking.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
