Hi,

I'm the Perl library author. The intent with version 2.7.0 was not to 
disable the ability to specify these properties via the constructor. So I 
would appreciate if you can file a bug report in our issue 
tracker<http://code.google.com/p/google-api-adwords-perl/issues/list> and 
sorry for the inconveniences.

As a workaround you can initialize your client object as follows:

my $client = Google::Ads::AdWords::Client->new({
  developer_token => "dev_token",
  client_id => "customer_id",
  version => "v201206"
});

$client->get_auth_token_handler()->set_email("email");
$client->get_auth_token_handler()->set_password("password");

This workaround is not temporary so you won't have to change your code 
later if implemented this way.

Best,

-David Torres - AdWords API Team

On Tuesday, August 14, 2012 5:14:02 PM UTC-4, PerlDeveloper wrote:
>
> Note: properties_file with a variable would allow us to select individual 
> accounts but then would require us to have every account's login 
> information stored in multiple property files on the server, which is 
> undesirable. We would like the credentials to be supplied by user/database 
> retrieval at the time of usage.
>

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