Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 2 KB

accountthroughcampaignreportscope.md

File metadata and controls

38 lines (32 loc) · 2 KB
title ms.service ms.subservice ms.topic author ms.author description
AccountThroughCampaignReportScope Data Object - Reporting
bing-ads
reporting-api
article
jonmeyers
jonmeyers
Defines the set of accounts and campaigns to include in the report.

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