public class GetMethods extends GetMethods
| Constructor and Description |
|---|
GetMethods(AbstractConfig connectionStrategy) |
| Modifier and Type | Method and Description |
|---|---|
List<com.google.api.ads.dfp.axis.v201805.CustomField> |
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> |
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> |
getCustomTargetingValues(String queryString,
Map<String,Object> queryParams,
String queryOrder,
Integer queryOffset)
Retrieve the Custom Targeting Values that match with the queryString.
|
List<com.google.api.ads.dfp.axis.v201805.Placement> |
getPlacements(String queryString,
Map<String,Object> queryParams,
String queryOrder,
Integer queryOffset)
Retrieve the Placements that match with the queryString.
|
getAdUnits, getAdUnitSizes, getAllRoles, getCompanies, getContacts, getCurrentUser, getLineItems, getOrders, getSavedQueryByStatement, getUserspublic GetMethods(AbstractConfig connectionStrategy)
public List<com.google.api.ads.dfp.axis.v201805.CustomField> getCustomFields(String queryString, Map<String,Object> queryParams, String queryOrder, @Default(value="0") Integer queryOffset) throws AdManagerApiException, AdManagerCommunicationException
queryString - the query string for the statementqueryParams - a map with the query params included in the query stringqueryOrder - the query order for the statementqueryOffset - the query offset for the statementList<CustomField> List of customFields that match with the parametersAdManagerCommunicationException - 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<com.google.api.ads.dfp.axis.v201805.CustomTargetingKey> getCustomTargetingKeys(String queryString, Map<String,Object> queryParams, String queryOrder, @Default(value="0") Integer queryOffset) throws AdManagerApiException, AdManagerCommunicationException
queryString - the query string for the statementqueryParams - a map with the query params included in the query stringqueryOrder - the query order for the statementqueryOffset - the query offset for the statementList<CustomTargetingKey> List of custom targeting keys that match with the
parametersAdManagerCommunicationException - 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<com.google.api.ads.dfp.axis.v201805.CustomTargetingValue> getCustomTargetingValues(String queryString, Map<String,Object> queryParams, String queryOrder, @Default(value="0") Integer queryOffset) throws AdManagerApiException, AdManagerCommunicationException
queryString - the query string for the statementqueryParams - a map with the query params included in the query stringqueryOrder - the query order for the statementqueryOffset - the query offset for the statementList<CustomTargetingValue> List of custom targeting values that match with
the parametersAdManagerCommunicationException - 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<com.google.api.ads.dfp.axis.v201805.Placement> getPlacements(String queryString, Map<String,Object> queryParams, String queryOrder, @Default(value="0") Integer queryOffset) throws AdManagerApiException, AdManagerCommunicationException
queryString - the query string for the statementqueryParams - a map with the query params included in the query stringqueryOrder - the query order for the statementqueryOffset - the query offset for the statementList<Placement> List of placements that match with the parametersAdManagerCommunicationException - 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.