public interface CustomAffinityServiceInterface
| Modifier and Type | Method and Description |
|---|---|
CustomAffinityPage |
get(Selector serviceSelector)
Provides the ability to get one or more custom affinity audience with the ability
to filter based various criteria.
|
CustomAffinityReturnValue |
mutate(List<CustomAffinityOperation> operations)
Applies a list of mutate operations (i.e.
|
CustomAffinityTokenReturnValue |
mutateToken(List<CustomAffinityTokenOperation> operations)
Applies a list of mutate operations (i.e.
|
CustomAffinityPage |
query(String query)
Returns the list of CustomAffinity that match the query.
|
@RequestWrapper(localName="get", targetNamespace="https://adwords.google.com/api/adwords/rm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.rm.CustomAffinityServiceInterfaceget") @ResponseWrapper(localName="getResponse", targetNamespace="https://adwords.google.com/api/adwords/rm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.rm.CustomAffinityServiceInterfacegetResponse") CustomAffinityPage get(Selector serviceSelector) throws ApiException
serviceSelector - a selector describing the subset of custom affinity audience
for this customer.serviceSelector - ApiException@RequestWrapper(localName="mutate", targetNamespace="https://adwords.google.com/api/adwords/rm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.rm.CustomAffinityServiceInterfacemutate") @ResponseWrapper(localName="mutateResponse", targetNamespace="https://adwords.google.com/api/adwords/rm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.rm.CustomAffinityServiceInterfacemutateResponse") CustomAffinityReturnValue mutate(List<CustomAffinityOperation> operations) throws ApiException
Add - creates a custom affinity audience Set - updates a custom affinity audience
Notice that custom affinity tokens are not managed by this method. They are created/deleted by
mutateToken method. But when a new custom affinity audience is added, its tokens
are also added.
operations - the operations to applyoperations - ApiException@RequestWrapper(localName="mutateToken", targetNamespace="https://adwords.google.com/api/adwords/rm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.rm.CustomAffinityServiceInterfacemutateToken") @ResponseWrapper(localName="mutateTokenResponse", targetNamespace="https://adwords.google.com/api/adwords/rm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.rm.CustomAffinityServiceInterfacemutateTokenResponse") CustomAffinityTokenReturnValue mutateToken(List<CustomAffinityTokenOperation> operations) throws ApiException
Add - creates a custom affinity token Set - set operation for custom affinity token is not supported Remove - deletes a custom affinity token
operations - the operations to applyoperations - ApiException@RequestWrapper(localName="query", targetNamespace="https://adwords.google.com/api/adwords/rm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.rm.CustomAffinityServiceInterfacequery") @ResponseWrapper(localName="queryResponse", targetNamespace="https://adwords.google.com/api/adwords/rm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.rm.CustomAffinityServiceInterfacequeryResponse") CustomAffinityPage query(String query) throws ApiException
query - The SQL-like AWQL query stringquery - ApiException - when the query is invalid or there are errors processing the request.ApiExceptionCopyright © 2023. All rights reserved.