Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alexphelps committed Jun 8, 2023
1 parent be37c59 commit c831134
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Google Analytics 4

Google Analytics 4 app for 29 Next that integrates Google Analytics 4 into any storefront theme. App also includes [Enhanced Ecommerce](https://developers.google.com/analytics/devguides/collection/ga4/ecommerce?client_type=gtag) event tracking using the `gtag()` events.

Also includes Google Adwords Conversion tracking integration with `gtag()` conversion events.

**Google Analytics 4**
* [Installs Google Tag Manager](https://support.google.com/analytics/answer/9304153) globally with a setting for your Measurement ID - see `snippets/global-header.html`


**Google Ecommerce Events**
* [Product Detail Impressions](https://developers.google.com/analytics/devguides/collection/ga4/ecommerce?client_type=gtag#view_item_details) - see `snippets/view-product.html`
* [Add to Cart](https://developers.google.com/analytics/devguides/collection/ga4/ecommerce?client_type=gtag#add_or_remove_an_item_from_a_shopping_cart) - see `snippets/add-to-cart.html`
* [Begin Checkout](https://developers.google.com/analytics/devguides/collection/ga4/ecommerce?client_type=gtag#initiate_the_checkout_process) - see `snippets/start-checkout.html`
* [Purchases](https://developers.google.com/analytics/devguides/collection/ga4/ecommerce?client_type=gtag#make_a_purchase_or_issue_a_refund) - see `snippets/complete-checkout.html`


**Google Adwords Conversion Tracking**

* [Google Tag for Google Ads Conversion Tracking](https://support.google.com/google-ads/answer/7548399?hl=en) - see `snippets/complete-checkout.html`

0 comments on commit c831134

Please sign in to comment.