CategoryInsightsReportFilter Data Object - Reporting

Defines the criteria to use to filter the category insights report data.

Syntax

<xs:complexType name="CategoryInsightsReportFilter" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element xmlns:q20="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="CountryCode" nillable="true" type="q20:ArrayOfstring" />
    <xs:element xmlns:q21="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="L1Vertical" nillable="true" type="q21:ArrayOfstring" />
    <xs:element xmlns:q22="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="L2Vertical" nillable="true" type="q22:ArrayOfstring" />
    <xs:element xmlns:q23="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="L3Vertical" nillable="true" type="q23:ArrayOfstring" />
  </xs:sequence>
</xs:complexType>

Elements

The CategoryInsightsReportFilter object has the following elements: CountryCode, L1Vertical, L2Vertical, L3Vertical.

Element Description Data Type
CountryCode The report will include data for only the specified countries/regions where the user that clicked the ad is located.

For a list of possible values, see Geographical Location Codes.
string array
L1Vertical Reserved. string array
L2Vertical Reserved. string array
L3Vertical Reserved. string array

Requirements

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

Used By

CategoryInsightsReportRequest