PHP Class ConversionTrackingSettings, googleads-php-lib

Afficher le fichier Open project: googleads/googleads-php-lib

Méthodes publiques

Свойство Type Description
$conversionOptimizerMode cmConversionDeduplicationMode
$effectiveConversionTrackingId integer
$optimizeOnEstimatedConversions boolean
$usesCrossAccountConversionTracking boolean

Méthodes publiques

Méthode Description
__construct ( $effectiveConversionTrackingId = null, $usesCrossAccountConversionTracking = null, $optimizeOnEstimatedConversions = null )
__construct ( $conversionOptimizerMode = null, $effectiveConversionTrackingId = null, $usesCrossAccountConversionTracking = null, $optimizeOnEstimatedConversions = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

Method Details

__construct() public méthode

public __construct ( $effectiveConversionTrackingId = null, $usesCrossAccountConversionTracking = null, $optimizeOnEstimatedConversions = null )

__construct() public méthode

public __construct ( $conversionOptimizerMode = null, $effectiveConversionTrackingId = null, $usesCrossAccountConversionTracking = null, $optimizeOnEstimatedConversions = null )

getNamespace() public méthode

Gets the namesapce of this class
public getNamespace ( ) : string
Résultat string the namespace of this class

getXsiTypeName() public méthode

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
Résultat string the xsi:type name of this class

Property Details

$conversionOptimizerMode public_oe property

public cmConversionDeduplicationMode $conversionOptimizerMode
Résultat cmConversionDeduplicationMode

$effectiveConversionTrackingId public_oe property

public int $effectiveConversionTrackingId
Résultat integer

$optimizeOnEstimatedConversions public_oe property

public bool $optimizeOnEstimatedConversions
Résultat boolean

$usesCrossAccountConversionTracking public_oe property

public bool $usesCrossAccountConversionTracking
Résultat boolean