Releases: monkishtypist/gtm4wp
Releases · monkishtypist/gtm4wp
Release list
Dynamic Remarketing
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
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
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_htmlbefore output - Updated the README to replace old references to
function_existswith updateddo_action( 'gtm4wp_noscript' );call instead
requires: 4.3.0
tested: 4.7.0
2.2.3 Minor bug fixes and improvements
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
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
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
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
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
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
Minor bug fixes and improvements related to Enhanced Ecommerce tracking