UserLocationPerformanceReportFilter Data Object - Reporting

Defines the criteria to use to filter the user location performance report data.

Syntax

<xs:complexType name="UserLocationPerformanceReportFilter" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="AdDistribution" nillable="true" type="tns:AdDistributionReportFilter" />
    <xs:element xmlns:q9="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="CountryCode" nillable="true" type="q9:ArrayOfstring" />
    <xs:element minOccurs="0" name="Language" nillable="true" type="tns:LanguageReportFilter" />
  </xs:sequence>
</xs:complexType>

Elements

The UserLocationPerformanceReportFilter object has the following elements: AdDistribution, CountryCode, Language.

Element Description Data Type
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
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
Language The report will include data for only websites that used the specified languages.

You can specify one or more languages.
LanguageReportFilter

Requirements

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

Used By

UserLocationPerformanceReportRequest