Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erwartungskonforme Webseiten
website
Commits
142c69a4
Commit
142c69a4
authored
Dec 02, 2015
by
Adrian Jagusch
Browse files
Piwik Tracking hinzugefügt
parent
d85e025f
Changes
1
Hide whitespace changes
Inline
Side-by-side
ew/_includes/scripts.html
View file @
142c69a4
...
...
@@ -13,3 +13,19 @@
<script
src=
"{{ site.baseurl }}/js/creative.js"
></script>
<script
src=
"{{ site.baseurl }}/js/ew.js"
></script>
<!-- Piwik -->
<script
type=
"text/javascript"
>
var
_paq
=
_paq
||
[];
_paq
.
push
([
'
trackPageView
'
]);
_paq
.
push
([
'
enableLinkTracking
'
]);
(
function
()
{
var
u
=
"
//jumaxcloud.de/piwik/
"
;
_paq
.
push
([
'
setTrackerUrl
'
,
u
+
'
piwik.php
'
]);
_paq
.
push
([
'
setSiteId
'
,
14
]);
var
d
=
document
,
g
=
d
.
createElement
(
'
script
'
),
s
=
d
.
getElementsByTagName
(
'
script
'
)[
0
];
g
.
type
=
'
text/javascript
'
;
g
.
async
=
true
;
g
.
defer
=
true
;
g
.
src
=
u
+
'
piwik.js
'
;
s
.
parentNode
.
insertBefore
(
g
,
s
);
})();
</script>
<noscript><p><img
src=
"//jumaxcloud.de/piwik/piwik.php?idsite=14"
style=
"border:0;"
alt=
""
/></p></noscript>
<!-- End Piwik Code -->
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