Edit

SelectionOfDeviceEnum Data Object - Ad Insight

Defines a data object that includes or excludes device types.

Syntax

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

Elements

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

Element Description Data Type
Excludes Exclude the type of devices present in the DeviceEnum. DeviceEnum array
Includes Include the type of desvices present in the DeviceEnum. DeviceEnum array

Requirements

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

Used By

GetAudienceBreakdown
GetAudienceFullEstimation