The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Google::Ads::AdWords::v201710::TargetingIdeaService::get

DESCRIPTION

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

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 700 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> @param selector Query describing the types of results to return when finding matches (similar keyword 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::v201710::TargetingIdeaService::get->new($data);

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

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

AUTHOR

Generated by SOAP::WSDL