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

定义一个 对象,该对象包含实体(如 ad 或 关键字 (keyword) )的唯一系统标识符及其父实体的标识符。 广告组是广告或关键字 (keyword) 的父级。

语法

<xs:complexType name="EntityIdToParentIdAssociation" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="EntityId" type="xs:long" />
    <xs:element minOccurs="0" name="ParentId" type="xs:long" />
  </xs:sequence>
</xs:complexType>

元素

EntityIdToParentIdAssociation 对象具有以下元素:EntityIdParentId

元素 说明 数据类型
entityId 系统生成的实体的唯一标识符,例如广告或关键字 (keyword) 。 long
ParentId 实体的父级的标识符。 广告组是广告或关键字 (keyword) 的父级。 long

要求

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

使用者

AppealEditorialRejections
GetAssetGroupsEditorialReasons
GetEditorialReasonsByIds