EntityIdToParentIdAssociation Data Object - Campaign Management

Defines an object that contains the unique system identifier of an entity such as ad or keyword, and the identifier of its parent. An ad group is the parent of an ad or keyword.

Syntax

<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>

Elements

The EntityIdToParentIdAssociation object has the following elements: EntityId, ParentId.

Element Description Data Type
EntityId The system-generated unique identifier of an entity such as ad or keyword. long
ParentId The identifier of the entity's parent. An ad group is the parent of an ad or keyword. long

Requirements

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

Used By

AppealEditorialRejections
GetAssetGroupsEditorialReasons
GetEditorialReasonsByIds