Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.42 KB

File metadata and controls

39 lines (33 loc) · 1.42 KB
title ms.service ms.subservice ms.topic author ms.author description
DeviceCriterion Data Object - Ad Insight
bing-ads
ad-insight-api
article
jonmeyers
jonmeyers
The device criterion that you can include when requesting keyword ideas or traffic estimates.

DeviceCriterion Data Object - Ad Insight

The device criterion that you can include when requesting keyword ideas or traffic estimates.

Syntax

<xs:complexType name="DeviceCriterion" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:Criterion">
      <xs:sequence>
        <xs:element minOccurs="0" name="DeviceName" nillable="true" type="xs:string" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>

Elements

The DeviceCriterion object has the following elements: DeviceName.

Element Description Data Type
DeviceName The device that you want to target.

Possible case-sensitive values are All, Computers, Smartphones, and Tablets.
string

Requirements

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

Used By

DeviceSearchParameter