Google::Ads::AdWords::v201109::TargetingIdeaService::get


Back to Top


NAME

Google::Ads::AdWords::v201109::TargetingIdeaService::get

Back to Top


DESCRIPTION

Perl data type class for the XML Schema defined element get from the namespace https://adwords.google.com/api/adwords/o/v201109.

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.

Back to Top


PROPERTIES

The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:

Back to Top


METHODS

new

 my $element = Google::Ads::AdWords::v201109::TargetingIdeaService::get->new($data);

Constructor. The following data structure may be passed to new():

 {
   selector =>  $a_reference_to, # see Google::Ads::AdWords::v201109::TargetingIdeaSelector
 },

Back to Top


AUTHOR

Generated by SOAP::WSDL

Back to Top

 Google::Ads::AdWords::v201109::TargetingIdeaService::get