public class UpdateMethods extends UpdateMethods
Constructor and Description |
---|
UpdateMethods(AbstractConfig connectionStrategy) |
Modifier and Type | Method and Description |
---|---|
List<Long> |
updateCustomFieldOptions(List<com.google.api.ads.dfp.axis.v201805.CustomFieldOption> customFieldOptions)
Update a list of CustomFieldOptions.
|
List<Long> |
updateCustomFields(List<com.google.api.ads.dfp.axis.v201805.CustomField> customFields)
Update a list of CustomFields.
|
List<Long> |
updateCustomTargetingKeys(List<com.google.api.ads.dfp.axis.v201805.CustomTargetingKey> customTargetingKeys)
Update a list of Custom Targeting Keys.
|
List<Long> |
updateCustomTargetingValues(List<com.google.api.ads.dfp.axis.v201805.CustomTargetingValue> customTargetingValues)
Update a list of Custom Targeting Values.
|
List<Long> |
updatePlacements(List<com.google.api.ads.dfp.axis.v201805.Placement> placements)
Update a list of Placements.
|
updateAdUnits, updateCompanies, updateContacts, updateLineItems, updateOrders, updateUsers
public UpdateMethods(AbstractConfig connectionStrategy)
public List<Long> updateCustomFieldOptions(List<com.google.api.ads.dfp.axis.v201805.CustomFieldOption> customFieldOptions) throws AdManagerApiException, AdManagerCommunicationException
customFieldOptions
- The CustomFieldOptions for updateAdManagerCommunicationException
- if there is a communication problem with the API (such as
timeouts etc.)AdManagerApiException
- if there is a problem with the request made to the API.public List<Long> updateCustomFields(List<com.google.api.ads.dfp.axis.v201805.CustomField> customFields) throws AdManagerApiException, AdManagerCommunicationException
customFields
- The CustomFields for updateAdManagerCommunicationException
- if there is a communication problem with the API (such as
timeouts etc.)AdManagerApiException
- if there is a problem with the request made to the API.public List<Long> updateCustomTargetingKeys(List<com.google.api.ads.dfp.axis.v201805.CustomTargetingKey> customTargetingKeys) throws AdManagerApiException, AdManagerCommunicationException
customTargetingKeys
- The Custom Targeting Keys for updateAdManagerCommunicationException
- if there is a communication problem with the API (such as
timeouts etc.)AdManagerApiException
- if there is a problem with the request made to the API.public List<Long> updateCustomTargetingValues(List<com.google.api.ads.dfp.axis.v201805.CustomTargetingValue> customTargetingValues) throws AdManagerApiException, AdManagerCommunicationException
customTargetingValues
- The Custom Targeting Values for updateAdManagerCommunicationException
- if there is a communication problem with the API (such as
timeouts etc.)AdManagerApiException
- if there is a problem with the request made to the API.public List<Long> updatePlacements(List<com.google.api.ads.dfp.axis.v201805.Placement> placements) throws AdManagerApiException, AdManagerCommunicationException
placements
- The Placements for updateAdManagerCommunicationException
- if there is a communication problem with the API (such as
timeouts etc.)AdManagerApiException
- if there is a problem with the request made to the API.Copyright © 2010–2019. All rights reserved.