ConfigureCampaignLifecycleGoalsRequest

  • configureCampaignLifecycleGoals is a request message for the CampaignLifecycleGoalService.

  • The request requires a customer_id, an operation, and optionally supports validate_only.

  • The operation field uses the CampaignLifecycleGoalOperation type.

  • The validate_only field 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.