CampaignAdditionalField Value Set - Campaign Management

Defines a list of optional campaign properties that you can request when calling GetCampaignsByAccountId and GetCampaignsByIds. 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 campaign by default.

Syntax

<xs:simpleType name="CampaignAdditionalField" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:list>
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="AdScheduleUseSearcherTimeZone" />
        <xs:enumeration value="MaxConversionValueBiddingScheme" />
        <xs:enumeration value="TargetImpressionShareBiddingScheme" />
        <xs:enumeration value="TargetSetting" />
        <xs:enumeration value="BidStrategyId" />
        <xs:enumeration value="CpvCpmBiddingScheme" />
        <xs:enumeration value="DynamicFeedSetting" />
        <xs:enumeration value="MultimediaAdsBidAdjustment" />
        <xs:enumeration value="VerifiedTrackingSetting" />
        <xs:enumeration value="DynamicDescriptionSetting" />
        <xs:enumeration value="DisclaimerSetting" />
        <xs:enumeration value="CampaignConversionGoal" />
        <xs:enumeration value="TargetCpaInMaxConversion" />
        <xs:enumeration value="ResponsiveSearchAdsSetting" />
        <xs:enumeration value="CostPerSaleBiddingScheme" />
        <xs:enumeration value="ShoppingSettingShoppableAdsEnabled" />
        <xs:enumeration value="ShoppingSettingFeedLabel" />
        <xs:enumeration value="CallToActionSetting" />
        <xs:enumeration value="PageFeedInPerformanceMaxSettings" />
        <xs:enumeration value="DealIds" />
        <xs:enumeration value="AutoGeneratedTextAndImageOptOutInPerformanceMaxSettings" />
      </xs:restriction>
    </xs:simpleType>
  </xs:list>
</xs:simpleType>

Values

The CampaignAdditionalField value set has the following values: AdScheduleUseSearcherTimeZone, AutoGeneratedTextAndImageOptOutInPerformanceMaxSettings, BidStrategyId, CallToActionSetting, CampaignConversionGoal, CostPerSaleBiddingScheme, CpvCpmBiddingScheme, DealIds, DisclaimerSetting, DynamicDescriptionSetting, DynamicFeedSetting, MaxConversionValueBiddingScheme, MultimediaAdsBidAdjustment, PageFeedInPerformanceMaxSettings, ResponsiveSearchAdsSetting, ShoppingSettingFeedLabel, ShoppingSettingShoppableAdsEnabled, TargetCpaInMaxConversion, TargetImpressionShareBiddingScheme, TargetSetting, VerifiedTrackingSetting.

Value Description
AdScheduleUseSearcherTimeZone Request that the AdScheduleUseSearcherTimeZone element be included within each returned Campaign object.
AutoGeneratedTextAndImageOptOutInPerformanceMaxSettings Reserved.
BidStrategyId Request that the BidStrategyId element be included within each returned Campaign object.
CallToActionSetting Reserved.
CampaignConversionGoal Reserved.
CostPerSaleBiddingScheme Request that the CostPerSaleBiddingScheme object be returned within the BiddingScheme element of each returned Campaign object.
CpvCpmBiddingScheme Request that the ManualCpmBiddingScheme or ManualCpvBiddingScheme object be returned within the BiddingScheme element of each returned Campaign object.

Note: When CpvCpmBiddingScheme is not set, campaigns using ManualCPV or ManualCPM bidding schemes are not returned.
DealIds Request that the DealIds element be included within each returned Campaign object.
DisclaimerSetting Reserved.
DynamicDescriptionSetting Reserved.
DynamicFeedSetting Request that the DynamicFeedSetting object be returned within the Settings element of each returned Campaign object.
MaxConversionValueBiddingScheme Request that the MaxConversionValueBiddingScheme object be returned within the BiddingScheme element of each returned Campaign object.
MultimediaAdsBidAdjustment Request that the MultimediaAdsBidAdjustment element be included within each returned Campaign object.
PageFeedInPerformanceMaxSettings Reserved.
ResponsiveSearchAdsSetting Reserved.
ShoppingSettingFeedLabel Request that the FeedLabel element be returned within the ShoppingSetting object of each returned Campaign object.
ShoppingSettingShoppableAdsEnabled Request that the ShoppableAdsEnabled element be returned within the ShoppingSetting object of each returned Campaign object.
TargetCpaInMaxConversion Reserved.
TargetImpressionShareBiddingScheme Request that the TargetImpressionShareBiddingScheme object be returned within the BiddingScheme element of each returned Campaign object.
TargetSetting Request that the TargetSetting object be returned within the Settings element of each returned Campaign object.
VerifiedTrackingSetting Request that the VerifiedTrackingSetting object be returned within the Settings element of each returned Campaign object.

Requirements

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

Used By

GetCampaignsByAccountId
GetCampaignsByIds