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

NAME

Google::Ads::AdWords::v201705::ConstantDataService::ConstantDataServiceInterfacePort - SOAP Interface for the ConstantDataService Web Service

SYNOPSIS

 use Google::Ads::AdWords::v201705::ConstantDataService::ConstantDataServiceInterfacePort;
 my $interface = Google::Ads::AdWords::v201705::ConstantDataService::ConstantDataServiceInterfacePort->new();

 my $response;
 $response = $interface->getAgeRangeCriterion();
 $response = $interface->getCarrierCriterion();
 $response = $interface->getGenderCriterion();
 $response = $interface->getLanguageCriterion();
 $response = $interface->getMobileAppCategoryCriterion();
 $response = $interface->getMobileDeviceCriterion();
 $response = $interface->getOperatingSystemVersionCriterion();
 $response = $interface->getProductBiddingCategoryData();
 $response = $interface->getUserInterestCriterion();
 $response = $interface->getVerticalCriterion();

DESCRIPTION

SOAP Interface for the ConstantDataService web service located at https://adwords.google.com/api/adwords/cm/v201705/ConstantDataService.

SERVICE ConstantDataService

Port ConstantDataServiceInterfacePort

METHODS

General methods

new

Constructor.

All arguments are forwarded to SOAP::WSDL::Client.

SOAP Service methods

Method synopsis is displayed with hash refs as parameters.

The commented class names in the method's parameters denote that objects of the corresponding class can be passed instead of the marked hash ref.

You may pass any combination of objects, hash and list refs to these methods, as long as you meet the structure.

List items (i.e. multiple occurences) are not displayed in the synopsis. You may generally pass a list ref of hash refs (or objects) instead of a hash ref - this may result in invalid XML if used improperly, though. Note that SOAP::WSDL always expects list references at maximum depth position.

XML attributes are not displayed in this synopsis and cannot be set using hash refs. See the respective class' documentation for additional information.

getAgeRangeCriterion

Returns a list of all age range criteria. @return A list of age ranges. @throws ApiException when there is at least one error with the request.

Returns a Google::Ads::AdWords::v201705::ConstantDataService::getAgeRangeCriterionResponse object.

 $response = $interface->getAgeRangeCriterion( {
  },,
 );

getCarrierCriterion

Returns a list of all carrier criteria. @return A list of carriers. @throws ApiException when there is at least one error with the request.

Returns a Google::Ads::AdWords::v201705::ConstantDataService::getCarrierCriterionResponse object.

 $response = $interface->getCarrierCriterion( {
  },,
 );

getGenderCriterion

Returns a list of all gender criteria. @return A list of genders. @throws ApiException when there is at least one error with the request.

Returns a Google::Ads::AdWords::v201705::ConstantDataService::getGenderCriterionResponse object.

 $response = $interface->getGenderCriterion( {
  },,
 );

getLanguageCriterion

Returns a list of all language criteria. @return A list of languages. @throws ApiException when there is at least one error with the request.

Returns a Google::Ads::AdWords::v201705::ConstantDataService::getLanguageCriterionResponse object.

 $response = $interface->getLanguageCriterion( {
  },,
 );

getMobileAppCategoryCriterion

Returns a list of all mobile app category criteria. @return A list of mobile app categories. @throws ApiException when there is at least one error with the request.

Returns a Google::Ads::AdWords::v201705::ConstantDataService::getMobileAppCategoryCriterionResponse object.

 $response = $interface->getMobileAppCategoryCriterion( {
  },,
 );

getMobileDeviceCriterion

Returns a list of all mobile devices. @return A list of mobile devices. @throws ApiException when there is at least one error with the request.

Returns a Google::Ads::AdWords::v201705::ConstantDataService::getMobileDeviceCriterionResponse object.

 $response = $interface->getMobileDeviceCriterion( {
  },,
 );

getOperatingSystemVersionCriterion

Returns a list of all operating system version criteria. @return A list of operating system versions. @throws ApiException when there is at least one error with the request.

Returns a Google::Ads::AdWords::v201705::ConstantDataService::getOperatingSystemVersionCriterionResponse object.

 $response = $interface->getOperatingSystemVersionCriterion( {
  },,
 );

getProductBiddingCategoryData

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.

Returns a Google::Ads::AdWords::v201705::ConstantDataService::getProductBiddingCategoryDataResponse object.

 $response = $interface->getProductBiddingCategoryData( {
    selector =>  $a_reference_to, # see Google::Ads::AdWords::v201705::Selector
  },,
 );

getUserInterestCriterion

Returns a list of user interests. @param userInterestTaxonomyType The type of taxonomy to use when requesting user interests. @return A list of user interests. @throws ApiException when there is at least one error with the request.

Returns a Google::Ads::AdWords::v201705::ConstantDataService::getUserInterestCriterionResponse object.

 $response = $interface->getUserInterestCriterion( {
    userInterestTaxonomyType => $some_value, # ConstantDataService.UserInterestTaxonomyType
  },,
 );

getVerticalCriterion

Returns a list of content verticals. @return A list of verticals. @throws ApiException when there is at least one error with the request.

Returns a Google::Ads::AdWords::v201705::ConstantDataService::getVerticalCriterionResponse object.

 $response = $interface->getVerticalCriterion( {
  },,
 );

AUTHOR

Generated by SOAP::WSDL on Wed May 31 08:53:10 2017