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 |
维度 | 指定受众构成的正维度。 它应至少具有一个维度。 添加:必需,至少需要一个维度。 更新:可选。 对于每个维度类型 (年龄、性别、受众) : - 如果数组中不存在,则不会更改。 - 如果数组中存在,则以 Age 维度类型为例: - 如果 AgeRanges 设置为 null 或空,它将删除此维度类型的现有值。 - 如果 AgeRanges 具有数据,则只替换现有值。 注意: 不能删除所有维度类型。 将返回错误,并且不会进行任何更改。 |
AudienceGroupDimension 数组 |
ID | 系统生成的 ID。 添加:只读 更新:必需 |
long |
名称 | 受众信号的名称,该名称在帐户中的所有访问群体组中必须是唯一的。 名称最多可以包含 256 个字符。 添加:必需 更新:可选 |
string |
要求
服务: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13
使用者
AddAudienceGroups
GetAudienceGroupsByIds
UpdateAudienceGroups