NAME
Google::Ads::AdWords::v201402::TargetingIdeaService::get
DESCRIPTION
Perl data type class for the XML Schema defined element get from the namespace https://adwords.google.com/api/adwords/o/v201402.
Returns a page of ideas that match the query described by the specified {@link TargetingIdeaSelector}. <p>The selector must specify a {@code paging} value, with {@code numberResults} set to 800 or less. Large result sets must be composed through multiple calls to this method, advancing the paging {@code startIndex} value by {@code numberResults} with each call. <p>Only a relatively small total number of results will be available through this method. Much larger result sets may be available using {@link #getBulkKeywordIdeas(TargetingIdeaSelector)} at the price of reduced flexibility in selector options. @param selector Query describing the types of results to return when finding matches (similar keyword ideas/placement ideas). @return A {@link TargetingIdeaPage} of results, that is a subset of the list of possible ideas meeting the criteria of the {@link TargetingIdeaSelector}. @throws ApiException If problems occurred while querying for ideas.
PROPERTIES
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
selector
$element->set_selector($data); $element->get_selector();
METHODS
new
my $element = Google::Ads::AdWords::v201402::TargetingIdeaService::get->new($data);
Constructor. The following data structure may be passed to new():
{
selector => $a_reference_to, # see Google::Ads::AdWords::v201402::TargetingIdeaSelector
},
AUTHOR
Generated by SOAP::WSDL