Skip to content

Releases: stefandoorn/sylius-google-tag-manager-enhanced-ecommerce-plugin

Support Symfony 6.x

05 Jan 10:51
98d9275
Compare
Choose a tag to compare
Support Symfony 6.x Pre-release
Pre-release
v2.0.0-alpha.3

Ubuntu 18 -> 22 in build

Check for existence of gtmEnhancedEcommerceUAEnabled JS variable

07 Oct 10:14
Compare
Choose a tag to compare
v2.0.0-alpha.2

Check for existence of gtmEnhancedEcommerceUAEnabled variable

GA4 support

16 Sep 10:03
Compare
Choose a tag to compare
GA4 support Pre-release
Pre-release

Added basic support for GA4, while keeping UA intact as well (if you want to).

Limited features of GA4 have been implemented, but it does seem to be the most important ones right now:

  • Add to cart
  • Remove from cart
  • Begin checkout
  • Finished transaction

UA support will be removed in v3.

Please read the UPGRADE guide for information on breaking changes and new settings.

Fix call to ProductDetail::setCategory when no category present

18 Jan 13:11
11fc51f
Compare
Choose a tag to compare

Fix Transaction Tracking, Backend tracking Add/Remove Cart + GTM importable example

17 Jan 13:39
5dc1aac
Compare
Choose a tag to compare

Main improvements:

  • Instead of using JS tracking for add / remove from cart, backend events are now used
  • Transaction tracking has been fixed (it conflicted with the checkout step tracking)
  • Provided an importable example for a GTM container

Please follow the UPGRADE.md guide in case you have been overriding some classes.

Thanks a lot to @kgonella for providing PR's!

Send in only first variant on product detail page

07 Jan 09:50
329b125
Compare
Choose a tag to compare

We used to send in all product variants on the product detail page. This has been changed to only the first variant.

NOTE: some template adjustments are required, please follow the UPGRADE.md guide.

In addition, some adjustments have been made to follow new Google documentation.

Major thanks to @kgonella for helping out!

Finally v1.0.0

23 Dec 13:51
Compare
Choose a tag to compare

Including SF5 & Sylius 1.9/1.10 support.

Thanks a lot @kgonella & @vicla31 for helping with the upgrades!

Symfony 5 compatible & only use enabled variants

09 Apr 19:12
4d4d65b
Compare
Choose a tag to compare
Merge pull request #110 from lruozzi9/master

Add compatibility with Symfony 5

Add configurable checkout step tracking

04 Oct 18:20
34461db
Compare
Choose a tag to compare
Merge pull request #34 from Prometee/master

[Feature] add checkout configuration

Fix for unit prices in checkout transaction

02 Oct 09:10
ee7b109
Compare
Choose a tag to compare
Merge pull request #61 from sbarbat/master

Unit prices for products in checkout transaction