> For the complete documentation index, see [llms.txt](https://ctracker-docs.keywordrush.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ctracker-docs.keywordrush.com/affiliate-networks/supported-networks.md).

# Supported networks

Cashback Tracker ships with ten affiliate networks built in. Each has its own page below with the exact fields to fill in.

| Network                                                                  | Credentials it needs                          | Sub ID it uses |
| ------------------------------------------------------------------------ | --------------------------------------------- | -------------- |
| [AccessTrade](/affiliate-networks/supported-networks/accesstrade.md)     | Access key                                    | `utm_source`   |
| [Admitad](/affiliate-networks/supported-networks/admitad.md)             | Client ID, Client Secret, Website ID          | `subid1`       |
| [Awin](/affiliate-networks/supported-networks/awin.md)                   | Publisher ID, Access Token                    | `clickref`     |
| [CJ Affiliate](/affiliate-networks/supported-networks/cj.md)             | Personal access token, Company ID, Website ID | `sid`          |
| [Cuelinks](/affiliate-networks/supported-networks/cuelinks.md)           | API key, Channel ID                           | `subid`        |
| [Impact](/affiliate-networks/supported-networks/impact.md)               | Account SID, Auth Token                       | `subId1`       |
| [INRDeals](/affiliate-networks/supported-networks/inrdeals.md)           | Three tokens and a username                   | `subid`        |
| [Linkwise](/affiliate-networks/supported-networks/linkwise.md)           | API Username, API Password, Affiliate ID      | `subid1`       |
| [Pepperjam](/affiliate-networks/supported-networks/pepperjam.md)         | API Key, Website ID                           | `sid`          |
| [Rakuten Advertising](/affiliate-networks/supported-networks/rakuten.md) | Client ID, Client Secret, Account ID          | `u1`           |

**All ten import the same three things:** shops, coupons and orders.

Not on the list? You can add one yourself — see [Building a custom network](/affiliate-networks/custom-network.md).

### What every network page has in common

Whichever network you use, the settings screen gives you the same three things above its own fields.

**Enable network** — the switch. Nothing is imported until it is on.

**Default cashback** — how much of the commission the member gets. It starts at **50% of the commission**, which is a starting point rather than a recommendation. See [Cashback rates](/shops-and-cashback-rates/cashback-rates.md).

**Cashback by shop** — override that default for particular shops.

### The sub ID

Every network needs a way to tell you which of your members made a purchase. That is the **sub ID**: a short tag added to the outgoing link, which the network stores against the sale and hands back when it reports it.

Cashback Tracker always uses the same format:

```
cbtrkr-412
```

`412` is the member's WordPress user ID. The table above shows what each network calls the field it travels in — you rarely need to know, because the plugin fills it in for you, but it is the first thing to check if orders are importing with no member attached.

Sales with any other sub ID — from your own non-cashback links, or from another tool — are ignored rather than guessed at.

### Postbacks are not for these networks

All ten are polled over their own authenticated API on a schedule you set. None of them uses a postback, and none of them should.

{% hint style="danger" %}
Setting up a postback for a network that already has a built-in module means creating a second, custom network alongside it. The same purchase then arrives twice — once from each — and **the member is credited twice**, at two different cashback rates.
{% endhint %}

To have sales appear sooner, lower **Download new orders** in `Settings` → `General`. It goes down to every 15 minutes.

Postbacks exist for [custom networks](/affiliate-networks/custom-network.md), which have no API for the plugin to poll. See [Postbacks](/affiliate-networks/postbacks.md).

### Order statuses

Networks do not agree on what to call a sale that is neither confirmed nor rejected. Several of the pages below have a setting for exactly this: *when this network says X, treat it as pending / approved / declined.*

The defaults are sensible. Change one only if you know how your network uses that state — getting it wrong means members see cashback that later disappears, or wait for cashback that was already confirmed.

See [Order statuses and the holding period](/how-cashback-works/order-statuses-and-holding-period.md).
