CallToActionSetting Data Object - Campaign Management

Defines the CallToActionSetting data object.

Syntax

<xs:complexType name="CallToActionSetting" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:Setting">
      <xs:sequence>
        <xs:element minOccurs="0" name="AutomatedCallToActionOptOut" nillable="true" type="xs:boolean" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>

Elements

The CallToActionSetting object has the following elements: AutomatedCallToActionOptOut.

Element Description Data Type
AutomatedCallToActionOptOut Determines whether to opt out of automatic selection of call to action ad asset for the multimedia ads in the campaign. When opted in, we will use artificial intelligence during ad delivery to choose the call to action asset and ignore the ad’s call to action setting.

Note: Not everyone has this feature yet. If you don't, don't worry - it's coming soon!

Add: Optional. The default value of false will be set if not otherwise specified.
Update: Optional. If no value is set for the update, this setting is not changed.
boolean

The CallToActionSetting object has Inherited Elements.

Inherited Elements

Inherited Elements from Setting

The CallToActionSetting object derives from the Setting object, and inherits the following elements: Type. The descriptions below are specific to CallToActionSetting, and might not apply to other objects that inherit the same elements from the Setting object.

Element Description Data Type
Type The type of setting. This value is CallToActionSetting when you retrieve the setting.

For more information, see Setting Data Object Remarks.

Add: Read-only
Update: Read-only
string

Requirements

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