Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
isGoogleAnalyticsAvailable ($store=null) | |
isAnonymizedIpActive ($store=null) | |
![]() | |
__construct (Context $context) | |
isModuleOutputEnabled ($moduleName=null) | |
Data Fields | |
const | XML_PATH_ACTIVE = 'google/analytics/active' |
const | XML_PATH_ACCOUNT = 'google/analytics/account' |
const | XML_PATH_ANONYMIZE = 'google/analytics/anonymize' |
Additional Inherited Members | |
![]() | |
_getRequest () | |
_getModuleName () | |
_getUrl ($route, $params=[]) | |
![]() | |
$_moduleName | |
$_request | |
$_moduleManager | |
$_logger | |
$_urlBuilder | |
$_httpHeader | |
$_eventManager | |
$_remoteAddress | |
$urlEncoder | |
$urlDecoder | |
$scopeConfig | |
$_cacheConfig | |
isAnonymizedIpActive | ( | $store = null | ) |
Whether anonymized IPs are active
null | string | bool | int | Store | $store |
Definition at line 47 of file Data.php.
isGoogleAnalyticsAvailable | ( | $store = null | ) |
Whether GA is ready to use
null | string | bool | int | Store | $store |
Definition at line 34 of file Data.php.
const XML_PATH_ACTIVE = 'google/analytics/active' |