AdExtensionAdditionalField Value Set - Campaign Management

Defines a list of optional ad extension properties that you can request when calling GetAdExtensionsAssociations and GetAdExtensionsByIds. The additional field values enable you to get the latest features using the current version of Campaign Management API, and in the next version the corresponding properties will be included in the ad extension by default.

Syntax

<xs:simpleType name="AdExtensionAdditionalField" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:list>
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="Images" />
        <xs:enumeration value="DisplayText" />
        <xs:enumeration value="Layouts" />
        <xs:enumeration value="ActionTypesPhase3" />
        <xs:enumeration value="ActionTypesPhase4" />
        <xs:enumeration value="NewFilterLinkHeaders" />
      </xs:restriction>
    </xs:simpleType>
  </xs:list>
</xs:simpleType>

Values

The AdExtensionAdditionalField value set has the following values: ActionTypesPhase3, ActionTypesPhase4, DisplayText, Images, Layouts, NewFilterLinkHeaders.

Value Description
ActionTypesPhase3 Request that the latest ActionAdExtensionActionType values be included within each returned ActionAdExtension.

For example, if the action type that is stored in Microsoft Advertising is RenewNow the service returns Unknown by default. To discover the stored action type e.g., RenewNow, you must include ActionTypesPhase3 in the request.
ActionTypesPhase4 Request that the latest ActionAdExtensionActionType values be included within each returned ActionAdExtension.

For example, if the action type that is stored in Microsoft Advertising is BuildNow the service returns Unknown by default. To discover the stored action type e.g., BuildNow, you must include ActionTypesPhase4 in the request.
DisplayText Request that the DisplayText element be included within each returned ImageAdExtension object.
Images Request that the Images element be included within each returned ImageAdExtension object.
Layouts Request that the Layouts element be included within each returned ImageAdExtension object.
NewFilterLinkHeaders Reserved.

Requirements

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

Used By

GetAdExtensionsAssociations
GetAdExtensionsByIds