AudienceInfo データ オブジェクト - キャンペーン管理
対象ユーザーの型を格納し、ID を持つオブジェクト。
構文
<xs:complexType name="AudienceInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" name="Id" nillable="true" type="xs:long" />
<xs:element minOccurs="0" name="Type" type="tns:AudienceType" />
</xs:sequence>
</xs:complexType>
要素
AudienceInfo オブジェクトには、Id、Type という要素があります。
要素 | 説明 | データ型 |
---|---|---|
Id | 対象ユーザーの ID。 | long |
型 | 対象ユーザーの種類。 追加: 読み取り専用 更新: 読み取り専用 |
AudienceType |
要件
サービス: CampaignManagementService.svc v13
名前 空間: https://bingads.microsoft.com/CampaignManagement/v13