PerformanceMaxSetting Data Object - Campaign Management
Defines the PerformanceMaxSetting object.
Syntax
<xs:complexType name="PerformanceMaxSetting" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent mixed="false">
<xs:extension base="tns:Setting">
<xs:sequence>
<xs:element minOccurs="0" name="AutoGeneratedImageOptOut" nillable="true" type="xs:boolean">
<xs:annotation>
<xs:appinfo>
<DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="AutoGeneratedTextOptOut" nillable="true" type="xs:boolean">
<xs:annotation>
<xs:appinfo>
<DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="CostPerSaleOptOut" nillable="true" type="xs:boolean">
<xs:annotation>
<xs:appinfo>
<DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="FinalUrlExpansionOptOut" type="xs:boolean" />
<xs:element xmlns:q7="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="PageFeedIds" nillable="true" type="q7:ArrayOflong">
<xs:annotation>
<xs:appinfo>
<DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
</xs:appinfo>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Elements
The PerformanceMaxSetting object has the following elements: AutoGeneratedImageOptOut, AutoGeneratedTextOptOut, CostPerSaleOptOut, FinalUrlExpansionOptOut, PageFeedIds.
Element | Description | Data Type |
---|---|---|
AutoGeneratedImageOptOut | If false, then image assets will be dynamically generated. If true (opted out), then image assets will not be dynamically generated. Add: Optional. The default value is false. Update: Optional |
boolean |
AutoGeneratedTextOptOut | If false, then text assets will be dynamically generated. If true (opted out), then text assets will not be dynamically generated. Add: Optional. The default value is false. Update: Optional |
boolean |
CostPerSaleOptOut | If true, then bidding will be opted out of cost per sale. | boolean |
FinalUrlExpansionOptOut | If false, then the entire domain will be targeted. If true (opted out), then only the final URLs in the asset groups and feed will be targeted. Add: Optional. The default value is false. Update: Optional |
boolean |
PageFeedIds | The page feed identifiers for performance max ads. See the Page Feeds technical guide for an implementation overview. Add: Optional Update: Optional. You cannot delete page feed IDs, but you can replace the previous set with a new set. |
long array |
The PerformanceMaxSetting object has Inherited Elements.
Inherited Elements
Inherited Elements from Setting
The PerformanceMaxSetting object derives from the Setting object, and inherits the following elements: Type. The descriptions below are specific to PerformanceMaxSetting, 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. For more information, see Setting Data Object Remarks. |
string |
Requirements
Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13