Package | Description |
---|---|
org.mule.modules.google.dfp.exceptions | |
org.mule.modules.google.dfp.premium | |
org.mule.modules.google.dfp.premium.services |
Modifier and Type | Class and Description |
---|---|
class |
AdManagerApiException
An exception with a request made to the API.
|
class |
AdManagerCommunicationException
An exception when there is a communication issue with the API.
|
class |
AdManagerUserException
A custom user exception.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.ads.admanager.axis.v201902.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.admanager.axis.v201902.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.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.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.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.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.
|
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.admanager.axis.v201902.ReportJob |
ReportService.createReport(com.google.api.ads.admanager.lib.client.AdManagerSession session,
com.google.api.ads.admanager.axis.v201902.Date startDateWithTimezone,
com.google.api.ads.admanager.axis.v201902.Date endDateWithTimezone,
String dimensions,
String columns,
String dimensionAttributes)
Create a Report.
|
com.google.api.ads.admanager.axis.v201902.ReportJob |
ReportService.createReportSync(com.google.api.ads.admanager.lib.client.AdManagerSession session,
com.google.api.ads.admanager.axis.v201902.Date startDateWithTimezone,
com.google.api.ads.admanager.axis.v201902.Date endDateWithTimezone,
String dimensions,
String columns,
String dimensionAttributes)
Creates a Report Asynchronously.
|
Integer |
InventoryService.performAdUnitsAction(com.google.api.ads.admanager.lib.client.AdManagerSession session,
String adUnitActionString,
String queryString,
Map<String,Object> queryParams)
Perform the specified Ad Unit action.
|
Integer |
CustomFieldService.performCustomFieldsAction(com.google.api.ads.admanager.lib.client.AdManagerSession session,
String customFieldActionString,
String queryString,
Map<String,Object> queryParams)
Performs the specified CustomField action.
|
Integer |
CustomTargetingService.performCustomTargetingKeys(com.google.api.ads.admanager.lib.client.AdManagerSession session,
String customTargetingKeyActionString,
String queryString,
Map<String,Object> queryParams)
Performs the specified CustomTargetingKeys action.
|
Integer |
CustomTargetingService.performCustomTargetingValues(com.google.api.ads.admanager.lib.client.AdManagerSession session,
String customTargetingValueActionString,
String queryString,
Map<String,Object> queryParams)
Performs the specified CustomTargetingValues action.
|
Integer |
LineItemService.performLineItemsAction(com.google.api.ads.admanager.lib.client.AdManagerSession session,
String lineItemActionString,
String queryString,
Map<String,Object> queryParams)
Performs the specified Line Item action.
|
Integer |
OrderService.performOrdersAction(com.google.api.ads.admanager.lib.client.AdManagerSession session,
String orderActionString,
String queryString,
Map<String,Object> queryParams)
Performs the specified Order action.
|
Integer |
PlacementService.performPlacements(com.google.api.ads.admanager.lib.client.AdManagerSession session,
String placementActionString,
String queryString,
Map<String,Object> queryParams)
Perform the selected Placement action.
|
Integer |
UserService.performUsers(com.google.api.ads.admanager.lib.client.AdManagerSession session,
String userActionString,
String queryString,
Map<String,Object> queryParams)
Perform the selected Users action.
|
Copyright © 2010–2019. All rights reserved.