roasr_metrics_actions
Fetch conversions by action type for a date window, with raw values and canonical buckets. Note: buckets are non-additive; engagement includes reactions, comments, shares.
Instructions
Workspace conversions broken down by action type for a date window: raw — the plain action-type → value map, buckets — canonical buckets (purchase, lead, add_to_cart, complete_registration, landing_page_view, engagement…). Buckets are NOT additive: engagement is an aggregate and reactions/comments/shares are its components (summing them double-counts).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | window start, YYYY-MM-DD (use with until; takes priority over sinceDays) | |
| until | No | window end, YYYY-MM-DD (defaults to today) | |
| clientId | No | client UUID (optional) | |
| accountId | No | ad account UUID (optional) | |
| sinceDays | No | window in days back from today (1–365, default 30) |