Skip to main content
GET
/
aggregated_report
Agg Report For Affiliates
curl --request GET \
  --url https://api.example.com/aggregated_report \
  --header 'Authorization: Bearer <token>'
{
  "Click_Throughs": 123,
  "Attributed_Total_Purchases": 123,
  "Total_Units_Sold": 123,
  "Total_Attributed_Sales": 123,
  "Total_Commission": 123,
  "Attributed_Total_Detail_Page_Views_Clicks": 0,
  "Attributed_Total_Add_To_Cart_Clicks": 0
}

Documentation Index

Fetch the complete documentation index at: https://docs.archeraffiliates.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

startdate
string
required
enddate
string
required
geo
string | null

Marketplace region (US, EU, FE). Defaults to US if not provided.

Response

Successful Response

Click_Throughs
number
required
Attributed_Total_Purchases
number
required
Total_Units_Sold
number
required
Total_Attributed_Sales
number
required
Total_Commission
number
required
Attributed_Total_Detail_Page_Views_Clicks
integer
default:0
Attributed_Total_Add_To_Cart_Clicks
integer
default:0