PHP 클래스 CallOnlyAd, googleads-php-lib

Caution: Call only ads do not use {@link #url url}, {@link #finalUrls finalUrls}, {@link #finalMobileUrls finalMobileUrls}, {@link #finalAppUrls finalAppUrls}, {@link #urlCustomParameters urlCustomParameters}, or {@link #trackingUrlTemplate trackingUrlTemplate}; setting these fields on a call only ad will cause an error. This is enabled for AdX.

상속: extends Ad
파일 보기 프로젝트 열기: googleads/googleads-php-lib

공개 프로퍼티들

프로퍼티 타입 설명
$businessName string
$callTracked boolean
$conversionTypeId integer
$countryCode string
$description1 string
$description2 string
$disableCallConversion boolean
$phoneNumber string
$phoneNumberVerificationUrl string

공개 메소드들

메소드 설명
__construct ( $countryCode = null, $phoneNumber = null, $businessName = null, $description1 = null, $description2 = null, $callTracked = null, $disableCallConversion = null, $conversionTypeId = null, $phoneNumberVerificationUrl = null, $id = null, $url = null, $displayUrl = null, $finalUrls = null, $finalMobileUrls = null, $finalAppUrls = null, $trackingUrlTemplate = null, $urlCustomParameters = null, $type = null, $devicePreference = null, $AdType = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

메소드 상세

__construct() 공개 메소드

public __construct ( $countryCode = null, $phoneNumber = null, $businessName = null, $description1 = null, $description2 = null, $callTracked = null, $disableCallConversion = null, $conversionTypeId = null, $phoneNumberVerificationUrl = null, $id = null, $url = null, $displayUrl = null, $finalUrls = null, $finalMobileUrls = null, $finalAppUrls = null, $trackingUrlTemplate = null, $urlCustomParameters = null, $type = null, $devicePreference = null, $AdType = null )

getNamespace() 공개 메소드

Gets the namesapce of this class
public getNamespace ( ) : string
리턴 string the namespace of this class

getXsiTypeName() 공개 메소드

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
리턴 string the xsi:type name of this class

프로퍼티 상세

$businessName 공개적으로 프로퍼티

public string $businessName
리턴 string

$callTracked 공개적으로 프로퍼티

public bool $callTracked
리턴 boolean

$conversionTypeId 공개적으로 프로퍼티

public int $conversionTypeId
리턴 integer

$countryCode 공개적으로 프로퍼티

public string $countryCode
리턴 string

$description1 공개적으로 프로퍼티

public string $description1
리턴 string

$description2 공개적으로 프로퍼티

public string $description2
리턴 string

$disableCallConversion 공개적으로 프로퍼티

public bool $disableCallConversion
리턴 boolean

$phoneNumber 공개적으로 프로퍼티

public string $phoneNumber
리턴 string

$phoneNumberVerificationUrl 공개적으로 프로퍼티

public string $phoneNumberVerificationUrl
리턴 string