SelectionOfAgeEnum Data Object - Ad Insight

Defines a data object for the selection of age targeting.

Syntax

<xs:complexType name="SelectionOfAgeEnum" 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="AgeEnum" Namespace="https://bingads.microsoft.com/AdInsight/v13" />
      </GenericType>
    </xs:appinfo>
  </xs:annotation>
  <xs:sequence>
    <xs:element minOccurs="0" name="Includes" nillable="true" type="tns:ArrayOfAgeEnum" />
    <xs:element minOccurs="0" name="Excludes" nillable="true" type="tns:ArrayOfAgeEnum" />
  </xs:sequence>
</xs:complexType>

Elements

The SelectionOfAgeEnum 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. AgeEnum array
Includes The traffic matching any value of Includes array is included as an estimation. AgeEnum array

Requirements

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

Used By

GetAudienceFullEstimation