My favorites | English | Sign in

Faster apps faster - GWT 2.0 with Speed Tracer New!

AdWords API v2009

v2009 Docs | v13 Docs

TargetingIdeaService

Service used to find targeting ideas based on various inputs.

Namespace

  • https://adwords.google.com/api/adwords/o/v200909

Operations

get

Returns a page of ideas that match the query described by the specified TargetingIdeaSelector. The selector must specify a Paging value, with numberResults set to 800 or less.

Parameters

Field Type Description
selector TargetingIdeaSelector Query describing the types of results to return when finding matches (similar keyword ideas/placement ideas).

Response

Field Type Description
rval TargetingIdeaPage A TargetingIdeaPage of results, that is a subset of the list of possible ideas meeting the criteria of the TargetingIdeaSelector.

getBulkKeywordIdeas

Returns a page of ideas that match the query described by the specified TargetingIdeaSelector. This method is specialized for returning bulk keyword ideas, and thus the selector must be set for RequestType.IDEAS and IdeaType.KEYWORD. A limited, fixed set of attributes will be returned.

A single-valued RelatedToUrlSearchParameter must be supplied. Single-valued LanguageTargetSearchParameter and CountryTargetSearchParameter are both optional. Other search parameters compatible with a keyword query may also be supplied.

The selector must specify a Paging value, with numberResults set to 500 or less. Large result sets must be composed through multiple calls to this method, advancing the Paging startIndex value by numberResults with each call.

Parameters

Field Type Description
selector TargetingIdeaSelector Query describing the bulk keyword ideas to return.

Response

Field Type Description
rval TargetingIdeaPage A TargetingIdeaPage of results, that is a subset of the list of possible ideas meeting the criteria of the TargetingIdeaSelector.