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