Modifier and Type | Method and Description |
---|---|
Integer |
PerformMethods.performAdUnits(String queryString,
Map<String,Object> queryParams,
String adUnitAction)
Perform the chosen action over the Ad Units that match with the query string given by
parameter.
|
Integer |
PerformMethods.performLineItems(String queryString,
Map<String,Object> queryParams,
String lineItemAction)
Perform the chosen action over the Line Items that match with the query string given by
parameter.
|
Integer |
PerformMethods.performOrders(String queryString,
Map<String,Object> queryParams,
String orderAction)
Perform the chosen action over the Orders that match with the query string given by parameter.
|
Integer |
PerformMethods.performUsers(String queryString,
Map<String,Object> queryParams,
String userAction)
Perform the chosen action over the Users that match with the query string given by parameter.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.ads.dfp.axis.v201805.ReportJob |
ReportService.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) |
com.google.api.ads.dfp.axis.v201805.ReportJob |
ReportService.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) |
Integer |
InventoryService.performAdUnitsAction(com.google.api.ads.dfp.lib.client.DfpSession session,
String adUnitActionString,
String queryString,
Map<String,Object> queryParams) |
Integer |
LineItemService.performLineItemsAction(com.google.api.ads.dfp.lib.client.DfpSession session,
String lineItemActionString,
String queryString,
Map<String,Object> queryParams) |
Integer |
OrderService.performOrdersAction(com.google.api.ads.dfp.lib.client.DfpSession session,
String orderActionString,
String queryString,
Map<String,Object> queryParams) |
Integer |
UserService.performUsers(com.google.api.ads.dfp.lib.client.DfpSession session,
String userActionString,
String queryString,
Map<String,Object> queryParams) |
Modifier and Type | Class and Description |
---|---|
class |
AdManagerApiException |
class |
AdManagerCommunicationException |
class |
AdManagerUserException |
Modifier and Type | Method and Description |
---|---|
com.google.api.ads.dfp.axis.v201805.ReportJob |
GoogleAdManagerConnector.createReport(DownloadReportMethod createReportMethod,
String dimensions,
String columns,
String dimensionAttributes,
Date startDate,
Date endDate)
Creates a Report with the given parameters.
|
InputStream |
GoogleAdManagerConnector.downloadReport(com.google.api.ads.dfp.axis.v201805.ReportJob reportJob,
ExportFormat exportFormat)
Download a Report from the Google Ad Manager service.
|
Object |
GoogleAdManagerConnector.getByStatement(GetByStatementSelector selector,
String queryString,
Map<String,Object> queryParams,
String queryOrder,
Integer queryOffset)
Retrieve object(s) that match the query.
|
Integer |
GoogleAdManagerConnector.perform(String selector,
String queryString,
Map<String,Object> queryParams)
Perform action onto objects.
|
Integer |
PerformMethods.performCustomFields(String queryString,
Map<String,Object> queryParams,
String customFieldAction)
Perform the chosen action over the CustomFields that match with the query string given by
parameter
|
Integer |
PerformMethods.performCustomTargetingKeys(String queryString,
Map<String,Object> queryParams,
String customTargetingKeyAction)
Perform the chosen action over the Custom Targeting Keys that match with the query string
given by parameter
|
Integer |
PerformMethods.performCustomTargetingValues(String queryString,
Map<String,Object> queryParams,
String customTargetingValueAction)
Perform the chosen action over the Custom Targeting Values that match with the query string
given by parameter
|
Integer |
PerformMethods.performPlacements(String queryString,
Map<String,Object> queryParams,
String placementAction)
Perform the chosen action over the Placements that match with the query string given by
parameter
|
Modifier and Type | Method and Description |
---|---|
Integer |
CustomFieldService.performCustomFieldsAction(com.google.api.ads.dfp.lib.client.DfpSession session,
String customFieldActionString,
String queryString,
Map<String,Object> queryParams) |
Integer |
CustomTargetingService.performCustomTargetingKeys(com.google.api.ads.dfp.lib.client.DfpSession session,
String customTargetingKeyActionString,
String queryString,
Map<String,Object> queryParams) |
Integer |
CustomTargetingService.performCustomTargetingValues(com.google.api.ads.dfp.lib.client.DfpSession session,
String customTargetingValueActionString,
String queryString,
Map<String,Object> queryParams) |
Integer |
PlacementService.performPlacements(com.google.api.ads.dfp.lib.client.DfpSession session,
String placementActionString,
String queryString,
Map<String,Object> queryParams) |
Copyright © 2010–2019. All rights reserved.