Re: question on generating yaml file for API

2015-06-18 Thread Jagat Bhat
In google developers console I generated the .json file, where i could find client id, but i didn't obtain client secret.. Is it the private key id present in the generated .json file.? Please help me out.. :) On Tuesday, 18 November 2014 07:12:34 UTC+5:30, AR wrote: Hi, I recently was

Re: question on generating yaml file for API

2015-06-18 Thread Michael Cloonan (AdWords API Team)
Hello, There should be no reason to generate a .json file. Please see our Authorization Guide https://devsite.googleplex.com/adwords/api/docs/guides/authentication, which includes step by step instructions for fetching this data with screenshots. Regards, Mike, AdWords API Team On

question on generating yaml file for API

2014-11-18 Thread AR
Hi, I recently was granted access to the AdWords API for a project I'm working on. I fetched the Python API and was wondering if there were instructions on how to fill out the configuration file for it (googleads.yaml)? I have my developer_token and client_id but was unsure as to these:

Re: question on generating yaml file for API

2014-11-18 Thread Michael Cloonan (AdWords API Team)
Hello, Your user_agent is a string of your choice that uniquely identifies your project. This can be useful for troubleshooting, since we would be able to look up your requests by the user agent. The client_secret should have been generated along with your client_id, and you can look it up in