Re: API requests not working after token approval/reauthorization

2016-10-25 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Farid, You may see OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED error if you try to add campaigns to your manager account (instead of your client account). I would recommen

Re: API requests not working after token approval/reauthorization

2016-10-25 Thread Farid el Nasire
Got 1 step further by updating the customer id. I can now get a list of campaigns (which right now returns nothing) but now I am getting the following error: *OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ class campaignmgmt.campaign.MutateAction (ADD) requires CREATE_CAMPAIGN* On Tuesd

API requests not working after token approval/reauthorization

2016-10-25 Thread Farid el Nasire
We have been working on an application which uses the AdWords API to create/manage campaigns. While we were waiting for our token to be approved we used a test token, which allowed us to create campaigns/ad groups/ads and whatnot in a safe sandboxed demo environment. This has been working fine.