Export post analytics rows
Use the Analytics export endpoint when you need normalized post-level analytics as CSV for reporting, BI imports, or scheduled jobs.
When to use this guide
Use GET/v1/analytics/posts/export when your app needs analytics rows across multiple UniPost-published posts instead of a single post response. The export accepts date, platform, profile, account, post, status, and sort filters.
Steps
- Choose the reporting window with
fromandto. - Add optional filters such as
platform,account_id,profile_id, orstatus. - Call GET/v1/analytics/posts/export and save the CSV response.
- Load the CSV into your warehouse, spreadsheet, or reporting job.
Request
Useful columns
| Column | Meaning |
|---|---|
post_id | UniPost post id. |
platform | Destination platform for the row. |
social_account_id | Connected social account used for the post. |
impressions, reach, likes, comments, shares | Normalized performance metrics when available. |
last_failure_reason | Most recent cached upstream analytics failure, when present. |