Overview
You don’t need to configure anything to make the join work. When Affiliate.com builds a
Shopnomix outclick redirect, it automatically appends
cid=cl-<id> to the outbound URL,
where <id> is the same click identifier returned as the id field in the outclick
report. Shopnomix captures that value in its click_id field.Step 1 — Get clicks (Affiliate.com)
UseGET /v1/reports/outclick to retrieve individual
click rows, including the product, price, merchant, and sub_id.
See the endpoint reference for the full parameter and
response field list.
Example request
Example response row
Join key from this row. Prefix the outclick
id with cl- to get the value Shopnomix
stores in click_id: cl-01kyn6z1rg0vnabvnenwfxr25c.Step 2 — Get conversions (Shopnomix)
UseGET /api/v2/reporting/conversion on https://r.v2i8b.com. This returns individual
conversions, each with a click_id you can join on. Shopnomix does not expose a
per-click feed — only conversions.
Auth:
Authorization: Bearer <SHOPNOMIX_API_KEY> · Pagination: follow
meta.next_page until it is null.
Example request
Example response
Step 3 — Join for the full picture
Join on the click id, adding thecl- prefix to the outclick id:
id of 01kyn6z1rg0vnabvnenwfxr25c matches a Shopnomix
click_id of cl-01kyn6z1rg0vnabvnenwfxr25c.