download_analytics_report_segment
Download and parse gzip-compressed TSV analytics report segments from pre-signed URLs, returning structured headers and rows as key-value objects.
Instructions
Download and parse an analytics report segment from its pre-signed URL. The segment data is gzip-compressed TSV. Returns parsed headers and rows (as key-value objects). Use list_analytics_report_segments to get the download URL first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The pre-signed download URL from list_analytics_report_segments | |
| maxRows | No | Maximum number of data rows to return (1-1000, default 100) |