AdAdditionalField Value Set - Campaign Management

Defines a list of optional ad properties that you can request when calling GetAdsByAdGroupId, GetAdsByEditorialStatus, and GetAdsByIds. 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 by default.

Syntax

<xs:simpleType name="AdAdditionalField" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:list>
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="ImpressionTrackingUrls" />
        <xs:enumeration value="Videos" />
        <xs:enumeration value="LongHeadlines" />
        <xs:enumeration value="ImageTargetDimension" />
      </xs:restriction>
    </xs:simpleType>
  </xs:list>
</xs:simpleType>

Values

The AdAdditionalField value set has the following values: ImageTargetDimension, ImpressionTrackingUrls, LongHeadlines, Videos.

Value Description
ImageTargetDimension The target dimension of an image asset.
ImpressionTrackingUrls Request that the ImpressionTrackingUrls element be included within each returned ResponsiveAd object.
LongHeadlines Request that the LongHeadlines element be included within each returned ResponsiveAd object.
Videos Request that the Videos element be included within each returned ResponsiveAd object.

Requirements

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

Used By

GetAdsByAdGroupId
GetAdsByEditorialStatus
GetAdsByIds