AccountThroughAssetGroupReportScope Data Object - Reporting

Defines a AccountThroughAssetGroupReportScope data object.

Syntax

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

Elements

The AccountThroughAssetGroupReportScope object has the following elements: AccountIds, AssetGroups, 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
AssetGroups Array of asset groups to update for the specified campaign. A maximum of 100 asset groups can be specified in a single call. AssetGroupReportScope array
Campaigns 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

AssetGroupPerformanceReportRequest