Skip to main content

Get Affiliate Activity

GET 

/affiliates/:id/activity

Retrieves weekly conversion, payment, and click activity for a specific affiliate merged into a single timeline ordered by date descending and capped at 10 entries. Each source (conversion, payment, click) is independently bounded to the rolling last 10 weeks and capped at 5 entries before the merge.

The response shape is polymorphic on type. Conversion entries include conversionCount, total, and currency; payment entries include paidConversionCount, total, and currency; click entries include clickCount (no total or currency).

Request

Responses

Weekly conversion, payment, and click activity retrieved successfully