Nuxt plugin for Shopware PWA that logs ecommerce events to the dataLayer according to the Google Analytics 4 schema.
Add Google Tag Manager to your Shopware PWA instance. For example via the @nuxtjs/gtm module Instructions here.
Download or clone the shopware-pwa-gtm-events plugin.
Place the plugin in a suitable directory. For example in your custom theme, or in src/plugins
There Shopware PWA will automaticly detect and enable it.
For now the following events are implemented:
- Product detail view;
- Product list view;
- Add to cart;
- Remove from cart;
- View cart;
- Start checkout;
- Purchase event (partially);