Re: How to get Started

2016-01-20 Thread Anthony Madrigal
Hi Yasir, Are you running your example on a browser or command line? Our PHP examples only work when using the command line. Please let me know if you are still running into issues when using the command line. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

How to get Started

2016-01-20 Thread iakdev20jan
Hi Guys, I am facing issue during setup: Here is my setup: 1. We have a manager account that manages more than one adwords account. I have created a developer token by using this manager account. Now we have approved developer token. 2. I did OAuth2 2.0 authentication while login to this manag

Re: How to get started with AdWords API PHP library 4.7.0 / v201309 ?

2014-01-12 Thread Doubt Dolson
This happens if : - auth.ini is not readable [Giving permission will solve it] - parse_ini_file function is not enabled [You can enable this funciton in php.ini file] - your path to auth.ini is not correct[You can echo the path on runtime and see if it is correct] Hopefully, one of the above

Re: How to get started with AdWords API PHP library 4.7.0 / v201309 ?

2014-01-11 Thread Ad_nu
OK – I created a new client ID (with API console) and executed the file in command line (using shell client). Now I can see couple of error messages and URL. When I visit the URL I get error message: invalid_client no application name Errors that are displayed after the file is executed: Strict

Re: How to get started with AdWords API PHP library 4.7.0 / v201309 ?

2014-01-10 Thread Josh Radcliff (AdWords API Team)
Hi, All of our examples (including the *GetRefreshToken.php*) are meant to be run from the command line. *GetRefreshToken.php* will write to stdout and prompt you to open a URL in your browser, then will wait on stdin for you to copy and paste the authorization code returned by the URL. Once

Re: How to get started with AdWords API PHP library 4.7.0 / v201309 ?

2014-01-10 Thread Ad_nu
OK – Thanks I’m still getting blank pages though… - I copied the developerToken from AdWords API center - I created the client_id and client_secret with API console But when I run the “GetRefreshToken.php” page is blank. Is this more of a server issue (at my end) – or is there other required

Re: How to get started with AdWords API PHP library 4.7.0 / v201309 ?

2014-01-06 Thread Josh Radcliff (AdWords API Team)
Hi, The sandbox endpoint was deprecated a while back in favor of test accounts. https://developers.google.com/adwords/api/docs/test-accounts Regarding simple tests, the GetCampaigns

How to get started with Adwords API PHP library 4.7.0 / v201309

2014-01-06 Thread Ad_nu
I haven’t use AdWords API before – so I’m trying to get started with sandbox version. I Downloaded and installed the AdWords API PHP Client Library 4.7.0. to my server; I edited the user information in auth.ini and I also edited the settings.ini to use server: https://adwords-sandbox.google.c

How to get started with AdWords API PHP library 4.7.0 / v201309 ?

2014-01-06 Thread Ad_nu
I haven’t use AdWords API before – so I’m trying to get started with sandbox version. I Downloaded and installed the AdWords API PHP Client Library 4.7.0. to my server; I edited the user information in auth.ini and I also edited the settings.ini to use server: https://adwords-sandbox.google.c

Re: How to get started with developer...

2010-08-10 Thread AdWords API Advisor
Hi Christophe, You can develop your application against the AdWords API sandbox. The sandbox provides you all the functionality of the production server, and 5 dummy accounts to test your calls. To make calls to AdWords API sandbox, you need to make your requests to https://adwords-sandbox.google.

How to get started with developer...

2010-08-09 Thread Christophe
Hello, How does one get started developing a Adwords API enable application, when one does not want the developer to be able to see any data in the real Adwords accounts? Thanks, Christophe -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http:/