How to use google adwords api in a sandbox?

I recently work with google adwords api to get report using php. Since I am not familiar with this, I have no idea how to create test accounts. Does anybody help?

+4
source share
2 answers

You can create and test your application using the Sandbox AdWords API. The sandbox allows you to create against a test account without changing your data or charging an API fee. http://code.google.com/apis/adwords/docs/sandbox.html

+4
source

All Articles