Expand Minimize
This topic has not yet been rated - Rate this topic

AdPerformanceReportFilter Data Object

Defines the criteria to use to filter the ad performance report request data.


<xs:complexType name="AdPerformanceReportFilter">
  <xs:sequence>
    <xs:element minOccurs="0" name="AdDistribution" nillable="true" type="tns:AdDistributionReportFilter" />
    <xs:element minOccurs="0" name="AdType" nillable="true" type="tns:AdTypeReportFilter" />
    <xs:element minOccurs="0" name="LanguageAndRegion" nillable="true" type="tns:LanguageAndRegionReportFilter" />
    <xs:element name="LanguageCode" type="q24:ArrayOfstring" nillable="true" minOccurs="0" xmlns:q24="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
  </xs:sequence>
</xs:complexType>

Elements

Element

Description

Data Type

Required/Optional

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

Optional

AdType

The report will include data for only the specified ad types. For example, the report can include data for mobile or text ads. You can specify one or more ad types.

AdTypeReportFilter Value Set

Optional

DeviceType

The report will include data for only the specified types of devices on which the ad is displayed. For example, you can use the filter to include data for only text ads displayed on smartphones.

You can specify one or more device types.

DeviceTypeReportFilter

Optional

LanguageAndRegion

Do not use this filter; it is for backwards compatibility only. Instead, use the LanguageCode filter.

The report will include data for only the specified Bing Ads websites where the ads are displayed. For example, you can use the filter to include data for only ads displayed on Bing.com (United States).

You can specify one or more Bing Ads websites.

LanguageAndRegionReportFilter

Optional

LanguageCode

The report will include data for only websites that used the specified languages. For a list of possible values, see LanguageCode Values.

string[]

Optional

Setting all filter criteria elements to NULL is the same as setting the Filter element of AdPerformanceReportRequest to NULL.

Requirements

ReportingService.svc v8

Namespace: https://adcenter.microsoft.com/v8

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.