AdExtensionIdToEntityIdAssociation Data Object - Campaign Management
Defines an object that associates an ad extension to a supported entity, for example ad group or campaign.
Syntax
<xs:complexType name="AdExtensionIdToEntityIdAssociation" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element name="AdExtensionId" type="xs:long" />
<xs:element name="EntityId" type="xs:long" />
</xs:sequence>
</xs:complexType>
Elements
The AdExtensionIdToEntityIdAssociation object has the following elements: AdExtensionId, EntityId.
Element | Description | Data Type |
---|---|---|
AdExtensionId | The system-generated identifier of the ad extension. | long |
EntityId | The identifier of an entity associated with the ad extension. | long |
Requirements
Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13
Used By
DeleteAdExtensionsAssociations
GetAdExtensionsEditorialReasons
SetAdExtensionsAssociations