AdWordsConversionTracker::__construct PHP Метод

__construct() публичный Метод

public __construct ( $snippet = null, $textFormat = null, $conversionPageLanguage = null, $backgroundColor = null, $trackingCodeType = null, $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 function __construct($snippet = null, $textFormat = null, $conversionPageLanguage = null, $backgroundColor = null, $trackingCodeType = null, $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)
        {
            parent::__construct();
            $this->snippet = $snippet;
            $this->textFormat = $textFormat;
            $this->conversionPageLanguage = $conversionPageLanguage;
            $this->backgroundColor = $backgroundColor;
            $this->trackingCodeType = $trackingCodeType;
            $this->id = $id;
            $this->originalConversionTypeId = $originalConversionTypeId;
            $this->name = $name;
            $this->status = $status;
            $this->category = $category;
            $this->conversionTypeOwnerCustomerId = $conversionTypeOwnerCustomerId;
            $this->viewthroughLookbackWindow = $viewthroughLookbackWindow;
            $this->ctcLookbackWindow = $ctcLookbackWindow;
            $this->countingType = $countingType;
            $this->defaultRevenueValue = $defaultRevenueValue;
            $this->defaultRevenueCurrencyCode = $defaultRevenueCurrencyCode;
            $this->alwaysUseDefaultRevenueValue = $alwaysUseDefaultRevenueValue;
            $this->excludeFromBidding = $excludeFromBidding;
            $this->mostRecentConversionDate = $mostRecentConversionDate;
            $this->lastReceivedRequestTime = $lastReceivedRequestTime;
            $this->ConversionTrackerType = $ConversionTrackerType;
        }

Same methods

AdWordsConversionTracker::__construct ( $snippet = null, $textFormat = null, $conversionPageLanguage = null, $backgroundColor = null, $trackingCodeType = null, $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 )