# AdCombo

> Learn how to integrate AdCombo with AnyTrack for automated affiliate conversion tracking. Set up postback URLs to track conversions and send data to your ad platforms for campaign optimization.

## AdCombo Integration Overview

AdCombo and AnyTrack integration allows for a automatic transfer of conversion data from AdCombo to various platforms such as Google Ads, Facebook `Conversion API`, and TikTok API. With this integration, advertisers can quickly identify their highest-performing campaigns and adjust them accordingly. All the advertiser needs to do is connect their AdCombo account with AnyTrack—no manual uploading or complicated setup required. Once connected, all conversions will be recorded in real-time via AnyTrack’s automated tracking system, ensuring accurate attribution reporting on each platform it's sent to.

<Prerequisites
  title="Before you begin"
  items={[
    { label: "You have an AnyTrack account with a paid subscription", done: true },
    { label: "You have an active AdCombo affiliate account", done: true },
    { label: "The AnyTrack <code>Tracking Tag</code> is installed on your website", done: true },
  ]}
/>

### How does the AdCombo AnyTrack integration work:

1. **Traffic**: When visitors land on your website, AnyTrack collects traffic source data and First Party data.
2. **Engagements**: When visitors click on your AdCombo affiliate links, AnyTrack does a few things:
   1. Collects granular data tied to the `OutboundClick`.
   2. Triggers Event Tracking API requests to your Tracking Tags and analytics.
3. **Conversions:** When visitors convert on the merchant's website, AnyTrack receives real-time conversion data through Postback URL.
4. **Attribution:** AnyTrack processes the conversion data and reports it across various reporting sections of the AnyTrack Dashboard.
5. **`Conversion API`:** AnyTrack then sends your conversions to your **Ad Platforms' `Conversion API`** so you can feed your ad platform's Machine Learning, AI, and automatic optimization according to 100% of your conversion data.

### Technical details

| Reference       | Value          | Information                                                                        |
| --------------- | :------------- | :--------------------------------------------------------------------------------- |
| Tracking Group  | `adcombo`      | The Tracking Group reference can be used to activate <Glossary>AutoTag</Glossary>. |
| Subid Parameter | `clickid`      | The Subid Parameter used to pass the AnyTrack `click_id`.                          |
| Tracking Method | `Postback URL` | -                                                                                  |

### Standard Conversions

| Event Name      | Details                                          | Data Source     |
| :-------------- | :----------------------------------------------- | :-------------- |
| `OutboundClick` | When a visitor clicks on AdCombo offer links.    | AnyTrack JS Tag |
| `Lead`          | When a free registration is recorded in AdCombo. | Postback URL    |
| `Purchase`      | When a user generates a commission in AdCombo.   | Postback URL    |

### The AdCombo Postback URL

The Postback URL is fully pre-defined and ready to be implemented with your AdCombo account.

```http
https://t1.anytrack.io/hBtoE3hN/collect/adcombo?offer_id={offer_id}&trans_id={trans_id}&`revenue`={`revenue`}&status={status}&subacc={subacc}&subacc2={subacc2}&subacc3={subacc3}&subacc4={subacc4}
```

## Setup Guide

### Step #1: Add AdCombo to your AnyTrack Account

1. Go to the **[Integration Catalog](https://dashboard.anytrack.io/catalog/)**, search for AdCombo.
2. Now click on the [AdCombo card](https://dashboard.anytrack.io/catalog/adcombo) and then click on Install.

### Step #2: Connect your AdCombo account

1. Copy the predefined Postback URL.
2. [Go to your account](https://my.adcombo.com) to access your event tracking settings page.
3. Click the “edit” settings button.
4. Paste the postback URL.
5. Save.

### Step #3: Adjust the Conversion Event Mapping

The Event Mapping allows you to define which events to track and map them to Conversion Events you will forward to your Ads Integrations (e.g., Facebook `Conversion API`).

## Validate your integration

<Callout icon="🔎" theme="default">
  ### Install the AnyTrack Pixel Helper Extension

  Install the [AnyTrack Pixel Helper](https://chromewebstore.google.com/detail/anytrack-pixel-helper/ojmhkmdpagjeopleoeihbhgejcfoijjn) Chrome extension to verify the AnyTrack Tag is installed on your website. It also shows connected ad platforms and browser-side events. [View the Pixel Helper guide](/docs/anytrack-chrome-extension).
</Callout>

### Link tracking

Since tracking starts when visitors click on offer links, you verify that your links are tracked and AutoTagged.

### AutoTag Methods

<Callout icon="🔥" theme="default">
  ### Reminder about AutoTag:

  **AutoTag** is a function that is enabled by default through the AnyTrack Tracking Tag, and that appends `clickid` & `click_id` data to affiliate links. Learn [more about AutoTag](/docs/autotag).
</Callout>

* **Default**: By default, AnyTrack automatically identifies and AutoTags AdCombo links found on your website.
* **AutoScan**: AnyTrack scans links that are embedded in redirects plugins and AutoTags them accordingly.
* **Manual**:
  * **Tracking Group Attribute**: You add the tracking group attribute to links according to their tracking requirements. For example: `data-tracking-group="adcombo"` or `rel="adcombo"`. More about [Tracking Group](/docs/tgid).
  * **Click ID Token:** You manually append the `subid`: `&clickid=--CLICK-ID--` to the offer link.

Once the links are set up, you can check in your AdCombo account reports and see whether the `clickid` parameters are passed to the offer links.
