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