--
You received this message because you are subscribed to the Google Groups "Outbrain-AmplifyApi" group.
To unsubscribe from this group and stop receiving emails from it, send an email to outbrain-amplif...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/outbrain-amplifyapi/b855ac00-7956-4261-ac33-07bcad98d40dn%40googlegroups.com.
Base URL: [https://api.outbrain.com/amplify/v0.1](https://api.outbrain.com/amplify/v0.1)
Marketer ID: 0001c8c3bc46fe4e2fabd4e864a05e7d8f (JP_Vitabrid_ActiveRich5)
Daily Batch (Every Morning):
GET /marketers/{marketerId}/campaigns
GET /reports/marketers/{marketerId}/campaigns/periodic
GET /reports/marketers/{marketerId}/promotedContent
Weekly & Monthly (Mondays and 1st of every month):
GET /reports/marketers/{marketerId}/sections
Connectivity Test Only (Manual):
GET /marketers
Note: We have not implemented any POST, PUT, or DELETE requests. We also do not use the /login endpoint; instead, we re-use a token generated directly from the management console.
Campaign List (/campaigns):
limit=50, offset=0, 50, ... (paginated until totalCount is reached).
Campaign Periodic Performance (/campaigns/periodic):
from = 8 days ago, to = yesterday, breakdown=daily, limit=500, includeConversionDetails=true.
Promoted Content Performance (/promotedContent):
limit=50, offset (increments of 50), sort=-spend, includeConversionDetails=true.
Fetched for both the last 7 days and daily units (from=to) for the last 3 days (as breakdown=daily is unavailable for this endpoint).
Section Performance (/sections):
limit=100, offset (increments of 100), sort=-spend, includeConversionDetails=true.
Fetched for the previous week (7 days) on Mondays, and the previous month on the 1st of each month.
Note: All dates are formatted as yyyy-MM-dd in JST. We retrieve metrics in bulk using Marketer-level report endpoints rather than specifying individual Campaign IDs.
/reports endpoints.To view this discussion visit https://groups.google.com/d/msgid/outbrain-amplifyapi/CAKW%3DVYqhGApkGbrW%2B5uSSWtsu_LaaLm%2BgZ_AcSYiT9ouOc84cw%40mail.gmail.com.