Class GoogleAdsSearchads360V23ResourcesCampaignAiMaxSetting
Settings for AI Max in search campaigns.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesCampaignAiMaxSetting : IDirectResponseSchema
Properties
BundlingRequired
Output only. Indicates whether a search campaign has adopted AI Max before, and is required to have AI Max enabled to adopt campaign-level text asset automation and brand list targeting in all API versions.
Declaration
[JsonProperty("bundlingRequired")]
public virtual string BundlingRequired { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EnableAiMax
Controls whether or not AI Max features are served for this campaign. Individual AI Max features are enabled or disabled by their respective settings. But if enable_ai_max is set to false or cleared, then no AI Max features will serve for this campaign, regardless of the other settings. Search Term Matching is enabled by default when AI Max is enabled, and can be disabled at the ad group level.
Declaration
[JsonProperty("enableAiMax")]
public virtual bool? EnableAiMax { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |