Google::Adwords::ClientUsageRecord

Google::Adwords::ClientUsageRecord is a Google Adwords ClientUsageRecord object.
Download

Google::Adwords::ClientUsageRecord 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::ClientUsageRecord Tags


Google::Adwords::ClientUsageRecord Description

Google::Adwords::ClientUsageRecord is a Google Adwords ClientUsageRecord object. Google::Adwords::ClientUsageRecord is a Google Adwords ClientUsageRecord object.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 @usage_records = $ginfo->getUnitCountForClients({ clientEmails => , startdate => $start_date, endDate => $end_date, }); print "Quota Units for client " . $usage_records->clientEmail . ' is ' . $usage_records->quotaUnits . "n";This object should be used with the InfoService::getUnitCountForClients API callMETHODSAccessors (read only)· clientEmail - The login for identifying this client account· quotaUnits - The number of quota units recorded for this clientWhat's New in This Release:· Perl


Google::Adwords::ClientUsageRecord Related Software