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.v201711.CustomFieldOption> customFieldOptions)
Update a list of CustomFieldOptions
|
List<Long> |
updateCustomFields(List<com.google.api.ads.dfp.axis.v201711.CustomField> customFields)
Update a list of CustomFields
|
List<Long> |
updateCustomTargetingKeys(List<com.google.api.ads.dfp.axis.v201711.CustomTargetingKey> customTargetingKeys)
Update a list of custom targeting keys
|
List<Long> |
updateCustomTargetingValues(List<com.google.api.ads.dfp.axis.v201711.CustomTargetingValue> customTargetingValues)
Update a list of custom targeting values
|
List<Long> |
updatePlacements(List<com.google.api.ads.dfp.axis.v201711.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.v201711.CustomFieldOption> customFieldOptions) throws DfpApiException, DfpCommunicationException
customFieldOptions
- The CustomFieldOptions for updateDfpCommunicationException
- if there is a communication problem with the api (such as timeouts etc)DfpApiException
- if there is a problem with the request made to the API.public List<Long> updateCustomFields(List<com.google.api.ads.dfp.axis.v201711.CustomField> customFields) throws DfpApiException, DfpCommunicationException
customFields
- The CustomFields for updateDfpCommunicationException
- if there is a communication problem with the api (such as timeouts etc)DfpApiException
- if there is a problem with the request made to the API.public List<Long> updateCustomTargetingKeys(List<com.google.api.ads.dfp.axis.v201711.CustomTargetingKey> customTargetingKeys) throws DfpApiException, DfpCommunicationException
customTargetingKeys
- The custom targeting keys for updateDfpCommunicationException
- if there is a communication problem with the api (such as timeouts etc)DfpApiException
- if there is a problem with the request made to the API.public List<Long> updateCustomTargetingValues(List<com.google.api.ads.dfp.axis.v201711.CustomTargetingValue> customTargetingValues) throws DfpApiException, DfpCommunicationException
customTargetingValues
- The custom targeting values for updateDfpCommunicationException
- if there is a communication problem with the api (such as timeouts etc)DfpApiException
- if there is a problem with the request made to the API.public List<Long> updatePlacements(List<com.google.api.ads.dfp.axis.v201711.Placement> placements) throws DfpApiException, DfpCommunicationException
placements
- The placements for updateDfpCommunicationException
- if there is a communication problem with the api (such as timeouts etc)DfpApiException
- if there is a problem with the request made to the API.Copyright © 2010–2018. All rights reserved.