ConversionPerformanceReportFilter Data Object
Defines the criteria to use to filter the conversion performance report data.
<xs:complexType name="ConversionPerformanceReportFilter"> <xs:sequence> <xs:element minOccurs="0" name="DeviceType" nillable="true" type="tns:DeviceTypeReportFilter" /> <xs:element minOccurs="0" name="Keywords" nillable="true" type="q5:ArrayOfstring" xmlns:q5="http://schemas.microsoft.com/2003/10/Serialization/Arrays" /> </xs:sequence> </xs:complexType>
Elements
Element | Description | Data Type | Required/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 only for text ads displayed on smartphones. You can specify one or more device types. | Optional | |
Keywords | The report will include data for only the specified keywords. You can specify a maximum of 75 keywords. Each keyword can contain a maximum of 100 characters. | string[] | Optional |
Setting all filter criteria elements to NULL is the same as setting the Filter element of ConversionPerformanceReportRequest to NULL.