AgeGenderDemographicReportFilter Data Object
Defines the criteria to use to filter the gender demographic report data.
<xs:complexType name="AgeGenderDemographicReportFilter"> <xs:sequence> <xs:element minOccurs="0" name="AdDistribution" nillable="true" type="tns:AdDistributionReportFilter" /> <xs:element minOccurs="0" name="LanguageAndRegion" nillable="true" type="tns:LanguageAndRegionReportFilter" /> <xs:element name="LanguageCode" type="q11:ArrayOfstring" nillable="true" minOccurs="0" xmlns:q11="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. | 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. | 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 AgeGenderDemographicPerformanceReportRequest to NULL.