BudgetSummaryReport

Columns

Name

Type

Select requirement

Metric

Aggregate

Description

AccountName

String

true

The account name.

AccountNumber

String

true

The Bing Ads assigned number of an account.

AccountId

Long

The Bing Ads assigned identifier of an account.

CampaignName

String

true

The campaign name.

CampaignId

Long

The Bing Ads assigned identifier of a campaign.

Date

String

true

The date for the downloaded report records. The date will be in the time zone of the campaign.

CurrencyCode

String

true

The account currency type.

MonthlyBudget

String

The average amount of campaign budget spent during a calendar month.

DailySpend

String

true

The average amount of campaign budget spent per day.

MonthToDateSpend

String

The amount of money spent to date for the month.

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name

Type

Description

DatePreset

String

The time period to use for the report. You can specify a custom date range or select a predefined date range, for example, Today or ThisWeek.

The allowed values are Today, Yesterday, LastSevenDays, ThisMonth, LastMonth.

EndDate

String

The end date of the custom date range. The end date cannot be later than today's date.

StartDate

String

The start date of the custom date range. The start date must be earlier than or the same as the end date.

Last updated