Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.45 KB

campaignreportscope.md

File metadata and controls

39 lines (33 loc) · 1.45 KB
title ms.service ms.subservice ms.topic author ms.author description
CampaignReportScope Data Object - Reporting
bing-ads
reporting-api
article
jonmeyers
jonmeyers
Defines a campaign to include in the report.

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