AdGroupReportScope Data Object - Reporting

Defines an ad group to include in the report.

Syntax

<xs:complexType name="AdGroupReportScope" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="AccountId" type="xs:long" />
    <xs:element name="CampaignId" type="xs:long" />
    <xs:element name="AdGroupId" type="xs:long" />
  </xs:sequence>
</xs:complexType>

Elements

The AdGroupReportScope object has the following elements: AccountId, AdGroupId, CampaignId.

Element Description Data Type
AccountId The identifier of the account that the ad group belongs to. long
AdGroupId The identifier of the ad group to limit the scope to. long
CampaignId The identifier of the campaign that the ad group belongs to. long

Requirements

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

Used By

AccountThroughAdGroupReportScope