In the past I remember we had issues updating a budget of Video campaigns, but it worked on App install campaigns. I'm mistaken?
-<errorList>
<fieldPath>operations[0]</fieldPath>
<trigger>AdSubProductTypeGroup = MULTIPLE_MOBILE_APP</trigger>
<errorString>OperationAccessDenied.MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT</errorString>
<ApiError.Type>OperationAccessDenied</ApiError.Type>
<reason>MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT</reason>
</errors>
</errorList>
I googled this error and found this one:
MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT |
---|
Summary | The attempted operation cannot be performed through the API. |
Common causes | Attempting to modify a campaign that was created using the AdWords Express. |
Recommended handling tips | Flag the campaign in your system as being read-only. |
Prevention tips | N/A |
How can I verify whether this is the cause? And if so, what is the solution? I want to update budget via API, don't think that making this campaign read-only will solve the issue.
Thanks