targetOption property

String? targetOption
getter/setter pair

New Customer Acquisition goal optimization mode for this campaign.

Defaults to TARGET_ALL. Whether the campaign is targeting new customers only. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "TARGET_ALL" : The mode is used when the campaign optimizes for all customers, which is the default value.
  • "TARGET_SPECIFIC" : This mode configures the campaign to target only customers who have previously interacted but are now lapsed or disengaged.

Implementation

core.String? targetOption;