Export safe daily post metric history in bulk
Streams tenant-bound observed daily engagement snapshots and deltas at post grain as CSV. Dates refer to the day metrics were observed, not the post upload date or chart attribution date. Creator identity and contact data, contracts, PDFs, earnings, paid state, bonuses, payouts, and payment configuration are excluded. Use a one-day range for daily incremental ingestion; historical backfills can be chunked into ranges of up to 366 days. Repeating programId narrows the export to admitted posts in those campaigns. Requires analytics:read.
Authorizations
OAuth 2.1 authorization code + PKCE (S256). Tokens are tenant-bound (company_id) and scoped. Discover endpoints via /.well-known/oauth-authorization-server.
Query Parameters
First observed metric date, inclusive.
Last observed metric date, inclusive. The range may span at most 366 days.
Campaign ID filter. Repeat the parameter to include multiple campaigns.
100240Response
Streaming CSV with postId, date, cumulative views/engagement, and daily deltas. A successful empty result contains only the header row.
The response is of type string.