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

AccountThroughCampaignReportScope Data Object

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


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

Elements

Element

Description

Data Type

Required/Optional

AccountIds

An array of account identifiers that identifies the account data to include in the report. You can specify a maximum of 1,000 account identifiers.

long array

Optional

Campaigns

An array of CampaignReportScope objects that identifies the campaign data to include in the report. You can specify a maximum of 300 campaign identifiers.

CampaignReportScope array

Optional

To get data for all accounts to which the user has access, including accounts that the user manages, set all elements of the scope object to NULL

Requirements

ReportingService.svc v8

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

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.