> 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/tune-tracking.md).

# How to track conversions with TUNE/HasOffers

*This guide is for TUNE (formerly HasOffers) 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)*.*

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 TUNE (formerly known as HasOffers). In order to track your offer, you need Tune and ExoClick to speak to each other through their servers.

If you want to receive additional information, please check [Tune's integration guide.](https://support.tune.com/hc/en-us/articles/1500008230702-Server-Postback-Tracking-Implementation)

{% stepper %}
{% step %}

## Create the Goal ID for the Postback URL

Log into your ExoClick Admin Panel and go to **Campaigns > Conversions tracking**. This allows you to create the conversions tracking code 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 the postback URL to your TUNE dashboard

A **Postback URL** is a URL that notifies our server when a conversion has been made in your campaigns. You must store this URL in TUNE and get it to notify ExoClick’s server each time a user generates a conversion.

There are two ways to add a Postback URL in TUNE: through the **Offer settings** or as a **Global Postback** in your account.

A Postback URL in the offer settings will be applied exclusively to that offer, whereas a Global Postback will be applied to all your offers.

### Specific Offer Postback URL

In order to add ExoClick's Postback URL in a specific offer, follow these steps:

1. Login to your TUNE dashboard
2. Click on **"My Live Offers"**, then select the Offer where you want to add the Postback.
3. Scroll down to **"Your Pixels/Postbacks"**, then click on **"Add New Pixel/Postback"**:

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

1. Select "Postback URL" under **"Code Type"**, then add the Postback URL you generated in the previous section from this guide.
2. Add **{aff\_click\_id}** at the end of the Postback. Your URL should look like this:

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

**Note**: If the goal you created has **Dynamic Value**, then you must also add **\&value={payout}** at the end of the Postback:

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

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

6. Click Create.

### Global Postback URL

In order to add ExoClick's Postback URL as a Global Postback, follow these steps:

1. Click on **"Tools"** > **"Pixels/Postbacks"**
2. Click on **"Add new Postback"** (if this option is not available for you, please contact your Account Manager from TUNE)
3. Under **"Code/URL"**, add the Postback URL:

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

**Note**: If the goal you created has **Dynamic Value**, then you must also add **value={payout}** at the end of the Postback:

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

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

6. The Postback URL should be saved automatically.
   {% endstep %}

{% step %}

## Add conversion tracking macro to your Tracking Link

Go to **"My Live Offers"**, click on the **Offer ID** you want to promote, then copy the **Tracking Link** from the Offer.

E.g:

```json
http://mypage.com/?a=14030&c=64375&aff_id=2422
```

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

In order to track conversions, you will have to add **\&aff\_click\_id={conversions\_tracking}** to the Tracking Link. It will look like this:

```json
http://mypage.com/?a=14030&c=64375&aff_id=2422&aff_click_id={conversions_tracking}
```

You will use this URL as your **variation** in ExoClick. You can also add [additional macros from ExoClick](/advertisers/campaigns/macros.md) by preceeding them with the appropriate **"aff\_sub"** parameter from TUNE.

For instance, if you also want to track the **Zone ID** and the **Campaign ID** from ExoClick, then the Tracking Link will look like this:

```json
http://mypage.com/?a=14030&c=64375&aff_id=2422&aff_click_id={conversions_tracking}&aff_sub={zone_id}&aff_sub2={campaign_id}
```

You will be able to see all these details in your **Performance Reports** from TUNE:

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

Note that only **{conversions\_tracking}** is required to track conversions.
{% endstep %}

{% step %}

## Set up your Campaign in ExoClick

Paste the **Tracking Link** created in the previous step as your **"Variation"** for your ExoClick campaign:

<figure><img src="/files/fyDDrHx0HRF0Icorpbjn" 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 TUNE and Exoclick. Do not forget to enable the corresponding Goal column in your [Campaigns List](/advertisers/campaigns/campaigns-list.md) and your [Statistics](/advertisers/advertiser-statistics.md)

If you need further guidance on how to set up Conversion tracking in TUNE, don't hesitate to contact TUNE support at [**support@tune.com**](mailto:support@tune.com). You can also contact [Exoclick's Customer Success](https://www.exoclick.com/contact/) to review these steps.
{% endstep %}
{% endstepper %}


---

# 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/tune-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.
