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*

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:ns0="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201502"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:tns="https://adwords.google.com/api/adwords/cm/v201502"; 
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";>
<SOAP-ENV:Header>
<tns:RequestHeader>
<tns:clientCustomerId>402-453-8112</tns:clientCustomerId>
<tns:developerToken>xxxxxxxxxxxxx</tns:developerToken>
<tns:userAgent>python (AwApi-Python, googleads/3.7.0, 
Python/2.7.5)</tns:userAgent>
<tns:validateOnly>false</tns:validateOnly>
<tns:partialFailure>false</tns:partialFailure>
</tns:RequestHeader>
</SOAP-ENV:Header>
<ns0:Body>
<ns1:mutate>
<ns1:operations>
<ns1:operator>ADD</ns1:operator>
<ns1:operand>
<ns1:googleClickId>CJ7A0_6K_scCFcWVGwodyB8IHA</ns1:googleClickId>
<ns1:conversionName>First Payment</ns1:conversionName>
<ns1:conversionTime>20150917 150000</ns1:conversionTime>
<ns1:conversionValue>1</ns1:conversionValue>
</ns1:operand>
</ns1:operations>
</ns1:mutate>
</ns0:Body>
</SOAP-ENV:Envelope>


*Response*



<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
<soap:Header>
<ResponseHeader xmlns="https://adwords.google.com/api/adwords/cm/v201502";>
<requestId>0005203cfb41a8400a819e47d0027667</requestId>
<serviceName>OfflineConversionFeedService</serviceName>
<methodName>mutate</methodName>
<operations>1</operations>
<responseTime>25</responseTime>
</ResponseHeader>
</soap:Header>
<soap:Body>
<soap:Fault>
<faultcode>soap:Server</faultcode>
<faultstring>
[OperationAccessDenied.ACTION_NOT_PERMITTED @ class 
com.google.ads.api.serviceimpls.campaignmgmt.conversiontracking.offlinecon]
</faultstring>
<detail>
<ApiExceptionFault 
xmlns="https://adwords.google.com/api/adwords/cm/v201502";>
<message>
[OperationAccessDenied.ACTION_NOT_PERMITTED @ class 
com.google.ads.api.serviceimpls.campaignmgmt.conversiontracking.offlinecon]
</message>
<ApplicationException.Type>ApiException</ApplicationException.Type>
<errors xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="OperationAccessDenied">
<fieldPath></fieldPath>
<trigger></trigger>
<errorString>OperationAccessDenied.ACTION_NOT_PERMITTED</errorString>
<ApiError.Type>OperationAccessDenied</ApiError.Type>
<reason>ACTION_NOT_PERMITTED</reason>
</errors>
</ApiExceptionFault>
</detail>
</soap:Fault>
</soap:Body>
</soap:Envelope>


I am using the *python* code example listed in this page:

https://developers.google.com/adwords/api/docs/guides/importing-conversions


Please help me to sort out this issue since the request looks fine to me so 
I can't understand the error.

Thanks,

Walter


On Friday, September 18, 2015 at 5:50:05 PM UTC+2, Anthony Madrigal wrote:
>
> Hello Walter,
>
> The error you are receiving implies that you are using the REMOVE 
> operator, which is not supported for the ConversionTrackerService 
> <https://developers.google.com/adwords/api/docs/reference/v201506/ConversionTrackerService#mutate>
> . 
>
> However, if you are using the ADD or SET operator here and are getting 
> this error, then could you please send me through *reply privately to 
> author* your SOAP XML request and response, so that I could try and see 
> what is causing this issue?
>
> Thanks,
> Anthony
> AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/fcb16c24-f070-4c51-8a49-eb316b1a31ac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to