NAME

Google::Ads::AdWords::v201809::DataService::getCampaignCriterionBidLandscape

DESCRIPTION

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

Returns a list of {@link CriterionBidLandscape}s for the campaign criteria specified in the selector. In the result, the returned {@link LandscapePoint}s are grouped into {@link CriterionBidLandscape}s by their campaign id and criterion id, and numberResults of paging limits the total number of {@link LandscapePoint}s instead of number of {@link CriterionBidLandscape}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::v201809::DataService::getCampaignCriterionBidLandscape->new($data);

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

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

AUTHOR

Generated by SOAP::WSDL