DeviceSearchParameter Data Object - Ad Insight
The device search parameter filter that you can include when requesting keyword ideas.
If you do not include the device search parameter when calling GetKeywordIdeas, then keyword ideas will be returned for all devices.
Syntax
<xs:complexType name="DeviceSearchParameter" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent mixed="false">
<xs:extension base="tns:SearchParameter">
<xs:sequence>
<xs:element minOccurs="0" name="Device" nillable="true" type="tns:DeviceCriterion" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Elements
The DeviceSearchParameter object has the following elements: Device.
Element | Description | Data Type |
---|---|---|
Device | The device criterion for the returned keyword ideas. | DeviceCriterion |
Requirements
Service: AdInsightService.svc v13
Namespace: https://bingads.microsoft.com/AdInsight/v13