Skip to content

Releases: monkishtypist/gtm4wp

Dynamic Remarketing

Choose a tag to compare

@monkishtypist monkishtypist released this 02 Feb 19:32

This release includes Dynamic Remarketing tag integration for AdWords and GTM.

<script>
dataLayer.push({
'ecomm_prodid':'[<product_id1>,<product_id2>]',
'ecomm_pagetype':'<page_type>',
'ecomm_totalvalue':<total_value>
});
</script>

See GTM's own AdWords dynamic remarketing documentation for usage details.

2.2.5 Added Adwords Remarketing tags to dataLayer

Choose a tag to compare

@monkishtypist monkishtypist released this 01 Feb 19:28

Allows for adding dynamic remarketing to Adwords. Example added scripting:

<script>
dataLayer.push({
'ecomm_prodid':'[<product_id1>,<product_id2>]',
'ecomm_pagetype':'<page_type>',
'ecomm_totalvalue':<total_value>
});
</script>

2.2.4 Minor fix for Enhanced Ecommerce with special character Product names

Choose a tag to compare

@chousmith chousmith released this 19 Dec 23:49

Minor bug fixes and improvements

  • Fixed a bug in the Enhanced Ecommerce where WooCommerce Products with special characters like an apostrophe single quote in the Title could break the javascript. Now Product info is all run through esc_html before output
  • Updated the README to replace old references to function_exists with updated do_action( 'gtm4wp_noscript' ); call instead

requires: 4.3.0

tested: 4.7.0

2.2.3 Minor bug fixes and improvements

Choose a tag to compare

@chousmith chousmith released this 13 Dec 23:18

Minor bug fixes and improvements

  • Fixed a bug on WooCommerce "Order Received" Transaction Success page not loading order details for dataLayer enhanced ecommerce tracking
  • Tested through WordPress 4.7 + WooCommerce 2.6.9

requires: 4.3.0

tested: 4.7.0

2.2.2 Minor improvement adding Settings link to Plugins links area

Choose a tag to compare

@chousmith chousmith released this 13 Dec 19:19

Minor improvement added

  • Adding "Settings" link to Plugin links area

requires: 4.3.0

tested: 4.7.0

2.2.1 Minor improvements to auto updating

Choose a tag to compare

@chousmith chousmith released this 13 Dec 19:06

Minor bug fixes and improvements

  • Additional details added to plugin details
  • Changelog in wp-admin now lists changes from past GitHub releases
  • There is also a banner now that appears in those details

requires: 4.3.0

tested: 4.7.0

2.2.0 Adding support for auto updating via GitHub

Choose a tag to compare

@chousmith chousmith released this 13 Dec 00:51

Improvement added!

  • Now supporting auto updating the plugin from GitHub releases
  • Props to code.tutsplus for the assist there

requires: 4.3.0

tested: 4.7.0

2.1.4 Minor release improving datalayer structures and types

Choose a tag to compare

@chousmith chousmith released this 12 Dec 23:47

Minor bug fixes and improvements

  • changes for different datalayer structures and types

requires: 4.3.0
tested: 4.6.1

2.1.3 Minor release cleaning up some of the ajax js and enhanced ecommerce

Choose a tag to compare

@chousmith chousmith released this 12 Dec 23:46

Minor bug fixes and improvements

  • Removing some non-plugin-specific js
  • Changing "quantity" to "qty"

2.1.2 Minor bug fixes and improvements related to Enhanced Ecommerce tracking

Choose a tag to compare

@chousmith chousmith released this 12 Dec 23:14

Minor bug fixes and improvements related to Enhanced Ecommerce tracking