From 94074f2176a6fd37f4b7bace327947d5d184a3e5 Mon Sep 17 00:00:00 2001 From: Alex Phelps Date: Tue, 26 Jul 2022 13:38:39 +0700 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5847200..708d710 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # Google Tag Manager -Google Tag Manager app +Google Tag Manager app for 29 Next that integrates Google Tag Manager into any storefront theme. App also includes [Enhanced Ecommerce for Tag Manager](https://developers.google.com/analytics/devguides/collection/ua/gtm/enhanced-ecommerce) event tracking using the Data Layer. + +**Google Tag Manager** +* Installs Google Tag Manager globally - see `snippets/global-header.html` + + +**Google Ecommerce Events** +* [Product Detail Impressions](https://developers.google.com/analytics/devguides/collection/ua/gtm/enhanced-ecommerce#details) - see `snippets/view-product.html` +* [Add to Cart](https://developers.google.com/analytics/devguides/collection/ua/gtm/enhanced-ecommerce#cart) - see `snippets/add-to-cart.html` +* [Checkout](https://developers.google.com/analytics/devguides/collection/ua/gtm/enhanced-ecommerce#checkout) - see `snippets/start-checkout.html` +* [Purchases](https://developers.google.com/analytics/devguides/collection/ua/gtm/enhanced-ecommerce#purchases) - see `snippets/complete-checkout.html`