Skip to content

Releases: duracelltomi/gtm4wp

v1.7 beta 2

12 May 05:24
Compare
Choose a tag to compare
v1.7 beta 2 Pre-release
Pre-release

Added new WooCommerce enhanced ecommerce integration option: add cart page as step 1 in the checkout funnel (created by request of plugin users)

v1.7 beta 1

03 May 19:17
Compare
Choose a tag to compare
v1.7 beta 1 Pre-release
Pre-release

Two more features needs to be implemented but you can try some additions:

  • Added: Google Optimize page hiding snippet under Integrations tab
  • Added: add to cart data for WooCommerce enhanced ecommerce tracking if user undos a cart item removal (no need to update GTM tags)
  • Added: you can now enter a product ID prefix so that IDs can match with IDs in some product feeds generated by other plugins

v1.6.1

20 Apr 04:21
Compare
Choose a tag to compare

Bugfix release for WooCommerce users

v1.6.0

18 Apr 18:58
Compare
Choose a tag to compare
Updated v1.6 changelog

1.6.0 release candidate

01 Apr 19:28
Compare
Choose a tag to compare
Pre-release

This is the feature complete version which has to be tested on some more sites. If no issues will be found, this will be the final v1.6

v1.5

01 Dec 13:46
Compare
Choose a tag to compare

Only one change since 1.5RC: the code in the was set to show at the top of the section but this moved the container code above the jquery.js include which prevented scripts firing during page load to use the jquery library.

1.5.0 release candidate

19 Nov 16:59
Compare
Choose a tag to compare
Pre-release

This is the feature complete version which has to be tested on some more sites. If no issues will be found, this will be the final v1.5

v1.4.0 release

15 Aug 13:04
Compare
Choose a tag to compare
  • Fixed: WP CLI error message
  • Fixed: wrong dynamic remarketing tagging on cart and checkout pages
  • Updated: WhichBrowser library to 2.0.22
  • Updated: slightly changed container code snippet to prevent W3 Total Cache to alter the code which breaks proper code execution
  • Updated: replaced file_get_contents() usage in weather tracking to wp_remote_get() so that it is more compatible with several WP instances
  • Updated: YouTube/Video/Soundcloud tracking now tracks videos not embedded using oEmbed (like videos in a widget area)
  • Updated: new Vimeo Player API implemented which should solve several issues
  • Changed: adapted W3C HTML5 media player event names which changes some events (needs updating your existing GTM setup):
    • Soundcloud: finish => ended, seek => seeked
    • YouTube: playing => play, paused => pause, playback-rate-change => ratechange
    • Vimeo: seek => seeked
  • Added: new placement option - 'off'. This will only generate the data layer but you will need to add the proper GTM container code snippet by hand
  • Added: new data layer variable: authorID
  • Added: new data layer variable: siteID to be able to track based on blog ID in a multisite environment
  • Added: new data layer variable: siteName to be able to track in a multisite environment