Skip to content

Releases: webmatch/WbmTagManager

3.2.1

31 Oct 15:24

Choose a tag to compare

Use PostDispatchSecure events for controller forwards

3.2.0

17 Oct 14:59

Choose a tag to compare

Added dataLayer support for widget views through custom modules

3.1.0

20 Jul 08:35

Choose a tag to compare

New Feature

  • New plugin configuration setting for comma separated list of GET parameters that will be saved in the session temporary.
    The parameters can then be used in the dataLayer configuration by reading the session:
    {$smarty.session.Shopware.wbmTagManager.nameOfTheParameter}

3.0.2

03 Jul 14:48

Choose a tag to compare

Minor changes to the backend interface

3.0.1

02 Jul 14:08

Choose a tag to compare

Fixed tracking of first page search results

3.0.0

02 Jul 10:41

Choose a tag to compare

New Features

  • Extended backend app for adding/editing new/existing modules
  • Import/Export from/to JSON functions in backend
  • New Smarty functions and modifiers available for compiling dataLayers
    • {dbquery} query the database
    • {*|request_get} get request parameters
    • {*|to_string} force cast to string
  • Added config fields for inline JS before/after GTM snippet

Changes

  • Moved GTM snippet after <meta charset> element if possible on Google's updated directive
  • Optional compiling of dataLayers on preDispatch events via module setting
  • Added/updated default dataLayers with values utilizing {dbquery} to fetch additional data for tracking
    • force cast id product numbers as strings
    • category on impressions when loaded through ajax infinite scrolling
    • price on addToCart
    • id, price and quantity on removeFromCart
  • Smarty syntax-errors will be caught and will output within the dataLayer instead
  • Refactored methods concerning dataLayer compiling into wbm_tag_manager.variables service
  • Refactored event subscribers with streamlined injection
  • Optionally drop database tables on uninstall

2.1.9

19 Jun 14:09

Choose a tag to compare

Values for fields in datalayer may now be longer than 255 characters (Thanks @buddhaCode )

2.1.8

25 Apr 17:07

Choose a tag to compare

Bugfix for multiple array iterations

2.1.7

22 Apr 21:07

Choose a tag to compare

Use existing elements for noscript content to avoid regex mishaps in body

RegEx matching HTML... don't do it

2.1.6

19 Apr 10:07

Choose a tag to compare

Fixes issues in combination with use of Shopware Advanced Cart (thanks @akkushopJK )