次の方法で共有


DeviceCondition データ オブジェクト - キャンペーン管理

指定したデバイスに変換値ルールを使用する条件を定義します。

構文

<xs:complexType name="DeviceCondition" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="DeviceTypes" type="tns:DeviceType" />
    <xs:element minOccurs="0" name="IsPrimary" type="xs:boolean" />
  </xs:sequence>
</xs:complexType>

要素

DeviceCondition オブジェクトには、DeviceTypesIsPrimary という要素があります。

要素 説明 データ型
DeviceTypes 条件に含まれるデバイスの種類。 DeviceType
IsPrimary これがプライマリ条件であるかどうかを示します。 変換値ルールで許可される主条件は 1 つだけです。 boolean

要件

サービス: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13

使用ページ

ConversionValueRule