This repository was archived by the owner on Mar 26, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 77
Duplicated Operations in Mutate Requests #756
Copy link
Copy link
Closed
Labels
lang: pythonIssues specific to Python.Issues specific to Python.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.release blockingRequired feature/issue must be fixed prior to next release.Required feature/issue must be fixed prior to next release.simply blockertype: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Metadata
Metadata
Assignees
Labels
lang: pythonIssues specific to Python.Issues specific to Python.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.release blockingRequired feature/issue must be fixed prior to next release.Required feature/issue must be fixed prior to next release.simply blockertype: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Type
Fields
Give feedbackNo fields configured for issues without a type.
In the Ads templates, here, the below logic is generated for our
operationsparameter, an example from proto can be found here:MuateAdGroupsandMutateAdGroupsRequestIf
operationsis present,request.operationsis set, andrequest.operations.extendis also called, causing our operations to be duplicated in any request.