AI-generated Key Takeaways
-
configureCampaignLifecycleGoals
is a request message for theCampaignLifecycleGoalService
. -
The request requires a
customer_id
, anoperation
, and optionally supportsvalidate_only
. -
The
operation
field uses theCampaignLifecycleGoalOperation
type. -
The
validate_only
field 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. |