account | DynamicAccount | Yes | - | Select the Snapchat Ads account that owns the pixel. |
pixel_id | string or SelectItem | Yes | - | Snap Pixel ID to get stats for. |
domain | string | No | - | Optional domain name. When omitted, returns the domains that fired the pixel in the past 7 days with their event totals. When provided, returns the event timeseries for that domain (event type, OS, and browser breakdowns). Snapchat only keeps 7 days of pixel stats. |
granularity | string or SelectableOption | No | {'value': 'DAY', 'label': 'Day'} | Domain stats only: DAY (default) or HOUR. |
start_time | integer or string | No | - | Domain stats only: start as a Unix timestamp or ISO datetime string. Defaults to 7 days ago (the maximum lookback). |
end_time | integer or string | No | - | Domain stats only: end as a Unix timestamp or ISO datetime string. Defaults to now. |