Skip to content

Commit c0954d1

Browse files
authored
Merge pull request #554 from humanmade/backport-553-to-v17-branch
[Backport v17-branch] Update documentation to include details of HM-GTM
2 parents 4adceba + 9d8766e commit c0954d1

File tree

1 file changed

+16
-1
lines changed
  • other-docs/guides/upgrading

1 file changed

+16
-1
lines changed

other-docs/guides/upgrading/v17.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ composer server cli -- altis migrate
4141

4242
## Changes to the Altis platform
4343

44-
We have removed the Analytics module, Experience Blocks and Global Blocks from
44+
### Analytics module
45+
46+
We have removed the Analytics module, which includes Experience Blocks and Global Blocks from
4547
the Altis platform. These are now delivered through the new Altis Accelerate
4648
plugin. Learn more at https://www.altis-dxp.com/accelerate/.
4749

@@ -75,6 +77,19 @@ module to your `composer.json` file. It is no longer enabled by default.
7577
}
7678
```
7779

80+
### Google Tag Manager
81+
82+
The Google Tag Manager module is also removed as part of this release. If you add `altis/Analytics` back into your
83+
project, as above, you will also get the Google Tag Manager module. If, instead, you install the Altis Accelerate
84+
plugin, you will need to manually add the HM Google Tag Manager module to your `composer.json` file.
85+
86+
```shell
87+
# Add Altis Analytics support
88+
composer require humanmade/hm-gtm
89+
```
90+
91+
Once added, you will need to network enable the plugin.
92+
7893
### PHP 8.1
7994

8095
PHP 8.1 is now our recommended version of PHP for Altis. We have improved

0 commit comments

Comments
 (0)