Hi Neil,

Check if you have Google::Ads:AdWords module installed, if not download and 
unpackage the library from here 
http://code.google.com/p/google-api-adwords-perl/downloads/list and follow 
the README.

Then copy the adwords.properties file shipped within the library to your 
home folder and then modify it accordingly to access sandbox:
     - Using any Google account credential (you can create a new one here 
https://www.google.com/accounts/NewAccount 
if you want to have a separate one to access sandbox) provide your account 
email and password.
- Set clientId to client_1+{login}@gmail.com
- Set developerToken to {email}++USD
- Uncomment alternateUrl so the library knows it needs to hit sandbox.

Then you can just go to the examples folder (examples/v201101) and run 
add_campaign.pl

In the examples folder you'll find a set of use cases covered for every 
service of the API, let me know if you think we are missing one that might 
be good to have in there.

Best,

-David

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

Reply via email to