Main > Free Download Search >

Free infoservice software for linux

infoservice

Sponsored Links
Sponsored Links
Sort by >> Relevance
rss
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1
Google::Adwords::ClientUsageRecord 0.6.0

Google::Adwords::ClientUsageRecord 0.6.0


Google::Adwords::ClientUsageRecord is a Google Adwords ClientUsageRecord object. more>>
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 => [ $email1, $email2 ],
startdate => $start_date,
endDate => $end_date,
});
print "Quota Units for client "
. $usage_records[0]->clientEmail
. is
. $usage_records[0]->quotaUnits
. "n";
This object should be used with the InfoService::getUnitCountForClients API call
METHODS
Accessors (read only)
- clientEmail - The login for identifying this client account
- quotaUnits - The number of quota units recorded for this client
Enhancements:
- Perl
<<less
Download (0.041MB)
Added: 2006-11-23 License: Perl Artistic License Price:
1065 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 1
  • 1