Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal_cms
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
drupal_cms
Merge requests
!359
An error occurred while fetching the assigned milestone of the selected merge_request.
Rename analytics recipe
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Rename analytics recipe
issue/drupal_cms-3496890:3496890-rename-analytics
into
1.x
Overview
0
Commits
4
Pipelines
3
Changes
9
Merged
Adam G-H
requested to merge
issue/drupal_cms-3496890:3496890-rename-analytics
into
1.x
5 months ago
Overview
0
Commits
4
Pipelines
3
Changes
9
Expand
Closes
#3496890
0
0
Merge request reports
Compare
1.x
version 2
a134cc37
5 months ago
version 1
d87e9197
5 months ago
1.x (base)
and
latest version
latest version
a134cc37
4 commits,
5 months ago
version 2
a134cc37
4 commits,
5 months ago
version 1
d87e9197
1 commit,
5 months ago
9 files
+
34
−
11
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
recipes/drupal_cms_analytics/composer.json
+
3
−
5
Options
{
"name"
:
"drupal/drupal_cms_analytics"
,
"type"
:
"
drupal-recip
e"
,
"description"
:
"Adds tracking
of
website traffic
using Google Analytics and Google Tag Manager. Requires a Google Tag Manager ID
."
,
"type"
:
"
metapackag
e"
,
"description"
:
"Adds
recipes for
tracking website traffic."
,
"require"
:
{
"drupal/core"
:
">=10.4"
,
"drupal/google_tag"
:
"^2.0.7"
,
"drupal/drupal_cms_privacy_basic"
:
"*"
"drupal/drupal_cms_google_analytics"
:
"*"
}
}
Loading