Re: Offline conversions uploaded via API OperationAccessDenied.ACTION_NOT_PERMITTED

2015-09-21 Thread Walter Traspadini
Hello Anthony, I sorted out the issue just before midday. Now, it works pretty good to me. Thank you very much for the support. We are going to change our CMS in django admin and put this api call in production. Cheers, Walter Traspadini On 21 Sep 2015, at 16:24, Anthony Madrigal wrote:

Re: Offline conversions uploaded via API OperationAccessDenied.ACTION_NOT_PERMITTED

2015-09-21 Thread Anthony Madrigal
Hello Walter, When you are adding a ConversionTracker, please make sure you meet the following conditions . I noticed that the clientCustomerId in your header belongs to an MCC account. Try to ch

Re: Offline conversions uploaded via API OperationAccessDenied.ACTION_NOT_PERMITTED

2015-09-21 Thread walter
Hello Anthony, I can send to you here the request and response. It's not a secret. I just removed from the request my developer token: *Request* http://schemas.xmlsoap.org/soap/envelope/"; xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201502"; xmlns:xsi="http://www.w3.org/2001/XMLSch

Re: Offline conversions uploaded via API OperationAccessDenied.ACTION_NOT_PERMITTED

2015-09-18 Thread Anthony Madrigal
Hello Walter, The error you are receiving implies that you are using the REMOVE operator, which is not supported for the ConversionTrackerService . However, if you are using the ADD or SET operat

Offline conversions uploaded via API OperationAccessDenied.ACTION_NOT_PERMITTED

2015-09-18 Thread walter
Hello, I am trying to use the SOAP API to track offline conversions. My Developer Token has been approved this morning and according to my Api Center profile, my Access Level is Basic. I started with this client library in python https://github.com/googleads/googleads-python-lib/blob/master/