In order to make any of the API calls you need to make the call on a Client 
object.  You can define the client like this:

my $client = Google::Ads::AdWords::Client->new({   
        version => 'v201109',
        email => 'login',
        password => 'password',
        developer_token => TOKEN,
        user_agent => USERAGENT,
        auth_token => 'authentication_token',
        client_id => 'client_customer_id'
    }); 

you will obviously need to replace the values of the hash with your own.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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