次の方法で共有


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

対象ユーザー条件項目データ オブジェクトを定義します。

構文

<xs:complexType name="AudienceConditionItem" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="Id" type="xs:long" />
    <xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="Type" nillable="true" type="tns:AudienceType" />
  </xs:sequence>
</xs:complexType>

要素

AudienceConditionItem オブジェクトには、IdName、Type という要素があります

要素 説明 データ型
身分証明書 対象ユーザー条件項目の一意識別子。 必須です。 long
名前 対象ユーザーの条件項目の名前。 string
種類 対象ユーザーの条件項目の種類。 必須です。 AudienceType

要件

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

使用ページ

AudienceCondition