Re: JSON key file in python

2016-11-01 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Job, To use service account flow in the AdWords API Python client library, you need to provide the configuration values (service_account_email and path_to_private_key_file) in the googleads.yaml file.

JSON key file in python

2016-11-01 Thread job . tiel
Hi all, We are trying to build an example report using a service account json for credentials in Python. For Java this seems to work using an ads.properties and the 'OfflineCredentials' builder with the property 'api.adwords.jsonKeyFilePath' Using Python however I cannot find any example