次の方法で共有


DeviceSearchParameter データ オブジェクト - Ad Insight

キーワード アイデアを要求するときに含めることができるデバイス検索パラメーター フィルター。

GetKeywordIdeas を呼び出すときにデバイス検索パラメーターを含めなかった場合、すべてのデバイスキーワード (keyword)アイデアが返されます。

構文

<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>

要素

DeviceSearchParameter オブジェクトには、Device という要素があります

要素 説明 データ型
デバイス 返されたキーワード (keyword)アイデアのデバイス条件。 DeviceCriterion

要件

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