CampaignReportScope Data Object - Reporting
Defines a campaign to include in the report.
Syntax
<xs:complexType name="CampaignReportScope" 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:sequence>
</xs:complexType>
Elements
The CampaignReportScope object has the following elements: AccountId, CampaignId.
Element | Description | Data Type |
---|---|---|
AccountId | The identifier of the account that the campaign belongs to. | long |
CampaignId | The identifier of the campaign to limit the scope to. | long |
Requirements
Service: ReportingService.svc v13
Namespace: https://bingads.microsoft.com/Reporting/v13
Used By
AccountThroughAdGroupReportScope
AccountThroughAssetGroupReportScope
AccountThroughCampaignReportScope