Use Raw Data Export when you need to move from dashboard trends to precise, joinable event rows—enabling custom pivots, cohort retention, feature adoption deep-dives, and external BI modeling.

What You Can Answer

Which users & post types drove yesterday’s reaction surge?

Export Workflow

1

Select Date Range

Adjust widget timeframe (e.g., last 7 / 30 days). Smaller ranges export faster & reduce row truncation risk.
2

Open Widget Menu

In the target widget header (Daily Engagements, Post Types, Reach & Impressions) click the Download icon.
3

Confirm Email

Pre-filled from your account; update if you need to CC an alias that’s allowed.
4

Generate Snapshot

Click Generate to queue export—toast confirmation appears.
5

Retrieve Email Links

Email contains signed URLs for each CSV; links valid 24h.
6

Archive & Version

Store files with a date-stamped naming convention (e.g., posts_2025-08-17.csv).
7

Join & Analyze

Combine on shared keys (postId, user IDs, targetId) in your BI / spreadsheet tool.

Available Files

WidgetFile(s)GranularityPrimary KeysTypical Question
Daily Engagementsposts.csvOne row per post created on datepostId, posterUserIdWhich creators spiked output?
Daily Engagementscomments.csvOne row per comment/reply on datecommentId, parentCommentId, postIdWhere did discussion concentrate?
Daily Engagementsreactions.csvEach reaction eventreactionId, postId, reactorUserIdAre reactions broad or concentrated?
Post Typespost_types.csvOne row per post (lifecycle snapshot)postIdAre video posts share increasing?
Reach & Impressionsreach.csvPost-day tuple (unique viewers)postId + dateWhich dormant posts regained visibility?
Reach & Impressionsimpressions.csvPost-day tuple (total renders)postId + dateFrequency vs reach divergence?
All files capped at 10,000 rows. Split large periods or narrow filters (community, post type) when approaching limit.

Column Reference

Common Core Fields

ColumnDescription
dateUTC ISO 8601 day of the event/render
postId / commentId / reactionIdUnique event identifiers
posterUserId / commenterUserId / reactorUserIdOriginating user IDs
targetTypeLocation container (community, userFeed, etc.)
targetIdID of target container
postTypeContent classification (text, image, video, poll, etc.)
deletedBoolean flag (excludes rows if deleted before export)

File Specific Highlights

Data Freshness & Snapshot Semantics

AspectBehavior
Point-in-TimeExport reflects current state at generation moment.
EditsLatest edited text retained (no historical versions).
DeletionsHard-deleted content omitted to respect policy.
Late EventsEvents arriving after generation won’t appear (re-export if critical).
TimezoneAll timestamps normalized to UTC (convert downstream as needed).

Governance & Limits

AreaPolicy
Row Cap10,000 rows per CSV (enforced server-side).
FrequencyManual—no scheduling yet (automation roadmap).
SecurityLinks are signed & expire in 24h; share internally only.
PermissionsRespects dashboard visibility scopes; if you can’t see it, you can’t export it.
FormatUTF-8 CSV, comma-delimited, quoted where needed.
For larger ongoing pipelines plan migration to forthcoming API / warehouse sync instead of stitching multiple manual exports.

Joining & Derived Metrics

GoalJoin StrategyDerived Formula
Reactions per Post Typereactions.csv → posts.csv on postIdcount(reactions)/count(posts) per postType
Comment Depthcomments.csv self-join via parentCommentIdavg(reply_depth)
Visibility Decay Curveimpressions.csv grouped by days since post creationimpression_count over lag day index
Frequency Factorimpressions.csv join reach.csv (postId+date)impressions / reach
Content Creator Mixposts.csv aggregated by posterUserRole% share by role

Troubleshooting

SymptomLikely CauseInvestigationResolution
Missing expected postDeleted before exportCheck moderation logsRe-run earlier (if recoverable) or note exclusion
Row count hits 10kRange too broadCount estimate via shorter sampleSplit date range / add filter
Stale email arrivalMail delay / processing backlogCheck status page & timestampWait; re-trigger if >30m
Empty CSVNo events in rangeValidate widget chart shows dataAdjust date or remove restrictive filters
Data mismatch vs chartFilter drift after exportConfirm filters at generation vs currentRegenerate with correct filters
Character encoding issuesNon-UTF tool import settingsInspect raw file headerForce UTF-8 in BI tool

Best Practices

FAQ

Can I exceed 10k rows? Not currently—split range or await API export. Are private communities included? Yes, if your role grants visibility. Scheduled exports? On roadmap—use calendar reminder interim. Historical text versions? Not stored—only latest edit at generation time.