phpDocumentor

GoogleAnalyticsConfigurationReadService
in package
implements GoogleAnalyticsConfigurationReadServiceInterface

Class GoogleAnalyticsConfigurationReadService

Interfaces, Classes and Traits

GoogleAnalyticsConfigurationReadServiceInterface
Interface GoogleAnalyticsConfigurationReadServiceInterface

Table of Contents

$storage  : GoogleConfigurationStorage
__construct()  : mixed
GoogleAnalyticsConfigurationReadService constructor.
analyticsFileName()  : string
Returns the file name of the given analytics file type.
enabled()  : bool
Is true if google analytics is enabled.
ipAnonymizationEnabled()  : bool
Is true if ip anonymization is enabled.
isDevModeEnabled()  : bool
Determines if dev mode is enabled.
isInstalled()  : bool
Checks if the google_configurations table exists.
listName()  : string
Returns the list name of the given impression type.
newAnalyticsFileName()  : string
Creates a new file name of the given analytics file type and returns it.
trackingEnabled()  : bool
Is true if the given tracking configuration is enabled.
trackNetPrices()  : bool
Checks if prices should be tracked as net or gross, true if net.
uaTrackingCode()  : string
Returns the universal analytics tracking code.

Properties

Methods

trackNetPrices()

Checks if prices should be tracked as net or gross, true if net.

public trackNetPrices() : bool
Return values
bool

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

Search results