Playing with Google Adwords API and PHP in the Sandbox.

I started playing with the Google AdWords API.
Before you begin the play with the API, you should enable the sandbox mode in the settings.ini File.
After that, you will have to connect with a valid Google user and put that code in your request.

print_r(getManagersClientAccounts());

That returns a bunch of client email addresses you can use to connect to the sandbox.
Now it’s time for developing…