Northbeam integration (Data, Marketing). Imported from open-connector.
https://api.northbeam.io/v1/exports/metrics
/exports/attribution-models
/exports/breakdowns
/spend
| Param | Type | Required | Description |
|---|---|---|---|
| date | string | optional | The single spend date to fetch. Use this instead of date_start/date_end. |
| date_start | string | optional | The start date for a spend date range. |
| date_end | string | optional | The end date for a spend date range. |
| platform_account_id | string | optional | The ad platform account ID to filter spend by. |
| campaign_id | string | optional | The ad platform campaign ID to filter spend by. |
| adset_id | string | optional | The ad platform ad set ID to filter spend by. |
| ad_id | string | optional | The ad platform ad ID to filter spend by. |
| page | integer | optional | The result page to fetch. |
| page_size | integer | optional | The number of results per page. Northbeam documents a maximum of 1000. |
/spend_hourly
| Param | Type | Required | Description |
|---|---|---|---|
| hour_start_iso_begin | string | optional | The start date-time for the hourly spend range. |
| hour_start_iso_end | string | optional | The end date-time for the hourly spend range. |
| platform_account_id | string | optional | The ad platform account ID to filter spend by. |
| campaign_id | string | optional | The ad platform campaign ID to filter spend by. |
| adset_id | string | optional | The ad platform ad set ID to filter spend by. |
| ad_id | string | optional | The ad platform ad ID to filter spend by. |
| page | integer | optional | The result page to fetch. |
| page_size | integer | optional | The number of results per page. Northbeam documents a maximum of 1000. |