public class CustomTargetingService extends Object
Constructor and Description |
---|
CustomTargetingService() |
Modifier and Type | Method and Description |
---|---|
List<Long> |
createCustomTargetingKeys(com.google.api.ads.dfp.lib.client.DfpSession session,
List<com.google.api.ads.dfp.axis.v201805.CustomTargetingKey> customTargetingKeysToCreate) |
protected com.google.api.ads.dfp.axis.v201805.CustomTargetingServiceInterface |
createCustomTargetingService(com.google.api.ads.dfp.lib.client.DfpSession session) |
List<Long> |
createCustomTargetingValues(com.google.api.ads.dfp.lib.client.DfpSession session,
List<com.google.api.ads.dfp.axis.v201805.CustomTargetingValue> customTargetingValuesToCreate) |
List<com.google.api.ads.dfp.axis.v201805.CustomTargetingKey> |
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> |
getCustomTargetingValues(com.google.api.ads.dfp.lib.client.DfpSession session,
String queryString,
Map<String,Object> queryParams,
String queryOrder,
Integer queryOffset) |
Integer |
performCustomTargetingKeys(com.google.api.ads.dfp.lib.client.DfpSession session,
String customTargetingKeyActionString,
String queryString,
Map<String,Object> queryParams) |
Integer |
performCustomTargetingValues(com.google.api.ads.dfp.lib.client.DfpSession session,
String customTargetingValueActionString,
String queryString,
Map<String,Object> queryParams) |
List<Long> |
updateCustomTargetingKeys(com.google.api.ads.dfp.lib.client.DfpSession session,
List<com.google.api.ads.dfp.axis.v201805.CustomTargetingKey> customTargetingKeysToUpdate) |
List<Long> |
updateCustomTargetingValues(com.google.api.ads.dfp.lib.client.DfpSession session,
List<com.google.api.ads.dfp.axis.v201805.CustomTargetingValue> customTargetingValuesToUpdate) |
protected com.google.api.ads.dfp.axis.v201805.CustomTargetingServiceInterface createCustomTargetingService(com.google.api.ads.dfp.lib.client.DfpSession session)
public List<Long> createCustomTargetingKeys(com.google.api.ads.dfp.lib.client.DfpSession session, List<com.google.api.ads.dfp.axis.v201805.CustomTargetingKey> customTargetingKeysToCreate) throws AdManagerApiException, AdManagerCommunicationException
public List<Long> createCustomTargetingValues(com.google.api.ads.dfp.lib.client.DfpSession session, List<com.google.api.ads.dfp.axis.v201805.CustomTargetingValue> customTargetingValuesToCreate) throws AdManagerApiException, AdManagerCommunicationException
public List<com.google.api.ads.dfp.axis.v201805.CustomTargetingKey> getCustomTargetingKeys(com.google.api.ads.dfp.lib.client.DfpSession session, String queryString, Map<String,Object> queryParams, String queryOrder, Integer queryOffset) throws AdManagerApiException, AdManagerCommunicationException
public List<com.google.api.ads.dfp.axis.v201805.CustomTargetingValue> getCustomTargetingValues(com.google.api.ads.dfp.lib.client.DfpSession session, String queryString, Map<String,Object> queryParams, String queryOrder, Integer queryOffset) throws AdManagerApiException, AdManagerCommunicationException
public List<Long> updateCustomTargetingKeys(com.google.api.ads.dfp.lib.client.DfpSession session, List<com.google.api.ads.dfp.axis.v201805.CustomTargetingKey> customTargetingKeysToUpdate) throws AdManagerApiException, AdManagerCommunicationException
public List<Long> updateCustomTargetingValues(com.google.api.ads.dfp.lib.client.DfpSession session, List<com.google.api.ads.dfp.axis.v201805.CustomTargetingValue> customTargetingValuesToUpdate) throws AdManagerApiException, AdManagerCommunicationException
public Integer performCustomTargetingKeys(com.google.api.ads.dfp.lib.client.DfpSession session, String customTargetingKeyActionString, String queryString, Map<String,Object> queryParams) throws AdManagerException
AdManagerException
public Integer performCustomTargetingValues(com.google.api.ads.dfp.lib.client.DfpSession session, String customTargetingValueActionString, String queryString, Map<String,Object> queryParams) throws AdManagerApiException, AdManagerCommunicationException, AdManagerException
Copyright © 2010–2019. All rights reserved.