AdWords API Re: best practices for 3rd party development

2009-10-09 Thread AdWords API Advisor
Hi, In regards to the sandbox, all accounts created there start empty, and there is no automatic way to populate the account with your production data. Also, as Zweitze mentioned the reports generated in the sandbox are static dummy reports that are not based off of the data in that account. Yo

AdWords API Re: best practices for 3rd party development

2009-10-09 Thread Zweitze
The developer token should be stored in a separate location, like a config file - it shouldn't be hardcoded. This is also helpful when a token is 'lost', and cancelled. In that situation you don't have to ask the third party developers to recompile the app. Note that the developer token only defi

AdWords API Re: best practices for 3rd party development

2009-10-08 Thread eSpinneret
You can make it part of the specs that usernames/passwords be prompted at the time of usage rather than be given to the developers and stored in the app/database. On Oct 8, 3:15 pm, crosby wrote: > Hi, > I'm sure this has been solved by some of you out there.  Thanks in > advance for your though