public interface TargetingIdeaServiceInterface
TargetingIdeaSelector
documentation for more details.
You can also use this service to retrieve statistics for existing keyword
ideas by setting the selector's requestType to RequestType.STATS
and passing in the appropriate search parameters.
| Modifier and Type | Method and Description |
|---|---|
TargetingIdeaPage |
get(TargetingIdeaSelector selector)
Returns a page of ideas that match the query described by the specified
TargetingIdeaSelector. |
@RequestWrapper(localName="get", targetNamespace="https://adwords.google.com/api/adwords/o/v201809", className="com.google.api.ads.adwords.jaxws.v201809.o.TargetingIdeaServiceInterfaceget") @ResponseWrapper(localName="getResponse", targetNamespace="https://adwords.google.com/api/adwords/o/v201809", className="com.google.api.ads.adwords.jaxws.v201809.o.TargetingIdeaServiceInterfacegetResponse") TargetingIdeaPage get(TargetingIdeaSelector selector) throws ApiException
TargetingIdeaSelector.
The selector must specify a paging value, with numberResults set to 700 or
less. Large result sets must be composed through multiple calls to this method, advancing the
paging startIndex value by numberResults with each call.
selector - Query describing the types of results to return when
finding matches (similar keyword ideas).selector - TargetingIdeaPage of results, that is a subset of the
list of possible ideas meeting the criteria of the
TargetingIdeaSelector.ApiException - If problems occurred while querying for ideas.ApiExceptionCopyright © 2023. All rights reserved.