ConfigureCampaignLifecycleGoalsRequest

  • customer_id is a required string field for identifying the customer.

  • operation is a required field specifying the type of campaign lifecycle goal update using a CampaignLifecycleGoalOperation enum.

  • validate_only is an optional boolean field that allows validation without execution.

Request message for [CampaignLifecycleGoalService.configureCampaignLifecycleGoals][].

Fields

customer_id

string

Required. The ID of the customer performing the upload.

operation

CampaignLifecycleGoalOperation

Required. The operation to perform campaign lifecycle goal update.

validate_only

bool

Optional. If true, the request is validated but not executed. Only errors are returned, not results.