Expand Minimize
This topic has not yet been rated - Rate this topic

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.

BudgetSummaryReportColumn array

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.

AccountReportScope

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).

BudgetSummaryReportTime

Required

The BudgetSummaryReportRequest object derives from the ReportRequest object. For a list of additional elements that you can specify, see the ReportRequest object.

Requirements

ReportingService.svc v8

Namespace: https://adcenter.microsoft.com/v8

See Also

Reference

ReportRequest Data Object

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.