Edit

AISearchSetting Data Object - Campaign Management

Enable or opt out of AI search settings.

Syntax

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

Elements

The AISearchSetting object has the following elements: AISearchEnabled, AutoGeneratedImageOptOut, AutoGeneratedTextOptOut, FinalUrlExpansionOptOut, SearchTermMatchingOptOut.

Element Description Data Type
AISearchEnabled Enable AI search. boolean
AutoGeneratedImageOptOut Opt out of auto-generated images. boolean
AutoGeneratedTextOptOut Opt out of auto-generated text. boolean
FinalUrlExpansionOptOut Opt out of final URL expansion. boolean
SearchTermMatchingOptOut Opt out of search term matching. boolean

The AISearchSetting object has Inherited Elements.

Inherited Elements

Inherited Elements from Setting

The AISearchSetting object derives from the Setting object, and inherits the following elements: Type. The descriptions below are specific to AISearchSetting, 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