Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wiki-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
wiki-js
Commits
23e34030
You need to sign in or sign up before continuing.
Unverified
Commit
23e34030
authored
Oct 03, 2020
by
Aaron
Committed by
GitHub
Oct 03, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: update Matomo integration client code (#2526)
Signed-off-by:
Aaron
<
admin@datahoarder.dev
>
parent
084dcd69
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
8 deletions
+2
-8
code.yml
server/modules/analytics/matomo/code.yml
+2
-2
definition.yml
server/modules/analytics/matomo/definition.yml
+0
-6
No files found.
server/modules/analytics/matomo/code.yml
View file @
23e34030
head
:
|
head
:
|
<!-- Matomo -->
<!-- Matomo -->
<script type="text/javascript">
<script type="text/javascript">
var _paq = window._paq || [];
var _paq = window._paq
= window._paq
|| [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
_paq.push(['enableLinkTracking']);
...
@@ -10,7 +10,7 @@ head: |
...
@@ -10,7 +10,7 @@ head: |
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '{{siteId}}']);
_paq.push(['setSiteId', '{{siteId}}']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.
defer=true; g.src='{{scriptUrl}}
'; s.parentNode.insertBefore(g,s);
g.type='text/javascript'; g.async=true; g.
src=u+'matomo.js
'; s.parentNode.insertBefore(g,s);
})();
})();
</script>
</script>
<noscript><p><img src="{{serverHost}}/matomo.php?idsite={{siteId}}&rec=1" style="border:0;" alt="" /></p></noscript>
<noscript><p><img src="{{serverHost}}/matomo.php?idsite={{siteId}}&rec=1" style="border:0;" alt="" /></p></noscript>
...
...
server/modules/analytics/matomo/definition.yml
View file @
23e34030
...
@@ -18,9 +18,3 @@ props:
...
@@ -18,9 +18,3 @@ props:
hint
:
Including https:// and optionally the port. Without trailing slash. (e.g. https://example.matomo.cloud)
hint
:
Including https:// and optionally the port. Without trailing slash. (e.g. https://example.matomo.cloud)
default
:
https://example.matomo.cloud
default
:
https://example.matomo.cloud
order
:
2
order
:
2
scriptUrl
:
type
:
String
title
:
Tracking Script URL
hint
:
The full URL of the Matomo tracking script.
default
:
//cdn.matomo.cloud/EXAMPLE.matomo.cloud/matomo.js
order
:
3
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