Is this possible to login Adwards accont from a third party application and can access adwards data and can store in DB ?

2014-12-08 Thread Naresh Kumar
Hi, I am working on a project. This project has a lead tracking option. So my project has many users and every user has its own Google AdWords account. I want that a user will login from My Project and can access Google Adwards account data and that data i can store in my DataBase. Is this

Re: Is this possible to login Adwards accont from a third party application and can access adwards data and can store in DB ?

2014-12-08 Thread Anash P. Oommen (AdWords API Team)
Hi Naresh, Yes, AdWords API allows you to fetch your AdWords account data and store it locally in your database. There are several code examples that come along with the PHP library, but you'd want to start by reading the documentation at https://developers.google.com/adwords/api/. If you have