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 |
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 |
Method | Description | |
---|---|---|
getParameterMap ( ) : array | Provided for getting non-php-standard named variables |
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 ) |
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 ) |
public __set ( $var, $value ) | ||
$var | Variable name to set | |
$value | Value to set |
public getNamespace ( ) : string | ||
return | string | the namespace of this class |
protected getParameterMap ( ) : array | ||
return | array | parameter map |
public getXsiTypeName ( ) : string | ||
return | string | the xsi:type name of this class |
public bool $alwaysUseDefaultRevenueValue | ||
return | boolean |
public tnsAttributionModelType $attributionModelType | ||
return | tnsAttributionModelType |
public tnsConversionTrackerCategory $category | ||
return | tnsConversionTrackerCategory |
public int $conversionTypeOwnerCustomerId | ||
return | integer |
public tnsConversionDeduplicationMode $countingType | ||
return | tnsConversionDeduplicationMode |
public tnsDataDrivenModelStatus $dataDrivenModelStatus | ||
return | tnsDataDrivenModelStatus |