phpDocumentor

GoogleAnalyticsConfigurationWriteService
in package
implements GoogleAnalyticsConfigurationWriteServiceInterface

Class GoogleAnalyticsConfigurationWriteService

Interfaces, Classes and Traits

GoogleAnalyticsConfigurationWriteServiceInterface
Interface GoogleAnalyticsWriteServiceInterface

Table of Contents

$storage  : GoogleConfigurationStorage
__construct()  : mixed
GoogleAnalyticsConfigurationWriteService constructor.
changeName()  : $this
Changes the list name of an analytics impression type.
changeUaTrackingCode()  : $this
Changes the universal analytics tracking code value.
disable()  : $this
Disabled the google analytics tracking.
disableDevMode()  : $this
Disabled the analytics dev mode.
disableIpAnonymization()  : $this
Disables google analytics ip anonymization.
disableTracking()  : $this
Disables the given google analytics tracking.
enable()  : $this
Enabled the google analytics tracking.
enableDevMode()  : $this
Enables the analytics dev mode.
enableGrossPriceTracking()  : $this
Set configuration that prices are tracked as gross for google analytics.
enableIpAnonymization()  : $this
Enables google analytics ip anonymization.
enableNetPriceTracking()  : $this
Set configuration that prices are tracked as net for google analytics.
enableTracking()  : $this
Enables the given google analytics tracking.

Properties

Methods

disableDevMode()

Disabled the analytics dev mode.

public disableDevMode() : $this

While in dev mode, ad blocker can omit the google analytics tracking.

Return values
$this

Same instance for chained method calls.

enableDevMode()

Enables the analytics dev mode.

public enableDevMode() : $this

While in dev mode, ad blocker can omit the google analytics tracking.

Return values
$this

Same instance for chained method calls.

enableGrossPriceTracking()

Set configuration that prices are tracked as gross for google analytics.

public enableGrossPriceTracking() : $this
Return values
$this

Same instance for chained method calls.

enableNetPriceTracking()

Set configuration that prices are tracked as net for google analytics.

public enableNetPriceTracking() : $this
Return values
$this

Same instance for chained method calls.

Search results