Budgets
Query the available Budgets in Bing Ads.
Table Specific Information
Select
Searches on this table are processed client-side by the driver; the following query is processed server-side:
SELECT * FROM [Budgets]
SELECT * FROM Budgets WHERE CampaignId='431046229' AND AccountId='65098547'
The client-side execution of the query can be turned off by setting SupportEnhancedSQL to false, in which case any search query returns an error.
Columns
Name | Type | Select requirement | Metric | Aggregate | Description |
Id [KEY] | Long | The unique Bing Ads identifier of the budget. | |||
CampaignId | Long | The system generated identifier of the campaign. | |||
Name | String | The name of the budget. The name must be unique among all budgets within the account. The name can contain a maximum of 255 characters. | |||
Amount | Double | The amount to spend daily across all campaigns that share the budget. | |||
AssociationCount | Integer | The number of Campaign objects that currently share this budget. | |||
BudgetType | String | The budget type determines the pace at which the budget is spent throughout the day. | |||
AccountId | Long | The Bing Ads assigned identifier of an account. |