campaignGoalType property

String? campaignGoalType
getter/setter pair

The type of the campaign goal.

Required. Possible string values are:

  • "CAMPAIGN_GOAL_TYPE_UNSPECIFIED" : Goal value is not specified or unknown in this version.
  • "CAMPAIGN_GOAL_TYPE_APP_INSTALL" : Drive app installs or engagements.
  • "CAMPAIGN_GOAL_TYPE_BRAND_AWARENESS" : Raise awareness of a brand or product.
  • "CAMPAIGN_GOAL_TYPE_OFFLINE_ACTION" : Drive offline or in-store sales.
  • "CAMPAIGN_GOAL_TYPE_ONLINE_ACTION" : Drive online action or visits.

Implementation

core.String? campaignGoalType;