You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
hi,
i am facing problem while calling get function on CustomerService. I am using python library for googleadsversion 4.7.0. Here is my call to api
adwords_client.GetService('CustomerService').get() and the Exception is {MethodNotFound}Method not found: 'CustomerService.CustomerServiceInterfacePort.get'
This get() function is working on googleadsversion 4.1.0.
regards
Imran tufail
Shwetha Vastrad (AdWords API Team)
unread,
Nov 10, 2016, 2:40:34 PM11/10/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
The googleads Python Client Library v4.1.0 corresponds to API version v201605, which has CustomerService.get() method. In googleads Python Client Library v4.7.0, you need to specify the version(v201605) in the GetService() method to use the CustomerService.get() method.