LabelAssociation 数据对象 - 市场活动管理

定义标签与市场活动、广告组、广告或关键字 (keyword) 实体之间的关系。

语法

<xs:complexType name="LabelAssociation" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="EntityId" type="xs:long" />
    <xs:element name="LabelId" type="xs:long" />
  </xs:sequence>
</xs:complexType>

元素

LabelAssociation 对象具有以下元素:EntityIdLabelId

元素 说明 数据类型
entityId 与标签关联的实体的标识符。

标签支持的实体类型包括市场活动、广告组、广告和关键字 (keyword) 。 实体类型在每个 DeleteLabelAssociationsGetLabelAssociationsByEntityIdsGetLabelAssociationsByLabelIdsSetLabelAssociations 操作的请求消息中指定。

每个实体最多可以与 50 个标签相关联。 例如 ,市场活动 A 最多可与 50 个标签相关联。

设置: 必填
删除: 必填
long
LabelId 标签的标识符。

设置: 必填
删除: 必填
long

要求

服务: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13

使用者

DeleteLabelAssociations
GetLabelAssociationsByEntityIds
GetLabelAssociationsByLabelIds
SetLabelAssociations