Re: No email/password specified

2012-01-25 Thread Etienne Lawlor
You will need to include username and password in the arguments to the client constructor like so: my $client = Google::Ads::AdWords::Client->new({ version => 'v201109', email => 'email', password => 'password' developer_token => 'TOKEN', user_agent => 'USERAGEN

Re: No email/password specified

2011-11-08 Thread David Torres
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://ad

No email/password specified

2011-11-03 Thread Neil Kirk
Hi, I am trying to use the perl client library, but I want to connect to the API using an authToken rather than the adwords.properties file. So far, I use my email and password to get an authToken (that part works fine), but when I try to create a new adwords client, I get the No email