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
Lipperts WEB
PIWIK Ajax Opt Out
Commits
a7cdeecc
Commit
a7cdeecc
authored
Apr 09, 2021
by
Oliver Lippert
Browse files
piwik -> matomo
parent
c61df2a9
Pipeline
#12127
passed with stages
in 5 minutes and 5 seconds
Changes
1
Pipelines
63
Hide whitespace changes
Inline
Side-by-side
src/README.md
View file @
a7cdeecc
...
...
@@ -10,9 +10,9 @@ I had such a project and implemented this nice small plugin which offers you thr
1.
`your.piwik/index.php?module=API&method=AjaxOptOut.isTracked`
You will get an Response whether the current user get's tracked or not.
1.
`your.piwik/index.php?module=API&method=AjaxOptOut.doIgnore`
Piwik
will set the ignore cookie for the current user.
Matomo
will set the ignore cookie for the current user.
1.
`your.piwik/index.php?module=API&method=AjaxOptOut.doTrack`
Piwik
will remove the ignore cookie for the current user.
Matomo
will remove the ignore cookie for the current user.
You have to use JSONP Requests, as of the AJAX requests needs to manipulate the cookies.
...
...
Write
Preview
Supports
Markdown
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