NAME
Google::Ads::AdWords::v201309::ConstantDataService::ConstantDataServiceInterfacePort - SOAP Interface for the ConstantDataService Web Service
SYNOPSIS
use Google::Ads::AdWords::v201309::ConstantDataService::ConstantDataServiceInterfacePort;
my $interface = Google::Ads::AdWords::v201309::ConstantDataService::ConstantDataServiceInterfacePort->new();
my $response;
$response = $interface->getAgeRangeCriterion();
$response = $interface->getCarrierCriterion();
$response = $interface->getGenderCriterion();
$response = $interface->getLanguageCriterion();
$response = $interface->getMobileDeviceCriterion();
$response = $interface->getOperatingSystemVersionCriterion();
$response = $interface->getUserInterestCriterion();
$response = $interface->getVerticalCriterion();
DESCRIPTION
SOAP Interface for the ConstantDataService web service located at https://adwords.google.com/api/adwords/cm/v201309/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::v201309::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::v201309::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::v201309::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::v201309::ConstantDataService::getLanguageCriterionResponse object.
$response = $interface->getLanguageCriterion( {
},,
);
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::v201309::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::v201309::ConstantDataService::getOperatingSystemVersionCriterionResponse object.
$response = $interface->getOperatingSystemVersionCriterion( {
},,
);
getUserInterestCriterion
Returns a list of 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::v201309::ConstantDataService::getUserInterestCriterionResponse object.
$response = $interface->getUserInterestCriterion( {
},,
);
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::v201309::ConstantDataService::getVerticalCriterionResponse object.
$response = $interface->getVerticalCriterion( {
},,
);
AUTHOR
Generated by SOAP::WSDL on Thu Jun 26 19:34:08 2014