Get Budgets By Advertiser
GET {{baseUrl}}/legacy/offsite-ads/advertisers/:advertiserId/budgets?status=Scheduled&withBalance=true&withSpend=true&endAfterDate=1962-03-29T08:35:04.625Z&startBeforeDate=1962-03-29T08:35:04.625Z&budgetId=-50958279&sellerId=-50958279&type=Excepteur qui minim in
Get CRP budgets for a specific advertiser
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
status | string | Return only budgets with the given status. | |
withBalance | boolean | Return only budgets with the given status. | |
withSpend | boolean | Return budgets with any positive spend. | |
endAfterDate | string | Return budgets that end after the given date using the yyyy-MM-DD format. |
If param is not provided, default behavior is to only return budgets that have not yet ended. |
| startBeforeDate
| string | | Return budgets that start on or before the given date using the yyyy-MM-DD
format. |
| budgetId
| number | | Return only budgets with given Id |
| sellerId
| number | | Return only budgets belonging to given sellerId |
| type
| string | | Return only budgets with the given budget type. |