Main > Programming > Libraries >

Google::Adwords::ReportService 0.6.0

Google::Adwords::ReportService 0.6.0

Sponsored Links

Google::Adwords::ReportService 0.6.0 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.041 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 1066
Date added: 2006-11-22

Google::Adwords::ReportService 0.6.0 description

Google::Adwords::ReportService is a Perl module to interact with the Google Adwords ReportService API calls.

SYNOPSIS

use Google::Adwords::ReportService;

# create the report service object
my $report_service = Google::Adwords::ReportService->new();

# need to login to the Adwords service
$report_service->email($email_address)
->password($password)
->developerToken($developer_token)
->applicationToken($app_token)
;

# delete a report
my $report_job_id = 123456;
$report_service->deleteReport($report_job_id);

# get all the jobs
my @jobs = $report_service->getAllJobs();

# get status for report job
my $status = $report_service->getReportJobStatus($report_job_id);

# get gzip url for download
my $gzip_url = $report_service->getGzipReportDownloadUrl($report_job_id);

# get url for download
my $url = $report_service->getReportDownloadUrl($report_job_id);

# schedule a report
my $job = Google::Adwords::ReportJob->new
->startDay(2006-08-01)
->endDay(2006-08-01)
->name(Test report via API)
->aggregationType(Daily)
->adWordsType(SearchOnly);

my $jobid = $report_service->scheduleReportJob(AccountReportJob, $job);

Google::Adwords::ReportService 0.6.0 Screenshot

Advertisements

Google::Adwords::ReportService 0.6.0 Keywords

Bookmark Google::Adwords::ReportService 0.6.0

Hyperlink code:
Link for forum:

Google::Adwords::ReportService 0.6.0 Copyright

WareSeeker periodically updates pricing and software information of Google::Adwords::ReportService 0.6.0 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Google::Adwords::ReportService 0.6.0 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
Google::Adwords::CreativeService is a Perl module to interact with the Google Adwords CreativeService API calls. Free Download
Google::Adwords::Service is base class for the Service modules. Free Download
Google::Adwords::AdGroupService is a Perl module to interact with the Google Adwords AdGroupService API calls. Free Download
Google::Adwords::AccountService is a Perl module to interact with the Google Adwords AccountService API calls. Free Download
Google::Adwords::ReportJob is a Google Adwords ReportJob Object. Free Download
Google::Adwords::Creative is a Google Adwords Creative object. Free Download
Google::Adwords::CreditCard is a Google Adwords CreditCard object. Free Download
Google::Adwords::Address is a Google Adwords Address object. Free Download