AI-generated Key Takeaways
-
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 aCampaignLifecycleGoalOperation
enum. -
validate_only
is an optional boolean field that allows validation without execution.
Request message for [CampaignLifecycleGoalService.configureCampaignLifecycleGoals][].
Fields | |
---|---|
|
Required. The ID of the customer performing the upload. |
|
Required. The operation to perform campaign lifecycle goal update. |
|
Optional. If true, the request is validated but not executed. Only errors are returned, not results. |