https://github.com/pimcore/google-marketing-bundle
Google Marketing community bundle provides marketing-related integrations such as analytics, search console and tag manager for Pimcore.
https://github.com/pimcore/google-marketing-bundle
Last synced: about 1 year ago
JSON representation
Google Marketing community bundle provides marketing-related integrations such as analytics, search console and tag manager for Pimcore.
- Host: GitHub
- URL: https://github.com/pimcore/google-marketing-bundle
- Owner: pimcore
- License: other
- Created: 2023-03-28T13:18:55.000Z (about 3 years ago)
- Default Branch: 2.x
- Last Pushed: 2025-04-30T04:58:31.000Z (about 1 year ago)
- Last Synced: 2025-04-30T05:33:32.700Z (about 1 year ago)
- Language: PHP
- Homepage: https://pimcore.com/docs/platform/Google_Marketing/
- Size: 491 KB
- Stars: 4
- Watchers: 11
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Google Marketing Bundle
The `Marketing Settings` gives you the possibility to configure marketing-specific settings, which are:
- Google Analytics
- Google Search Console
- Google Tag Manager
### Google Analytics
Google Analytics code is automatically injected during the rendering of the page. See [Google Analytics](./docs/05_Analytics.md) for
details.
### Google Tag Manager
The Google Tag Manager code is built and injected in a similar way as the Google Analytics one and exposes the same customization
possibilities through:
* the `GoogleTagManagerEvents::CODE_HEAD` and `GoogleTagManagerEvents::CODE_BODY` events, each defining a set of customizable
blocks
* a dedicated template for both events, which can be customized from an event listener
### Google Service Integrations
For a more detailed description, see [Google Service Integration](./docs/10_Google_Services_Integration.md)