bundlingRequired property

String? bundlingRequired
getter/setter pair

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.

Output only. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "NOT_REQUIRED" : Search campaign is using text asset automation or brand list targeting, and AI Max is not required to be enabled to serve these features.
  • "REQUIRED" : AI Max is required to be enabled for this search campaign to serve existing text asset automation and brand list targeting, or to add new text asset automation and brand list targeting settings.

Implementation

core.String? bundlingRequired;