Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 2.35 KB

audienceperformancereportfilter.md

File metadata and controls

39 lines (33 loc) · 2.35 KB
title ms.service ms.subservice ms.topic author ms.author description
AudiencePerformanceReportFilter Data Object - Reporting
bing-ads
reporting-api
article
jonmeyers
jonmeyers
Defines the criteria to use to filter the audience performance report data.

AudiencePerformanceReportFilter Data Object - Reporting

Defines the criteria to use to filter the audience performance report data.

Syntax

<xs:complexType name="AudiencePerformanceReportFilter" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="AccountStatus" nillable="true" type="tns:AccountStatusReportFilter" />
    <xs:element minOccurs="0" name="AdGroupStatus" nillable="true" type="tns:AdGroupStatusReportFilter" />
    <xs:element minOccurs="0" name="CampaignStatus" nillable="true" type="tns:CampaignStatusReportFilter" />
  </xs:sequence>
</xs:complexType>

Elements

The AudiencePerformanceReportFilter object has the following elements: AccountStatus, AdGroupStatus, CampaignStatus.

Element Description Data Type
AccountStatus The report will include data for only the account status. For example, you can use the filter to include data for only active accounts.

You can specify one or more account statuses.
AccountStatusReportFilter
AdGroupStatus The report will include data for only the ad group status. For example, you can use the filter to include data for only active ad groups.

You can specify one or more ad group statuses.
AdGroupStatusReportFilter
CampaignStatus The report will include data for only the campaign status. For example, you can use the filter to include data for only active campaigns.

You can specify one or more campaign statuses.
CampaignStatusReportFilter

Requirements

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

Used By

AudiencePerformanceReportRequest