Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
drupal.org
google_analytics
Commits
7dfcbea1
Commit
7dfcbea1
authored
Mar 31, 2013
by
hass
Browse files
Remove obsolete documenation from 'anonymizeIp'
parent
22d7d665
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
googleanalytics.module
googleanalytics.module
+0
-3
No files found.
googleanalytics.module
View file @
7dfcbea1
...
...
@@ -262,9 +262,6 @@ function googleanalytics_page_alter(&$page) {
$script
.
=
'ga("create", '
.
drupal_json_encode
(
$id
)
.
');'
;
if
(
variable_get
(
'googleanalytics_tracker_anonymizeip'
,
0
))
{
// @todo: unknown
// FIXME: The Google API is currently broken and "_gat._anonymizeIp" is only
// a workaround until "_anonymizeIp" has been implemented/fixed.
$script
.
=
'ga("set", "anonymizeIp", 1);'
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment