Interface AdGroup.AiMaxAdGroupSettingOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdGroup.AiMaxAdGroupSetting,AdGroup.AiMaxAdGroupSetting.Builder
- Enclosing class:
- AdGroup
public static interface AdGroup.AiMaxAdGroupSettingOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanDisable search term matching for this adgroup when AI Max is enabled.booleanDisable search term matching for this adgroup when AI Max is enabled.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasDisableSearchTermMatching
boolean hasDisableSearchTermMatching()Disable search term matching for this adgroup when AI Max is enabled. Search term matching uses broad match, asset-based, and landing page-based technology to improve reach.
optional bool disable_search_term_matching = 1;- Returns:
- Whether the disableSearchTermMatching field is set.
-
getDisableSearchTermMatching
boolean getDisableSearchTermMatching()Disable search term matching for this adgroup when AI Max is enabled. Search term matching uses broad match, asset-based, and landing page-based technology to improve reach.
optional bool disable_search_term_matching = 1;- Returns:
- The disableSearchTermMatching.
-