PHP Class ConstantDataService, googleads-php-lib

Author: WSDLInterpreter
Inheritance: extends AdWordsSoapClient
Exibir arquivo Open project: googleads/googleads-php-lib

Public Properties

Property Type Description
$classmap array Default class map for wsdl=>php
$endpoint string The endpoint of the service

Public Methods

Method Description
__construct ( string $wsdl, array $options, $user ) Constructor using wsdl location and options array
getAgeRangeCriterion ( ) : A Returns a list of all age range criteria.
getCarrierCriterion ( ) : A Returns a list of all carrier criteria.
getGenderCriterion ( ) : A Returns a list of all gender criteria.
getLanguageCriterion ( ) : A Returns a list of all language criteria.
getMobileAppCategoryCriterion ( ) : A Returns a list of all mobile app category criteria.
getMobileDeviceCriterion ( ) : A Returns a list of all mobile devices.
getOperatingSystemVersionCriterion ( ) : A Returns a list of all operating system version criteria.
getProductBiddingCategoryData ( $selector ) : A This field is required and should not be {@code null}.
getUserInterestCriterion ( $userInterestTaxonomyType ) : A Returns a list of user interests.
getVerticalCriterion ( ) : A Returns a list of content verticals.

Method Details

__construct() public method

Constructor using wsdl location and options array
public __construct ( string $wsdl, array $options, $user )
$wsdl string WSDL location for this service
$options array Options for the SoapClient

getAgeRangeCriterion() public method

Returns a list of all age range criteria.
public getAgeRangeCriterion ( ) : A
return A list of age ranges.

getCarrierCriterion() public method

Returns a list of all carrier criteria.
public getCarrierCriterion ( ) : A
return A list of carriers.

getGenderCriterion() public method

Returns a list of all gender criteria.
public getGenderCriterion ( ) : A
return A list of genders.

getLanguageCriterion() public method

Returns a list of all language criteria.
public getLanguageCriterion ( ) : A
return A list of languages.

getMobileAppCategoryCriterion() public method

Returns a list of all mobile app category criteria.
public getMobileAppCategoryCriterion ( ) : A
return A list of mobile app categories.

getMobileDeviceCriterion() public method

Returns a list of all mobile devices.
public getMobileDeviceCriterion ( ) : A
return A list of mobile devices.

getOperatingSystemVersionCriterion() public method

Returns a list of all operating system version criteria.
public getOperatingSystemVersionCriterion ( ) : A
return A list of operating system versions.

getProductBiddingCategoryData() public method

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.
public getProductBiddingCategoryData ( $selector ) : A
return A list of shopping bidding categories.

getUserInterestCriterion() public method

Returns a list of user interests.
public getUserInterestCriterion ( $userInterestTaxonomyType ) : A
return A list of user interests.

getVerticalCriterion() public method

Returns a list of content verticals.
public getVerticalCriterion ( ) : A
return A list of verticals.

Property Details

$classmap public_oe static_oe property

Default class map for wsdl=>php
public static array $classmap
return array

$endpoint public_oe static_oe property

The endpoint of the service
public static string $endpoint
return string