AudienceGroup 數據物件 - 行銷活動管理
定義 AudienceGroup 資料物件。
語法
<xs:complexType name="AudienceGroup" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" name="AssociationCount" nillable="true" type="xs:int" />
<xs:element minOccurs="0" name="Description" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Dimensions" nillable="true" type="tns:ArrayOfAudienceGroupDimension" />
<xs:element minOccurs="0" name="Id" nillable="true" type="xs:long" />
<xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
元素
AudienceGroup 物件具有下列元素:AssociationCount、Description、Dimensions、Id、Name。
元素 | 描述 | 資料類型 |
---|---|---|
AssociationCount | 與這個物件群組相關聯的資產群組數目。 新增:只讀 更新:只讀 |
int |
描述 | 物件的描述。 使用描述來協助您記住您使用的物件。 新增:選擇性 更新:選擇性。 如果未設定更新的值,則此設定不會變更。 |
string |
Dimensions | 指定物件組合的正維度。 它應該至少有一個維度。 新增:必要,至少需要一個維度。 更新:選擇性。 針對每個維度類型 (年齡、性別、物件) : - 如果陣列中沒有 ,則不會變更。 - 如果它存在於陣列中,請以 Age 維度類型為例: - 如果 AgeRanges 設定為 null 或空白,則會移除此維度類型的現有值。 - 如果 AgeRanges 有數據,它只會取代現有的值。 注意: 您無法移除所有維度類型。 將會傳回錯誤,而且不會進行任何變更。 |
AudienceGroupDimension 陣 列 |
標識碼 | 系統產生的標識碼。 新增:只讀 更新:必要 |
長 |
名稱 | 物件訊號的名稱,名稱在帳戶內的所有物件群組中必須是唯一的。 名稱最多可以包含 256 個字元。 新增:必要 更新:選擇性 |
string |
需求
服務: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13
消費者
AddAudienceGroups
GetAudienceGroupsByIds
UpdateAudienceGroups