BudgetSummaryReportRequest Data Object
Defines a budget summary report request, which shows how your campaign’s budget is performing for the month. For example, the report shows your monthly budget, how much you have spent to date, and whether you are on target to spend your monthly budget.
<xs:complexType name="BudgetSummaryReportRequest"> <xs:complexContent mixed="false"> <xs:extension base="tns:ReportRequest"> <xs:sequence> <xs:element name="Columns" nillable="true" type="tns:ArrayOfBudgetSummaryReportColumn" /> <xs:element name="Scope" nillable="true" type="tns:AccountReportScope" /> <xs:element name="Time" nillable="true" type="tns:BudgetSummaryReportTime" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
Elements
Element | Description | Data Type | Required/Optional |
|---|---|---|---|
Columns | The list of columns to include in the report. The report will include the columns in the order that you specify them. | Required | |
Scope | The scope of the report. Use this element to limit the report to include data for one or more accounts. You must specify at least one account. | Required | |
Time | The time period to use for the report. You can specify a custom date range or select a predefined date range (for example, Today, ThisWeek, or LastMonth). | Required |
The BudgetSummaryReportRequest object derives from the ReportRequest object. For a list of additional elements that you can specify, see the ReportRequest object.