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
757f4da5
Commit
757f4da5
authored
Sep 19, 2010
by
hass
Browse files
#877754 by retrodans: Lots of external clicks in GA, but no detail
parent
ea6a5a24
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
googleanalytics.js
googleanalytics.js
+1
-1
No files found.
googleanalytics.js
View file @
757f4da5
...
...
@@ -33,7 +33,7 @@ $(document).ready(function() {
// Mailto link clicked.
_gaq
.
push
([
"
_trackEvent
"
,
"
Mails
"
,
"
Click
"
,
this
.
href
.
substring
(
7
)]);
}
else
if
(
ga
.
trackOutgoing
)
{
else
if
(
ga
.
trackOutgoing
&&
this
.
href
)
{
// External link clicked.
_gaq
.
push
([
"
_trackEvent
"
,
"
Outgoing links
"
,
"
Click
"
,
this
.
href
]);
}
...
...
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