Martech Loader for AEM Edge Delivery Services. Requires that project is instrumented with the [aem plugin system]
Add it to your project via git subtree
git subtree add --squash --prefix plugins/martech-loader [email protected]:chicharr/aem-martech-loader-plugin.git main
git subtree add --squash --prefix plugins/martech-loader [email protected]:chicharr/aem-martech-loader-plugin.git main
You can then later update it from the source again via:
git subtree pull --squash --prefix plugins/martech-loader [email protected]:chicharr/aem-martech-loader-plugin.git main
git subtree pull --squash --prefix plugins/martech-loader [email protected]:chicharr/aem-martech-loader-plugin.git main
Following the AEM plugin system API this plugin should be initialized in the project's scripts.js
window.hlx.plugins.add('martech-loader', '/plugins/martech-loader/src/index.js');
Currently the configuration is done in an Excel file. The format of the configuration file is still evolving, and continuously changing. For more information reach out to @grumaz @reiss @chicharr on Slack
At the moment this plugin supports:
- Adobe Analytics / Customer Journey Optimizer via WebSDK
- Cookie Consent: Using OOTB an opensource cookie consent tool https://github.com/sandstreamdev/cookieconsent
- Google Analytics
- Google Tag Manager