Export Clicks
export_clicksRetrieve click data for a specific date from Impact.com's async ClickExport job. Optionally filter by program or SubId to get targeted rows.
Instructions
List clicks for a single day (optionally filtered by program/SubId) via Impact's async ClickExport job. Returns click rows once the export completes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Click date (YYYY-MM-DD) | |
| subId | No | Filter by SubId value | |
| programId | No | Filter to one program/campaign | |
| timeoutMs | No | Poll timeout in ms (default 120000) |