SitePerformanceReportFilter Data Object
Defines the criteria to use to filter the website performance report data.
<xs:complexType name="SitePerformanceReportFilter"> <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="DeliveredMatchType" nillable="true" type="tns:DeliveredMatchTypeReportFilter" /> <xs:element minOccurs="0" name="DeviceType" nillable="true" type="tns:DeviceTypeReportFilter" /> <xs:element minOccurs="0" name="LanguageAndRegion" nillable="true" type="tns:LanguageAndRegionReportFilter" /> <xs:element xmlns:q6="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="SiteId" nillable="true" type="q6:ArrayOflong" /> </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. | 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. | Optional | |
DeliveredMatchType | The report will include data for only the specified delivered match types (as opposed to the bid match type). For example, you can use the filter to include data for ads that were delivered using the exact or phrase match type. You can specify one or more delivered match types. | 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. | Optional | |
LanguageAndRegion | 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. | Optional | |
SiteIds | The report will include data for only the specified websites. The list can contain a maximum of 300 identifiers. | long array | Optional |
Setting all filter criteria elements to NULL is the same as setting the Filter element of SitePerformanceReportRequest to NULL.