NAME
Google::Ads::AdWords::v201809::ConstantDataService::getProductBiddingCategoryData
DESCRIPTION
Perl data type class for the XML Schema defined element getProductBiddingCategoryData from the namespace https://adwords.google.com/api/adwords/cm/v201809.
Returns a list of shopping bidding categories. A country predicate must be included in the selector, only {@link Predicate.Operator#EQUALS} and {@link Predicate.Operator#IN} with a single value are supported in the country predicate. An empty parentDimensionType predicate will filter for root categories. @return A list of shopping bidding categories. @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:
selector
$element->set_selector($data); $element->get_selector();
METHODS
new
my $element = Google::Ads::AdWords::v201809::ConstantDataService::getProductBiddingCategoryData->new($data);
Constructor. The following data structure may be passed to new():
{
selector => $a_reference_to, # see Google::Ads::AdWords::v201809::Selector
},
AUTHOR
Generated by SOAP::WSDL