Main > Free Download Search >

Free reportjob software for linux

reportjob

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

Google::Adwords::ReportJob 0.6.0


Google::Adwords::ReportJob is a Google Adwords ReportJob Object. more>>
Google::Adwords::ReportJob is a Google Adwords ReportJob Object.
This object is used with the ReportService module
METHODS
Mutators (read/write)
- adGroups
- adGroupStatuses
- adWordsType
- aggregationType
- campaigns
- clientEmails
- crossClient
- customOptions
- endDay
- id
- includeZeroImpression
- keywords
- keywordStatuses
- keywordType
- name
- startDay
- status
<<less
Download (0.041MB)
Added: 2006-11-23 License: Perl Artistic License Price:
1065 downloads
Google::Adwords::ReportService 0.6.0

Google::Adwords::ReportService 0.6.0


Google::Adwords::ReportService is a Perl module to interact with the Google Adwords ReportService API calls. more>>
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);

<<less
Download (0.041MB)
Added: 2006-11-22 License: Perl Artistic License Price:
1066 downloads

reportjob related searches

: reportjobserver,
Secleted [ 0 ] software to compare
  • Page: 1 of 1
  • 1