We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5c1527 commit edb9c6eCopy full SHA for edb9c6e
app/code/Magento/GoogleAnalytics/Block/Ga.php
@@ -205,7 +205,7 @@ public function getPageTrackingData($accountId)
205
{
206
return [
207
'optPageUrl' => $this->getOptPageUrl(),
208
- 'isAnonymizedIpActive' => $this->_googleAnalyticsData->isAnonymizedIpActive(),
+ 'isAnonymizedIpActive' => (int)$this->_googleAnalyticsData->isAnonymizedIpActive(),
209
'accountId' => $this->escapeHtmlAttr($accountId, false)
210
];
211
}
0 commit comments