public class ReportService extends Object
Constructor and Description |
---|
ReportService() |
Modifier and Type | Method and Description |
---|---|
com.google.api.ads.dfp.axis.v201805.ReportJob |
createReport(com.google.api.ads.dfp.lib.client.DfpSession session,
com.google.api.ads.dfp.axis.v201805.Date startDateWithTimezone,
com.google.api.ads.dfp.axis.v201805.Date endDateWithTimezone,
String dimensions,
String columns,
String dimensionAttributes) |
protected com.google.api.ads.dfp.axis.v201805.ReportServiceInterface |
createReportService(com.google.api.ads.dfp.lib.client.DfpSession session) |
com.google.api.ads.dfp.axis.v201805.ReportJob |
createReportSync(com.google.api.ads.dfp.lib.client.DfpSession session,
com.google.api.ads.dfp.axis.v201805.Date startDateWithTimezone,
com.google.api.ads.dfp.axis.v201805.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.v201805.ReportJob reportJob,
String exportFormat) |
String |
getReportDownloadUrlWithOptions(com.google.api.ads.dfp.lib.client.DfpSession session,
Long reportJobId,
com.google.api.ads.dfp.axis.v201805.ReportDownloadOptions reportDownloadOptions) |
com.google.api.ads.dfp.axis.v201805.ReportJobStatus |
getReportStatus(com.google.api.ads.dfp.lib.client.DfpSession session,
Long reportId) |
List<com.google.api.ads.dfp.axis.v201805.SavedQuery> |
getSavedQueriesByStatements(com.google.api.ads.dfp.lib.client.DfpSession session,
String queryString,
Map<String,Object> queryParams,
String queryOrder,
Integer queryOffset) |
protected com.google.api.ads.dfp.axis.v201805.ReportServiceInterface createReportService(com.google.api.ads.dfp.lib.client.DfpSession session)
public com.google.api.ads.dfp.axis.v201805.ReportJobStatus getReportStatus(com.google.api.ads.dfp.lib.client.DfpSession session, Long reportId) throws AdManagerApiException
AdManagerApiException
public com.google.api.ads.dfp.axis.v201805.ReportJob createReportSync(com.google.api.ads.dfp.lib.client.DfpSession session, com.google.api.ads.dfp.axis.v201805.Date startDateWithTimezone, com.google.api.ads.dfp.axis.v201805.Date endDateWithTimezone, String dimensions, String columns, String dimensionAttributes) throws AdManagerException
AdManagerException
public com.google.api.ads.dfp.axis.v201805.ReportJob createReport(com.google.api.ads.dfp.lib.client.DfpSession session, com.google.api.ads.dfp.axis.v201805.Date startDateWithTimezone, com.google.api.ads.dfp.axis.v201805.Date endDateWithTimezone, String dimensions, String columns, String dimensionAttributes) throws AdManagerException
AdManagerException
public InputStream downloadReport(com.google.api.ads.dfp.lib.client.DfpSession session, com.google.api.ads.dfp.axis.v201805.ReportJob reportJob, String exportFormat) throws AdManagerApiException, AdManagerCommunicationException
public String getReportDownloadUrlWithOptions(com.google.api.ads.dfp.lib.client.DfpSession session, Long reportJobId, com.google.api.ads.dfp.axis.v201805.ReportDownloadOptions reportDownloadOptions) throws AdManagerCommunicationException
AdManagerCommunicationException
public List<com.google.api.ads.dfp.axis.v201805.SavedQuery> getSavedQueriesByStatements(com.google.api.ads.dfp.lib.client.DfpSession session, String queryString, Map<String,Object> queryParams, String queryOrder, Integer queryOffset) throws AdManagerApiException, AdManagerCommunicationException
Copyright © 2010–2019. All rights reserved.