AdExtensionAssociation Data Object - Campaign Management

Defines the relationship and editorial status of an ad extension with an account, campaign, or ad group.

Syntax

<xs:complexType name="AdExtensionAssociation" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="AdExtension" nillable="true" type="tns:AdExtension" />
    <xs:element name="AssociationType" type="tns:AssociationType" />
    <xs:element minOccurs="0" name="EditorialStatus" nillable="true" type="tns:AdExtensionEditorialStatus" />
    <xs:element name="EntityId" type="xs:long" />
  </xs:sequence>
</xs:complexType>

Elements

The AdExtensionAssociation object has the following elements: AdExtension, AssociationType, EditorialStatus, EntityId.

Element Description Data Type
AdExtension The ad extension associated with a supported entity.

Add: Required
Update: Required
AdExtension
AssociationType The type of entity associated with the ad extension.

Add: Required
Update: Required
AssociationType
EditorialStatus The editorial status of the ad extension.

Add: Read-only
Update: Read-only
AdExtensionEditorialStatus
EntityId The identifier of an entity associated with the ad extension.

Add: Required
Update: Required
long

Requirements

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

Used By

AdExtensionAssociationCollection