AccountThroughCampaignReportScope Data Object - Reporting

Defines the set of accounts and campaigns to include in the report.

Syntax

<xs:complexType name="AccountThroughCampaignReportScope" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element xmlns:q2="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="AccountIds" nillable="true" type="q2:ArrayOflong" />
    <xs:element minOccurs="0" name="Campaigns" nillable="true" type="tns:ArrayOfCampaignReportScope" />
  </xs:sequence>
</xs:complexType>

Elements

The AccountThroughCampaignReportScope object has the following elements: AccountIds, Campaigns.

Element Description Data Type
AccountIds A list of up to 1,000 account identifiers to include in the report.

The report scope includes a union of the AccountIds and Campaigns elements. You must include at least one of these elements.
long array
Campaigns A list of up to 300 campaigns to include in the report.

The report scope includes a union of the AccountIds and Campaigns elements. You must include at least one of these elements.
CampaignReportScope array

Requirements

Service: ReportingService.svc v13
Namespace: https://bingads.microsoft.com/Reporting/v13

Used By

BudgetSummaryReportRequest
CampaignPerformanceReportRequest