phpDocumentor

GoogleAnalyticsChangeSettingsCommand
in package

Class GoogleAnalyticsChangeSettingsCommand

Table of Contents

$postData  : KeyValueCollection
__construct()  : mixed
GoogleAnalyticsChangeSettingsCommand constructor.
availableSoonListName()  : NonEmptyStringType
Returns the name of the available soon list.
bestsellerBoxName()  : NonEmptyStringType
Returns the name of the bestseller box.
bestsellerListName()  : NonEmptyStringType
Returns the name of the bestseller list.
enableBoxImpression()  : bool
Returns true if box impression tracking should be enabled.
enableCheckout()  : bool
Returns true if checkout tracking should be enabled.
enableDevMode()  : bool
Returns true if the analytics dev mode should be enabled.
enableGoogleAnalytics()  : bool
Returns true if google analytics should be enabled.
enableIpAnonymization()  : bool
Returns true the if ip anonymization is enabled.
enableListImpression()  : bool
Returns true if list impression tracking should be enabled.
enableNetPriceTracking()  : bool
Returns true prices should be tracked as net and false if they should be tracked as gross.
enableProductClick()  : bool
Returns true if product click tracking should be enabled.
enableProductDetails()  : bool
Returns true if product details tracking should be enabled.
enableShoppingCart()  : bool
Returns true if shopping cart tracking should be enabled.
newProductsListName()  : NonEmptyStringType
Returns the name of the whats new list.
specialsBoxName()  : NonEmptyStringType
Returns the name of the specials box.
specialsListName()  : NonEmptyStringType
Returns the name of the specials list.
topProductsListName()  : NonEmptyStringType
Returns the name of the top products list.
uaTrackingCode()  : GoogleAnalyticsUaTrackingCode|null
Returns the ua tracking code.
validate()  : bool
Validates the command.
whatsNewBoxName()  : NonEmptyStringType
Returns the name of the whats new box.
whatsNewListName()  : NonEmptyStringType
Returns the name of the whats new list.

Properties

Methods

enableBoxImpression()

Returns true if box impression tracking should be enabled.

public enableBoxImpression() : bool
Return values
bool

True if box impression tracking should be enabled.

enableCheckout()

Returns true if checkout tracking should be enabled.

public enableCheckout() : bool
Return values
bool

True if checkout tracking should be enabled.

enableGoogleAnalytics()

Returns true if google analytics should be enabled.

public enableGoogleAnalytics() : bool
Return values
bool

True if google analytics should be enabled.

enableIpAnonymization()

Returns true the if ip anonymization is enabled.

public enableIpAnonymization() : bool
Return values
bool

True if ip anonymization is enabled.

enableListImpression()

Returns true if list impression tracking should be enabled.

public enableListImpression() : bool
Return values
bool

True if list impression tracking should be enabled.

enableNetPriceTracking()

Returns true prices should be tracked as net and false if they should be tracked as gross.

public enableNetPriceTracking() : bool
Return values
bool

True if prices should be tracked as net and false if they should be tracked as gross.

enableProductClick()

Returns true if product click tracking should be enabled.

public enableProductClick() : bool
Return values
bool

True if product click tracking should be enabled.

enableProductDetails()

Returns true if product details tracking should be enabled.

public enableProductDetails() : bool
Return values
bool

True if product details tracking should be enabled.

enableShoppingCart()

Returns true if shopping cart tracking should be enabled.

public enableShoppingCart() : bool
Return values
bool

True if shopping cart tracking should be enabled.

validate()

Validates the command.

public validate(LanguageTextManager $languageTextManager) : bool

If invalid data was provided, the method will return false and set the 'ga_config_error' session key.

Parameters
$languageTextManager : LanguageTextManager

Text manager for language specific error messages.

Return values
bool

True if data is valid.

Search results