Skip to content

v3.5.0

Compare
Choose a tag to compare
@vtex-io-ci-cd vtex-io-ci-cd released this 03 May 16:19
· 9 commits to master since this release

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).