PHP Class ConversionTracker, googleads-php-lib

Show file Open project: googleads/googleads-php-lib Class Usage Examples

Public Properties

Property Type Description
$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

Public Methods

Method Description
__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

Protected Methods

Method Description
getParameterMap ( ) : array Provided for getting non-php-standard named variables

Method Details

__construct() public method

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 method

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() public method

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

__set() public method

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

getNamespace() public method

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

getParameterMap() protected method

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

getXsiTypeName() public method

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

Property Details

$ConversionTrackerType public property

public string $ConversionTrackerType
return string

$alwaysUseDefaultRevenueValue public property

public bool $alwaysUseDefaultRevenueValue
return boolean

$attributionModelType public property

public tnsAttributionModelType $attributionModelType
return tnsAttributionModelType

$category public property

public tnsConversionTrackerCategory $category
return tnsConversionTrackerCategory

$conversionTypeOwnerCustomerId public property

public int $conversionTypeOwnerCustomerId
return integer

$countingType public property

public tnsConversionDeduplicationMode $countingType
return tnsConversionDeduplicationMode

$ctcLookbackWindow public property

public int $ctcLookbackWindow
return integer

$dataDrivenModelStatus public property

public tnsDataDrivenModelStatus $dataDrivenModelStatus
return tnsDataDrivenModelStatus

$defaultRevenueCurrencyCode public property

public string $defaultRevenueCurrencyCode
return string

$defaultRevenueValue public property

public double $defaultRevenueValue
return double

$excludeFromBidding public property

public bool $excludeFromBidding
return boolean

$id public property

public int $id
return integer

$lastReceivedRequestTime public property

public string $lastReceivedRequestTime
return string

$mostRecentConversionDate public property

public string $mostRecentConversionDate
return string

$name public property

public string $name
return string

$originalConversionTypeId public property

public int $originalConversionTypeId
return integer

$status public property

public tnsConversionTrackerStatus $status
return tnsConversionTrackerStatus

$viewthroughLookbackWindow public property

public int $viewthroughLookbackWindow
return integer