CampaignPerformanceReportFilter Data Object - Reporting

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

Syntax

<xs:complexType name="CampaignPerformanceReportFilter" 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="AdDistribution" nillable="true" type="tns:AdDistributionReportFilter" />
    <xs:element minOccurs="0" name="DeviceOS" nillable="true" type="tns:DeviceOSReportFilter" />
    <xs:element minOccurs="0" name="DeviceType" nillable="true" type="tns:DeviceTypeReportFilter" />
    <xs:element minOccurs="0" name="Status" nillable="true" type="tns:CampaignStatusReportFilter" />
  </xs:sequence>
</xs:complexType>

Elements

The CampaignPerformanceReportFilter object has the following elements: AccountStatus, AdDistribution, DeviceOS, DeviceType, Status.

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
AdDistribution The report will include data for only the specified distribution medium. For example, you can use the filter to include data for only search ads.

You can specify one or more distribution mediums.
AdDistributionReportFilter
DeviceOS The report will include data where the ad is displayed on the specified device operating systems. For example, you may use the filter to include data for only ads displayed on Windows devices. DeviceOSReportFilter
DeviceType The report will include data where the ad is displayed on the specified device types. For example, you may use the filter to include data for only ads displayed on smartphones.

You may specify one or more device types.
DeviceTypeReportFilter
Status The report will include data for only the specified campaign status values. For example, you can use the filter to include data for only active campaigns.

You can specify one or more status values.
CampaignStatusReportFilter

Requirements

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

Used By

CampaignPerformanceReportRequest