Hello there,
I am trying to create a new campaign through google ads python api (
https://github.com/googleads/google-ads-python/blob/main/examples/basic_operations/add_campaigns.py ) but I am getting following error:
Request made: ClientCustomerId: xxxxxxx, Host:
googleads.googleapis.com, Method: /google.ads.googleads.v15.services.CampaignBudgetService/MutateCampaignBudgets, RequestId: xxxxxx, IsFault: True, FaultMessage: The operation is not allowed for the given context.
Request with ID "xxxxxx" failed with status "INVALID_ARGUMENT" and includes the following errors:
Error with message "The operation is not allowed for the given context.".
On field: operations
It seems that there are some issue while creating campaign_budget. Please help me with how I can fix this error.
Thank You
Shivam