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/examples/adwords/v201506/advanced_operations/upload_offline_conversions.py
 

But when I execute my code I am getting this error:

/Users/uolter/src/google_adwords/venv/bin/python 
/Users/uolter/src/google_adwords/upload_offline_conversions.py
No handlers could be found for logger "suds.client"
Traceback (most recent call last):
  File "/Users/uolter/src/google_adwords/upload_offline_conversions.py", 
line 88, in <module>
    main(adwords_client, CONVERSION_NAME, CLICK_ID, CONVERSION_TIME, 
CONVERSION_VALUE)
  File "/Users/uolter/src/google_adwords/upload_offline_conversions.py", 
line 57, in main
    response = 
conversion_tracker_service.mutate([upload_conversion_operation])
  File 
"/Users/uolter/src/google_adwords/venv/lib/python2.7/site-packages/googleads/common.py",
 
line 296, in MakeSoapRequest
    for arg in args])
  File 
"/Users/uolter/src/google_adwords/venv/lib/python2.7/site-packages/suds/client.py",
 
line 521, in __call__
    return client.invoke(args, kwargs)
  File 
"/Users/uolter/src/google_adwords/venv/lib/python2.7/site-packages/suds/client.py",
 
line 581, in invoke
    result = self.send(soapenv)
  File 
"/Users/uolter/src/google_adwords/venv/lib/python2.7/site-packages/suds/client.py",
 
line 619, in send
    description=tostr(e), original_soapenv=original_soapenv)
  File 
"/Users/uolter/src/google_adwords/venv/lib/python2.7/site-packages/suds/client.py",
 
line 670, in process_reply
    raise WebFault(fault, replyroot)
suds.WebFault: Server raised fault: 
'[OperationAccessDenied.ACTION_NOT_PERMITTED @ class 
com.google.ads.api.serviceimpls.campaignmgmt.conversiontracking.conversion]'

Process finished with exit code 1



What should it be the cause of this error?

Please help me 

Thanks a lot.

Walter

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/6e3ea679-94b0-4030-bb6f-f4fce0289c5d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to