Widget | File(s) sent | Quick description | Typical questions answered |
---|---|---|---|
Daily Engagements | posts.csv , comments.csv , reactions.csv | Row for every post, comment/reply or reaction created on each selected day. | When did engagement spike? Who were the drivers? |
Post Types | post_types.csv | One row per post with full creator & target details. | Is video creation up since our campaign? |
Reach & Impressions | reach.csv , impressions.csv | One row per post that was viewed on each day (regardless of when it was created). | Which older posts resurfaced last week? |
Column | Meaning |
---|---|
date | Day the action occurred (UTC, ISO 8601). |
postId / commentId / reactionId | Unique content IDs, useful for joins. |
posterUserId / commenterUserId | ID of the user who created the content. |
targetType / targetId | community, userFeed, etc.—where the content lives. |
postText
, postType
, deletion flags and tag arrays so you can text-mine captions or filter by type.date
with postId
so you can build time-series views of visibility.postId
, user IDs, targetId
) so you can quickly combine them in Excel, Google Sheets or BI tools.posterUserRole
to highlight power users, or chart postType
trends week-over-week.Area | Detail |
---|---|
Row limit | 10,000 rows per CSV. Split your timeframe if you expect more. |
Frequency | Manual on-demand only (scheduled exports are on the roadmap). |
File format | UTF-8 CSV, comma-delimited, double-quoted where needed. |