Skip to main content
What this builds. A column-projected data table plus two export styles. You’ll end up with. A 20-row table of failed events, a fire-and-forget CSV export task, and a blocking XLSX export that returns a download URL.

Expected output

export(...) is fire-and-forget — poll the returned task_id yourself, or use export_and_wait(...), which blocks until the task is ready and raises AnalyticsExportFailed / AnalyticsExportTimeout on failure or timeout.

See also

Aggregations & group-by

Summarise instead of projecting rows.

Events & traces

Page raw events without column projection.

Reference

table, export, export_and_wait, ExportFormat.