Skip to content

Latest commit

 

History

History
47 lines (41 loc) · 2.65 KB

File metadata and controls

47 lines (41 loc) · 2.65 KB
title ms.service ms.subservice ms.topic author ms.author description
AdAdditionalField Value Set - Campaign Management
bing-ads
campaign-management-api
article
jonmeyers
jonmeyers
Defines a list of optional ad properties that you can request when calling GetAdsByAdGroupId, GetAdsByEditorialStatus, and GetAdsByIds.

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