SelectionOfGenderEnum Data Object - Ad Insight

Defines a data object for the selection of gender targeting.

Syntax

<xs:complexType name="SelectionOfGenderEnum" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:appinfo>
      <GenericType Name="SelectionOf{0}" Namespace="https://bingads.microsoft.com/AdInsight/v13" xmlns="http://schemas.microsoft.com/2003/10/Serialization/">
        <GenericParameter Name="GenderEnum" Namespace="https://bingads.microsoft.com/AdInsight/v13" />
      </GenericType>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element minOccurs="0" name="Includes" nillable="true" type="tns:ArrayOfGenderEnum" />
    <xs:element minOccurs="0" name="Excludes" nillable="true" type="tns:ArrayOfGenderEnum" />
  </xs:sequence>
</xs:complexType>

Elements

The SelectionOfGenderEnum object has the following elements: Excludes, Includes.

Element Description Data Type
Excludes The traffic matching any value of Excludes array is excluded as an estimation. GenderEnum array
Includes The traffic matching any value of Includes array is included as an estimation. GenderEnum array

Requirements

Service: AdInsightService.svc v13
Namespace: https://bingads.microsoft.com/AdInsight/v13

Used By

GetAudienceFullEstimation