public class ReportService extends Object
Constructor and Description |
---|
ReportService() |
Modifier and Type | Method and Description |
---|---|
com.google.api.ads.dfp.axis.v201711.ReportJob |
createReport(com.google.api.ads.dfp.lib.client.DfpSession session,
com.google.api.ads.dfp.axis.v201711.Date startDateWithTimezone,
com.google.api.ads.dfp.axis.v201711.Date endDateWithTimezone,
String dimensions,
String columns,
String dimensionAttributes) |
protected com.google.api.ads.dfp.axis.v201711.ReportServiceInterface |
createReportService(com.google.api.ads.dfp.lib.client.DfpSession session) |
com.google.api.ads.dfp.axis.v201711.ReportJob |
createReportSync(com.google.api.ads.dfp.lib.client.DfpSession session,
com.google.api.ads.dfp.axis.v201711.Date startDateWithTimezone,
com.google.api.ads.dfp.axis.v201711.Date endDateWithTimezone,
String dimensions,
String columns,
String dimensionAttributes) |
InputStream |
downloadReport(com.google.api.ads.dfp.lib.client.DfpSession session,
com.google.api.ads.dfp.axis.v201711.ReportJob reportJob,
String exportFormat) |
String |
getReportDownloadUrlWithOptions(com.google.api.ads.dfp.lib.client.DfpSession session,
Long reportJobId,
com.google.api.ads.dfp.axis.v201711.ReportDownloadOptions reportDownloadOptions) |
com.google.api.ads.dfp.axis.v201711.ReportJobStatus |
getReportStatus(com.google.api.ads.dfp.lib.client.DfpSession session,
Long reportId) |
protected com.google.api.ads.dfp.axis.v201711.ReportServiceInterface createReportService(com.google.api.ads.dfp.lib.client.DfpSession session)
public com.google.api.ads.dfp.axis.v201711.ReportJobStatus getReportStatus(com.google.api.ads.dfp.lib.client.DfpSession session, Long reportId) throws DfpApiException
DfpApiException
public com.google.api.ads.dfp.axis.v201711.ReportJob createReportSync(com.google.api.ads.dfp.lib.client.DfpSession session, com.google.api.ads.dfp.axis.v201711.Date startDateWithTimezone, com.google.api.ads.dfp.axis.v201711.Date endDateWithTimezone, String dimensions, String columns, String dimensionAttributes) throws DfpException
DfpException
public com.google.api.ads.dfp.axis.v201711.ReportJob createReport(com.google.api.ads.dfp.lib.client.DfpSession session, com.google.api.ads.dfp.axis.v201711.Date startDateWithTimezone, com.google.api.ads.dfp.axis.v201711.Date endDateWithTimezone, String dimensions, String columns, String dimensionAttributes) throws DfpException
DfpException
public InputStream downloadReport(com.google.api.ads.dfp.lib.client.DfpSession session, com.google.api.ads.dfp.axis.v201711.ReportJob reportJob, String exportFormat) throws DfpApiException, DfpCommunicationException
public String getReportDownloadUrlWithOptions(com.google.api.ads.dfp.lib.client.DfpSession session, Long reportJobId, com.google.api.ads.dfp.axis.v201711.ReportDownloadOptions reportDownloadOptions) throws DfpCommunicationException
DfpCommunicationException
Copyright © 2010–2018. All rights reserved.