Skip to main content
GET
/
insights
Get Reporting Insights
curl --request GET \
  --url https://api.example.com/insights \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "brand": "<string>",
      "date": "<string>",
      "adGroupId": "<string>",
      "advertiserName": "<string>",
      "productName": "<string>",
      "productCategory": "<string>",
      "productSubcategory": "<string>",
      "brandHaloAttributedPurchases14d": 123,
      "brandHaloUnitsSold14d": 123,
      "attributedNewToBrandSales14d": 123,
      "attributedAddToCartClicks14d": 123,
      "brandHaloNewToBrandPurchases14d": 123,
      "marketplace": "<string>",
      "brandHaloAttributedSales14d": 123,
      "brandHaloNewToBrandUnitsSold14d": "<string>",
      "productAsin": "<string>",
      "attributedNewToBrandUnitsSold14d": 123,
      "brandHaloAttributedAddToCartClicks14d": 123,
      "attributedNewToBrandPurchases14d": 123,
      "productGroup": "<string>",
      "brandHaloNewToBrandSales14d": 123,
      "publisher": "<string>",
      "brandHaloDetailPageViewsClicks14d": 123,
      "created_by_aff": "<string>",
      "link_name": "<string>",
      "commission_percentage": "<string>"
    }
  ],
  "pagination_info": {
    "total_items": 123,
    "total_pages": 123,
    "current_page": 123,
    "items_per_page": 123
  }
}

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

start_date
string
required
end_date
string
required
page
integer | null
default:1
limit
integer | null
default:100
brand
string | null
productCategory
string | null
productSubcategory
string | null
productAsin
string | null
geo
string | null

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

Response

Successful Response

data
AttributionProductDataResponse · object[]
required
pagination_info
PaginationInfo · object
required