PHP 클래스 ConstantDataService, googleads-php-lib

저자: WSDLInterpreter
상속: extends AdWordsSoapClient
파일 보기 프로젝트 열기: googleads/googleads-php-lib

공개 프로퍼티들

프로퍼티 타입 설명
$classmap array Default class map for wsdl=>php
$endpoint string The endpoint of the service

공개 메소드들

메소드 설명
__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.

메소드 상세

__construct() 공개 메소드

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() 공개 메소드

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

getCarrierCriterion() 공개 메소드

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

getGenderCriterion() 공개 메소드

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

getLanguageCriterion() 공개 메소드

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

getMobileAppCategoryCriterion() 공개 메소드

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

getMobileDeviceCriterion() 공개 메소드

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

getOperatingSystemVersionCriterion() 공개 메소드

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

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

getUserInterestCriterion() 공개 메소드

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

getVerticalCriterion() 공개 메소드

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

프로퍼티 상세

$classmap 공개적으로 정적으로 프로퍼티

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

$endpoint 공개적으로 정적으로 프로퍼티

The endpoint of the service
public static string $endpoint
리턴 string