PHP 클래스 ConversionTracker, googleads-php-lib

파일 보기 프로젝트 열기: googleads/googleads-php-lib 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$ConversionTrackerType string
$alwaysUseDefaultRevenueValue boolean
$attributionModelType tnsAttributionModelType
$category tnsConversionTrackerCategory
$conversionTypeOwnerCustomerId integer
$countingType tnsConversionDeduplicationMode
$ctcLookbackWindow integer
$dataDrivenModelStatus tnsDataDrivenModelStatus
$defaultRevenueCurrencyCode string
$defaultRevenueValue double
$excludeFromBidding boolean
$id integer
$lastReceivedRequestTime string
$mostRecentConversionDate string
$name string
$originalConversionTypeId integer
$status tnsConversionTrackerStatus
$viewthroughLookbackWindow integer

공개 메소드들

메소드 설명
__construct ( $id = null, $originalConversionTypeId = null, $name = null, $status = null, $category = null, $conversionTypeOwnerCustomerId = null, $viewthroughLookbackWindow = null, $ctcLookbackWindow = null, $countingType = null, $defaultRevenueValue = null, $defaultRevenueCurrencyCode = null, $alwaysUseDefaultRevenueValue = null, $excludeFromBidding = null, $mostRecentConversionDate = null, $lastReceivedRequestTime = null, $ConversionTrackerType = null )
__construct ( $id = null, $originalConversionTypeId = null, $name = null, $status = null, $category = null, $dataDrivenModelStatus = null, $conversionTypeOwnerCustomerId = null, $viewthroughLookbackWindow = null, $ctcLookbackWindow = null, $countingType = null, $defaultRevenueValue = null, $defaultRevenueCurrencyCode = null, $alwaysUseDefaultRevenueValue = null, $excludeFromBidding = null, $attributionModelType = null, $mostRecentConversionDate = null, $lastReceivedRequestTime = null, $ConversionTrackerType = null )
__get ( $var ) : mixed Provided for getting non-php-standard named variables
__set ( $var, $value ) Provided for setting non-php-standard named variables
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

보호된 메소드들

메소드 설명
getParameterMap ( ) : array Provided for getting non-php-standard named variables

메소드 상세

__construct() 공개 메소드

public __construct ( $id = null, $originalConversionTypeId = null, $name = null, $status = null, $category = null, $conversionTypeOwnerCustomerId = null, $viewthroughLookbackWindow = null, $ctcLookbackWindow = null, $countingType = null, $defaultRevenueValue = null, $defaultRevenueCurrencyCode = null, $alwaysUseDefaultRevenueValue = null, $excludeFromBidding = null, $mostRecentConversionDate = null, $lastReceivedRequestTime = null, $ConversionTrackerType = null )

__construct() 공개 메소드

public __construct ( $id = null, $originalConversionTypeId = null, $name = null, $status = null, $category = null, $dataDrivenModelStatus = null, $conversionTypeOwnerCustomerId = null, $viewthroughLookbackWindow = null, $ctcLookbackWindow = null, $countingType = null, $defaultRevenueValue = null, $defaultRevenueCurrencyCode = null, $alwaysUseDefaultRevenueValue = null, $excludeFromBidding = null, $attributionModelType = null, $mostRecentConversionDate = null, $lastReceivedRequestTime = null, $ConversionTrackerType = null )

__get() 공개 메소드

Provided for getting non-php-standard named variables
public __get ( $var ) : mixed
$var Variable name to get
리턴 mixed Variable value

__set() 공개 메소드

Provided for setting non-php-standard named variables
public __set ( $var, $value )
$var Variable name to set
$value Value to set

getNamespace() 공개 메소드

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

getParameterMap() 보호된 메소드

Provided for getting non-php-standard named variables
protected getParameterMap ( ) : array
리턴 array parameter map

getXsiTypeName() 공개 메소드

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

프로퍼티 상세

$ConversionTrackerType 공개적으로 프로퍼티

public string $ConversionTrackerType
리턴 string

$alwaysUseDefaultRevenueValue 공개적으로 프로퍼티

public bool $alwaysUseDefaultRevenueValue
리턴 boolean

$attributionModelType 공개적으로 프로퍼티

public tnsAttributionModelType $attributionModelType
리턴 tnsAttributionModelType

$category 공개적으로 프로퍼티

public tnsConversionTrackerCategory $category
리턴 tnsConversionTrackerCategory

$conversionTypeOwnerCustomerId 공개적으로 프로퍼티

public int $conversionTypeOwnerCustomerId
리턴 integer

$countingType 공개적으로 프로퍼티

public tnsConversionDeduplicationMode $countingType
리턴 tnsConversionDeduplicationMode

$ctcLookbackWindow 공개적으로 프로퍼티

public int $ctcLookbackWindow
리턴 integer

$dataDrivenModelStatus 공개적으로 프로퍼티

public tnsDataDrivenModelStatus $dataDrivenModelStatus
리턴 tnsDataDrivenModelStatus

$defaultRevenueCurrencyCode 공개적으로 프로퍼티

public string $defaultRevenueCurrencyCode
리턴 string

$defaultRevenueValue 공개적으로 프로퍼티

public double $defaultRevenueValue
리턴 double

$excludeFromBidding 공개적으로 프로퍼티

public bool $excludeFromBidding
리턴 boolean

$id 공개적으로 프로퍼티

public int $id
리턴 integer

$lastReceivedRequestTime 공개적으로 프로퍼티

public string $lastReceivedRequestTime
리턴 string

$mostRecentConversionDate 공개적으로 프로퍼티

public string $mostRecentConversionDate
리턴 string

$name 공개적으로 프로퍼티

public string $name
리턴 string

$originalConversionTypeId 공개적으로 프로퍼티

public int $originalConversionTypeId
리턴 integer

$status 공개적으로 프로퍼티

public tnsConversionTrackerStatus $status
리턴 tnsConversionTrackerStatus

$viewthroughLookbackWindow 공개적으로 프로퍼티

public int $viewthroughLookbackWindow
리턴 integer