Skip to content

Releases: vtex-apps/google-tag-manager

v3.5.4

16 Apr 21:42
Compare
Choose a tag to compare
Release v3.5.4

v3.5.3

26 Mar 14:33
Compare
Choose a tag to compare

Fixed

  • Documentation typos

v3.5.2

20 Sep 15:48
Compare
Choose a tag to compare

Fixed

  • Fix item_category hierarchy on event purchase

v3.5.1

10 May 20:16
Compare
Choose a tag to compare

Fixed

  • Fix attributes received from eventData on event vtex:addToWishlist extracting items.product ans using sku instead selectedSku
  • Fix eventData for the refund to receive a formatted order object instead

v3.5.0

03 May 16:19
Compare
Choose a tag to compare

Added

  • A new app configuration option on Admin, "Send Google Analytics 4 Events", that clients can opt-in to also send the events in the GA4 format.
  • Support for sending GA4 view_item (UA detail) when vtex:productView is received.
  • Support for sending GA4 view_item_list (UA impressions) when vtex:productImpression is received.
  • Support for sending GA4 select_item (UA click) when vtex:productClick is received.
  • Support for sending GA4 purchase (UA purchase) when vtex:orderPlaced is received.
  • Support for sending GA4 add_to_cart (UA add) when vtex:addToCart is received.
  • Support for sending GA4 remove_from_cart (UA remove) when vtex:removeFromCart is received.
  • Support for sending GA4 view_promotion (UA promoView) when vtex:promoView is received.
  • Support for sending GA4 select_promotion (UA promoClick) when vtex:promotionClick is received.
  • Support for sending GA4 add_payment_info when vtex:addPaymentInfo is received (not being sent yet).
  • Support for sending GA4 begin_checkout when vtex:beginCheckout is received (not being sent yet).
  • Support for sending GA4 view_cart when vtex:beginCheckout is received (not being sent yet).
  • Support for sending GA4 add_shipping_info when vtex:addShippingInfo is received (not being sent yet).
  • Support for sending GA4 search when vtex:search is received (not being sent yet).
  • Support for sending GA4 login when vtex:login is received (not being sent yet).
  • Support for sending GA4 refund when vtex:refund is received (not being sent yet).
  • Support for sending GA4 add_to_wishlist when vtex:addToWishlist is received (not being sent yet).
  • Support for sending GA4 sign_up when vtex:signUp is received (not being sent yet).
  • Support for sending GA4 share when vtex:share is received (not being sent yet).

v3.4.1

13 Apr 12:50
Compare
Choose a tag to compare

[3.4.1] - 2023-04-12

Security

  • Updates dependencies with security issues

v3.4.0

15 Feb 21:17
Compare
Choose a tag to compare
Release v3.4.0

v3.3.1

04 Apr 19:17
Compare
Choose a tag to compare

Fixed

  • Fix ecommerce variable firing, pass null to ecommerce before pass values again, like google recommend.

v3.3.0

09 Feb 14:55
Compare
Choose a tag to compare

Added

  • Added a custom field to "userData" dataLayer

v3.2.1

26 Jan 17:54
Compare
Choose a tag to compare

Fixed

  • Added ecommerceV2 property sent on the orderPlaced event to match the checkout dataLayer