Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
matomo
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
matomo
Merge requests
!21
Issue
#2978703
: Support Matomo Tag Manager
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Issue
#2978703
: Support Matomo Tag Manager
issue/matomo-2978703:2978703-matomo-tagmanager
into
8.x-1.x
Overview
13
Commits
9
Pipelines
0
Changes
35
All threads resolved!
Show all comments
Closed
Stefan Borchert
requested to merge
issue/matomo-2978703:2978703-matomo-tagmanager
into
8.x-1.x
3 years ago
Overview
13
Commits
9
Pipelines
0
Changes
35
All threads resolved!
Show all comments
Expand
0
0
Merge request reports
Compare
8.x-1.x
version 8
e645702e
3 years ago
version 7
03cd8b75
3 years ago
version 6
78deaa55
3 years ago
version 5
ce2c0bdb
3 years ago
version 4
7ccd7427
3 years ago
version 3
68887b7a
3 years ago
version 2
87ded6cf
3 years ago
version 1
7ee34826
3 years ago
8.x-1.x (base)
and
latest version
latest version
7ef1c188
9 commits,
3 years ago
version 8
e645702e
8 commits,
3 years ago
version 7
03cd8b75
7 commits,
3 years ago
version 6
78deaa55
6 commits,
3 years ago
version 5
ce2c0bdb
5 commits,
3 years ago
version 4
7ccd7427
3 commits,
3 years ago
version 3
68887b7a
2 commits,
3 years ago
version 2
87ded6cf
2 commits,
3 years ago
version 1
7ee34826
1 commit,
3 years ago
35 files
+
902
−
90
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
35
Search (e.g. *.vue) (Ctrl+P)
config/schema/matomo.schema.yml
+
3
−
0
Options
@@ -112,6 +112,9 @@ matomo.settings:
translation_set
:
type
:
boolean
label
:
'
Track
translation
sets
as
one
unit'
disable_tracking
:
type
:
boolean
label
:
'
Disable
tracking'
cache
:
type
:
boolean
label
:
'
Locally
cache
tracking
code
file'
Loading