ConfigureCampaignLifecycleGoalsRequest

  • configureCampaignLifecycleGoals is a request message for the CampaignLifecycleGoalService.

  • The request requires a customer_id (string) and an operation (CampaignLifecycleGoalOperation).

  • The request has an optional validate_only field (boolean) for 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.