Hi Nell,

They way you need to construct the Client object is like this:

my $client = Google::Ads::AdWords::Client->new({
    version => "v201101",
    auth_token => "...",
    user_agent => "...",
    client_id => 'client_1+...',
    developer_token => '...++GBP',
    alternate_url => 'https://adwords-sandbox.google.com'
});

You can omit some of these properties in the constructor if you are already 
setting them in the adwords.properties file.

Best,

-David Torres - AdWords API Team

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