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

NAME

Google::Ads::AdWords::v201806::DataService::getAdGroupBidLandscape

DESCRIPTION

Perl data type class for the XML Schema defined element getAdGroupBidLandscape from the namespace https://adwords.google.com/api/adwords/cm/v201806.

Returns a list of {@link AdGroupBidLandscape}s for the ad groups specified in the selector. In the result, the returned {@link LandscapePoint}s are grouped into {@link AdGroupBidLandscape}s by their ad groups, and numberResults of paging limits the total number of {@link LandscapePoint}s instead of number of {@link AdGroupBidLandscape}s. @param serviceSelector Selects the entities to return bid landscapes for. @return A list of bid landscapes. @throws ApiException when there is at least one error with the request.

PROPERTIES

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

  • serviceSelector

     $element->set_serviceSelector($data);
     $element->get_serviceSelector();

METHODS

new

 my $element = Google::Ads::AdWords::v201806::DataService::getAdGroupBidLandscape->new($data);

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

 {
   serviceSelector =>  $a_reference_to, # see Google::Ads::AdWords::v201806::Selector
 },

AUTHOR

Generated by SOAP::WSDL