AI-generated Key Takeaways
-
The request message for MutateKeywordPlanCampaignKeywords requires the customer ID and a list of operations to perform on individual Keyword Plan campaign keywords.
-
The
partial_failure
field allows for successful operations to be carried out even if some operations are invalid, defaulting to false which means all operations must be valid for any to be executed. -
The
validate_only
field enables validation of the request without execution, returning only errors.
Request message for KeywordPlanCampaignKeywordService.MutateKeywordPlanCampaignKeywords
.
Fields | |
---|---|
|
Required. The ID of the customer whose campaign keywords are being modified. |
|
Required. The list of operations to perform on individual Keyword Plan campaign keywords. |
|
If true, successful operations will be carried out and invalid operations will return errors. If false, all operations will be carried out in one transaction if and only if they are all valid. Default is false. |
|
If true, the request is validated but not executed. Only errors are returned, not results. |