Modifier and Type | Method and Description |
---|---|
List<String> |
CreateMethods.createAdUnits(List<com.google.api.ads.dfp.axis.v201805.AdUnit> adUnits)
Create a list of Ad Units.
|
List<Long> |
CreateMethods.createCompanies(List<com.google.api.ads.dfp.axis.v201805.Company> companies)
Create a list of Companies.
|
List<Long> |
CreateMethods.createContacts(List<com.google.api.ads.dfp.axis.v201805.Contact> contacts)
Create a list of Contacts.
|
List<Long> |
CreateMethods.createLineItems(List<com.google.api.ads.dfp.axis.v201805.LineItem> lineItems)
Create a list of Line Items
|
List<Long> |
CreateMethods.createOrders(List<com.google.api.ads.dfp.axis.v201805.Order> orders)
Create a list of Orders.
|
List<Long> |
CreateMethods.createUsers(List<com.google.api.ads.dfp.axis.v201805.User> users)
Create a list of Users.
|
List<com.google.api.ads.dfp.axis.v201805.AdUnit> |
GetMethods.getAdUnits(String queryString,
Map<String,Object> queryParams,
String queryOrder,
Integer queryOffset)
Retrieve the Ad Units that match with the queryString.
|
List<com.google.api.ads.dfp.axis.v201805.AdUnitSize> |
GetMethods.getAdUnitSizes(String queryString,
Map<String,Object> queryParams,
String queryOrder,
Integer queryOffset)
Retrieve the Ad Unit sizes that match with the queryString.
|
List<com.google.api.ads.dfp.axis.v201805.Role> |
GetMethods.getAllRoles()
Returns the Role objects that are defined for the users of the network.
|
List<com.google.api.ads.dfp.axis.v201805.Company> |
GetMethods.getCompanies(String queryString,
Map<String,Object> queryParams,
String queryOrder,
Integer queryOffset)
Retrieve the companies that match with the queryString.
|
List<com.google.api.ads.dfp.axis.v201805.Contact> |
GetMethods.getContacts(String queryString,
Map<String,Object> queryParams,
String queryOrder,
Integer queryOffset)
Retrieve the contacts that match with the queryString.
|
com.google.api.ads.dfp.axis.v201805.User |
GetMethods.getCurrentUser()
Returns the current User.
|
List<com.google.api.ads.dfp.axis.v201805.LineItem> |
GetMethods.getLineItems(String queryString,
Map<String,Object> queryParams,
String queryOrder,
Integer queryOffset)
Retrieve the Line Items that match with the queryString.
|
List<com.google.api.ads.dfp.axis.v201805.Order> |
GetMethods.getOrders(String queryString,
Map<String,Object> queryParams,
String queryOrder,
Integer queryOffset)
Retrieve the Orders that match with the queryString.
|
List<com.google.api.ads.dfp.axis.v201805.SavedQuery> |
GetMethods.getSavedQueryByStatement(String queryString,
Map<String,Object> queryParams,
String queryOrder,
Integer queryOffset)
Retrieve the Reconciliation Order Reports that match with the queryString.
|
List<com.google.api.ads.dfp.axis.v201805.User> |
GetMethods.getUsers(String queryString,
Map<String,Object> queryParams,
String queryOrder,
Integer queryOffset)
Retrieve the Users that match with the queryString.
|
List<String> |
UpdateMethods.updateAdUnits(List<com.google.api.ads.dfp.axis.v201805.AdUnit> adUnits)
Update a list of Ad Units.
|
List<Long> |
UpdateMethods.updateCompanies(List<com.google.api.ads.dfp.axis.v201805.Company> companies)
Update a list of Companies.
|
List<Long> |
UpdateMethods.updateContacts(List<com.google.api.ads.dfp.axis.v201805.Contact> contacts)
Update a list of Contacts.
|
List<Long> |
UpdateMethods.updateLineItems(List<com.google.api.ads.dfp.axis.v201805.LineItem> lineItems)
Update a list of Line Items.
|
List<Long> |
UpdateMethods.updateOrders(List<com.google.api.ads.dfp.axis.v201805.Order> orders)
Update a list of Orders.
|
List<Long> |
UpdateMethods.updateUsers(List<com.google.api.ads.dfp.axis.v201805.User> users)
Update a list of Users.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
InventoryService.createAdUnits(com.google.api.ads.dfp.lib.client.DfpSession session,
List<com.google.api.ads.dfp.axis.v201805.AdUnit> adUnitsToCreate) |
List<Long> |
CompanyService.createCompanies(com.google.api.ads.dfp.lib.client.DfpSession session,
List<com.google.api.ads.dfp.axis.v201805.Company> companiesToCreate) |
List<Long> |
ContactService.createContacts(com.google.api.ads.dfp.lib.client.DfpSession session,
List<com.google.api.ads.dfp.axis.v201805.Contact> contactsToCreate) |
List<Long> |
LineItemService.createLineItems(com.google.api.ads.dfp.lib.client.DfpSession session,
List<com.google.api.ads.dfp.axis.v201805.LineItem> lineItemsToCreate) |
List<Long> |
OrderService.createOrders(com.google.api.ads.dfp.lib.client.DfpSession session,
List<com.google.api.ads.dfp.axis.v201805.Order> ordersToCreate) |
List<Long> |
UserService.createUsers(com.google.api.ads.dfp.lib.client.DfpSession session,
List<com.google.api.ads.dfp.axis.v201805.User> usersToCreate) |
InputStream |
ReportService.downloadReport(com.google.api.ads.dfp.lib.client.DfpSession session,
com.google.api.ads.dfp.axis.v201805.ReportJob reportJob,
String exportFormat) |
List<com.google.api.ads.dfp.axis.v201805.AdUnit> |
InventoryService.getAdUnits(com.google.api.ads.dfp.lib.client.DfpSession session,
String queryString,
Map<String,Object> queryParams,
String queryOrder,
Integer queryOffset) |
List<com.google.api.ads.dfp.axis.v201805.AdUnitSize> |
InventoryService.getAdUnitSizes(com.google.api.ads.dfp.lib.client.DfpSession session,
String queryString,
Map<String,Object> queryParams,
String queryOrder,
Integer queryOffset) |
List<com.google.api.ads.dfp.axis.v201805.Role> |
UserService.getAllRoles(com.google.api.ads.dfp.lib.client.DfpSession session) |
List<com.google.api.ads.dfp.axis.v201805.Company> |
CompanyService.getCompanies(com.google.api.ads.dfp.lib.client.DfpSession session,
String queryString,
Map<String,Object> queryParams,
String queryOrder,
Integer queryOffset) |
List<com.google.api.ads.dfp.axis.v201805.Contact> |
ContactService.getContacts(com.google.api.ads.dfp.lib.client.DfpSession session,
String queryString,
Map<String,Object> queryParams,
String queryOrder,
Integer queryOffset) |
com.google.api.ads.dfp.axis.v201805.User |
UserService.getCurrentUser(com.google.api.ads.dfp.lib.client.DfpSession session) |
List<com.google.api.ads.dfp.axis.v201805.LineItem> |
LineItemService.getLineItems(com.google.api.ads.dfp.lib.client.DfpSession session,
String queryString,
Map<String,Object> queryParams,
String queryOrder,
Integer queryOffset) |
List<com.google.api.ads.dfp.axis.v201805.Order> |
OrderService.getOrders(com.google.api.ads.dfp.lib.client.DfpSession session,
String queryString,
Map<String,Object> queryParams,
String queryOrder,
Integer queryOffset) |
com.google.api.ads.dfp.axis.v201805.ReportJobStatus |
ReportService.getReportStatus(com.google.api.ads.dfp.lib.client.DfpSession session,
Long reportId) |
List<com.google.api.ads.dfp.axis.v201805.SavedQuery> |
ReportService.getSavedQueriesByStatements(com.google.api.ads.dfp.lib.client.DfpSession session,
String queryString,
Map<String,Object> queryParams,
String queryOrder,
Integer queryOffset) |
List<com.google.api.ads.dfp.axis.v201805.User> |
UserService.getUsers(com.google.api.ads.dfp.lib.client.DfpSession session,
String queryString,
Map<String,Object> queryParams,
String queryUser,
Integer queryOffset) |
List<String> |
InventoryService.updateAdUnits(com.google.api.ads.dfp.lib.client.DfpSession session,
List<com.google.api.ads.dfp.axis.v201805.AdUnit> adUnitsToUpdate) |
List<Long> |
CompanyService.updateCompanies(com.google.api.ads.dfp.lib.client.DfpSession session,
List<com.google.api.ads.dfp.axis.v201805.Company> companiesToUpdate) |
List<Long> |
ContactService.updateContacts(com.google.api.ads.dfp.lib.client.DfpSession session,
List<com.google.api.ads.dfp.axis.v201805.Contact> contactsToUpdate) |
List<Long> |
LineItemService.updateLineItems(com.google.api.ads.dfp.lib.client.DfpSession session,
List<com.google.api.ads.dfp.axis.v201805.LineItem> lineItemsToUpdate) |
List<Long> |
OrderService.updateOrders(com.google.api.ads.dfp.lib.client.DfpSession session,
List<com.google.api.ads.dfp.axis.v201805.Order> ordersToUpdate) |
List<Long> |
UserService.updateUsers(com.google.api.ads.dfp.lib.client.DfpSession session,
List<com.google.api.ads.dfp.axis.v201805.User> usersToUpdate) |
Modifier and Type | Method and Description |
---|---|
Object |
GoogleAdManagerConnector.create(CreateSelector selector,
Object objects)
Create Objects on a service.
|
List<Long> |
CreateMethods.createCustomFieldOptions(List<com.google.api.ads.dfp.axis.v201805.CustomFieldOption> customFieldOptions)
Creates a list of new CustomFieldOption objects.
|
List<Long> |
CreateMethods.createCustomFields(List<com.google.api.ads.dfp.axis.v201805.CustomField> customFields)
Creates a list of new CustomField objects.
|
List<Long> |
CreateMethods.createCustomTargetingKeys(List<com.google.api.ads.dfp.axis.v201805.CustomTargetingKey> customTargetingKeys)
Create a list of Custom Targeting Keys.
|
List<Long> |
CreateMethods.createCustomTargetingValues(List<com.google.api.ads.dfp.axis.v201805.CustomTargetingValue> customTargetingValues)
Create a list of Custom Targeting Values
|
List<Long> |
CreateMethods.createPlacements(List<com.google.api.ads.dfp.axis.v201805.Placement> placements)
Create a list of Placements.
|
Object |
GoogleAdManagerConnector.get(GetSelector selector)
Gets a object(s) depending on the service chosen.
|
com.google.api.ads.dfp.axis.v201805.AvailabilityForecast |
GoogleAdManagerConnector.getAvailabilityForecast(com.google.api.ads.dfp.axis.v201805.ProspectiveLineItem prospectiveLineItem,
Boolean includeTargetingCriteriaBreakdown,
Boolean includeContendingLineItems)
Retrieve the Availability Forecast for the given prospective Line Item
|
com.google.api.ads.dfp.axis.v201805.AvailabilityForecast |
GoogleAdManagerConnector.getAvailabilityForecastById(long lineItemId,
Boolean includeTargetingCriteriaBreakdown,
Boolean includeContendingLineItems)
Retrieve the Availability Forecast for the given prospective Line Item ID
|
com.google.api.ads.dfp.axis.v201805.CustomFieldOption |
GoogleAdManagerConnector.getCustomFieldOption(long customFieldOptionId)
Gets a Custom Field with the given Custom field Option ID
|
List<com.google.api.ads.dfp.axis.v201805.CustomField> |
GetMethods.getCustomFields(String queryString,
Map<String,Object> queryParams,
String queryOrder,
Integer queryOffset)
Retrieve the CustomFields that match with the queryString.
|
List<com.google.api.ads.dfp.axis.v201805.CustomTargetingKey> |
GetMethods.getCustomTargetingKeys(String queryString,
Map<String,Object> queryParams,
String queryOrder,
Integer queryOffset)
Retrieve the Custom Targeting Keys that match with the queryString.
|
List<com.google.api.ads.dfp.axis.v201805.CustomTargetingValue> |
GetMethods.getCustomTargetingValues(String queryString,
Map<String,Object> queryParams,
String queryOrder,
Integer queryOffset)
Retrieve the Custom Targeting Values that match with the queryString.
|
com.google.api.ads.dfp.axis.v201805.DeliveryForecast |
GoogleAdManagerConnector.getDeliveryForecast(List<com.google.api.ads.dfp.axis.v201805.ProspectiveLineItem> prospectiveLineItems,
String ignoredLineItems)
Retrieve the Delivery Forecast for the given prospective Line Items
|
com.google.api.ads.dfp.axis.v201805.DeliveryForecast |
GoogleAdManagerConnector.getDeliveryForecastByIds(String lineItemIds,
String ignoredLineItems)
Retrieve the Delivery Forecast for the given prospective Line Item IDs
|
List<com.google.api.ads.dfp.axis.v201805.Placement> |
GetMethods.getPlacements(String queryString,
Map<String,Object> queryParams,
String queryOrder,
Integer queryOffset)
Retrieve the Placements that match with the queryString.
|
com.google.api.ads.dfp.axis.v201805.ReportJobStatus |
GoogleAdManagerConnector.getReportJobStatus(long reportJobId)
Gets the status of a created Report Job (usually used in conjunction with
Create Report with
DownloadReportMethod
set as Async) |
Object |
GoogleAdManagerConnector.update(UpdateSelector selector,
Object items)
Update a list of Objects.
|
List<Long> |
UpdateMethods.updateCustomFieldOptions(List<com.google.api.ads.dfp.axis.v201805.CustomFieldOption> customFieldOptions)
Update a list of CustomFieldOptions.
|
List<Long> |
UpdateMethods.updateCustomFields(List<com.google.api.ads.dfp.axis.v201805.CustomField> customFields)
Update a list of CustomFields.
|
List<Long> |
UpdateMethods.updateCustomTargetingKeys(List<com.google.api.ads.dfp.axis.v201805.CustomTargetingKey> customTargetingKeys)
Update a list of Custom Targeting Keys.
|
List<Long> |
UpdateMethods.updateCustomTargetingValues(List<com.google.api.ads.dfp.axis.v201805.CustomTargetingValue> customTargetingValues)
Update a list of Custom Targeting Values.
|
List<Long> |
UpdateMethods.updatePlacements(List<com.google.api.ads.dfp.axis.v201805.Placement> placements)
Update a list of Placements.
|
Modifier and Type | Method and Description |
---|---|
List<Long> |
CustomFieldService.createCustomFieldOptions(com.google.api.ads.dfp.lib.client.DfpSession session,
List<com.google.api.ads.dfp.axis.v201805.CustomFieldOption> customFieldOptionsToCreate) |
List<Long> |
CustomFieldService.createCustomFields(com.google.api.ads.dfp.lib.client.DfpSession session,
List<com.google.api.ads.dfp.axis.v201805.CustomField> customFieldsToCreate) |
List<Long> |
CustomTargetingService.createCustomTargetingKeys(com.google.api.ads.dfp.lib.client.DfpSession session,
List<com.google.api.ads.dfp.axis.v201805.CustomTargetingKey> customTargetingKeysToCreate) |
List<Long> |
CustomTargetingService.createCustomTargetingValues(com.google.api.ads.dfp.lib.client.DfpSession session,
List<com.google.api.ads.dfp.axis.v201805.CustomTargetingValue> customTargetingValuesToCreate) |
List<Long> |
PlacementService.createPlacements(com.google.api.ads.dfp.lib.client.DfpSession session,
List<com.google.api.ads.dfp.axis.v201805.Placement> placementsToCreate) |
com.google.api.ads.dfp.axis.v201805.AvailabilityForecast |
ForecastService.getAvailabilityForecast(com.google.api.ads.dfp.lib.client.DfpSession session,
com.google.api.ads.dfp.axis.v201805.ProspectiveLineItem prospectiveLineItem,
Boolean includeTargetingCriteriaBreakdown,
Boolean includeContendingLineItems) |
com.google.api.ads.dfp.axis.v201805.AvailabilityForecast |
ForecastService.getAvailabilityForecastById(com.google.api.ads.dfp.lib.client.DfpSession session,
Long lineItemId,
Boolean includeTargetingCriteriaBreakdown,
Boolean includeContendingLineItems) |
com.google.api.ads.dfp.axis.v201805.CustomFieldOption |
CustomFieldService.getCustomFieldOption(com.google.api.ads.dfp.lib.client.DfpSession session,
Long id) |
List<com.google.api.ads.dfp.axis.v201805.CustomField> |
CustomFieldService.getCustomFields(com.google.api.ads.dfp.lib.client.DfpSession session,
String queryString,
Map<String,Object> queryParams,
String queryOrder,
Integer queryOffset) |
List<com.google.api.ads.dfp.axis.v201805.CustomTargetingKey> |
CustomTargetingService.getCustomTargetingKeys(com.google.api.ads.dfp.lib.client.DfpSession session,
String queryString,
Map<String,Object> queryParams,
String queryOrder,
Integer queryOffset) |
List<com.google.api.ads.dfp.axis.v201805.CustomTargetingValue> |
CustomTargetingService.getCustomTargetingValues(com.google.api.ads.dfp.lib.client.DfpSession session,
String queryString,
Map<String,Object> queryParams,
String queryOrder,
Integer queryOffset) |
com.google.api.ads.dfp.axis.v201805.DeliveryForecast |
ForecastService.getDeliveryForecast(com.google.api.ads.dfp.lib.client.DfpSession session,
List<com.google.api.ads.dfp.axis.v201805.ProspectiveLineItem> prospectiveLineItems,
String ignoredLineItems) |
com.google.api.ads.dfp.axis.v201805.DeliveryForecast |
ForecastService.getDeliveryForecastByIds(com.google.api.ads.dfp.lib.client.DfpSession session,
String lineItemIds,
String ignoredLineItems) |
List<com.google.api.ads.dfp.axis.v201805.Placement> |
PlacementService.getPlacements(com.google.api.ads.dfp.lib.client.DfpSession session,
String queryString,
Map<String,Object> queryParams,
String queryOrder,
Integer queryOffset) |
Integer |
CustomTargetingService.performCustomTargetingValues(com.google.api.ads.dfp.lib.client.DfpSession session,
String customTargetingValueActionString,
String queryString,
Map<String,Object> queryParams) |
List<Long> |
CustomFieldService.updateCustomFieldOptions(com.google.api.ads.dfp.lib.client.DfpSession session,
List<com.google.api.ads.dfp.axis.v201805.CustomFieldOption> customFieldOptionsToUpdate) |
List<Long> |
CustomFieldService.updateCustomFields(com.google.api.ads.dfp.lib.client.DfpSession session,
List<com.google.api.ads.dfp.axis.v201805.CustomField> customFieldsToUpdate) |
List<Long> |
CustomTargetingService.updateCustomTargetingKeys(com.google.api.ads.dfp.lib.client.DfpSession session,
List<com.google.api.ads.dfp.axis.v201805.CustomTargetingKey> customTargetingKeysToUpdate) |
List<Long> |
CustomTargetingService.updateCustomTargetingValues(com.google.api.ads.dfp.lib.client.DfpSession session,
List<com.google.api.ads.dfp.axis.v201805.CustomTargetingValue> customTargetingValuesToUpdate) |
List<Long> |
PlacementService.updatePlacements(com.google.api.ads.dfp.lib.client.DfpSession session,
List<com.google.api.ads.dfp.axis.v201805.Placement> placementsToUpdate) |
Copyright © 2010–2019. All rights reserved.