Google::Adwords::InfoService

Google::Adwords::InfoService is a Perl module that can interact with the Google Adwords InfoService API calls.
Download

Google::Adwords::InfoService Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Rohan Almeida
  • Publisher web site:
  • http://search.cpan.org/~rohan/WWW-RapidShare-v0.2.0/lib/WWW/RapidShare.pm

Google::Adwords::InfoService Tags


Google::Adwords::InfoService Description

Google::Adwords::InfoService is a Perl module that can interact with the Google Adwords InfoService API calls. Google::Adwords::InfoService is a Perl module that can interact with the Google Adwords InfoService API calls.SYNOPSIS use Google::Adwords::InfoService; my $ginfo = Google::Adwords::InfoService->new(); $ginfo->email('email@domain.com') ->password('password') ->developerToken('developer_token') ->applicationToken('application_token'); # If you use a MCC $ginfo->clientEmail('clientemail@domain.com'); my $quota = $ginfo->getFreeUsageQuotaThisMonth; print "Free quota this month is $quotan"; my $operations_count = $ginfo->getOperationCount({ startDate => $start_date, endDate => $end_date, }); print "Number of operations: $operations_countn"; Requirements: · Perl


Google::Adwords::InfoService Related Software