Descripción
GTM Kit puts the Google Tag Manager container code on your website so that you don’t need to touch any code. It also pushes data from WooCommerce, Easy Digital Downloads (EDD) and Contact Form 7 to the data layer for use with for Google Analytics 4, Facebook and other GTM tags.
The goal of GTM Kit is to provide a flexible tool for generating the data layer for Google Tag Manager. It is easy to use and doesn’t require any coding, but it allows developers to customize the plugin as needed.
eCommerce events tracked with Google Analytics 4
The following GA4 events are automatically included in the dataLayer:
WooCommerce
- view_item_list
- select_item
- view_item
- add_to_wishlist
- add_to_cart
- view_cart
- remove_from_cart
- begin_checkout
- add_shipping_info
- add_payment_info
- purchase
Easy Digital Downloads
- view_item
- add_to_cart
- begin_checkout
- purchase
Flexible container implementation
Depending on how you use Google Tag Manager you can delay the loading of the container script until the browser is idle. This may be relevant to you be if are focusing on pagespeed.
You may enter a custom domain name if you are using a custom server side GTM (sGTM) container for tracking. It’s also possible to specify a custom loader. GTM Kit has full support for Stape server GTM hosting.
Post data
You may specify which post data elements you wish to include in the dataLayer for use in Google Tag Manager.
– Post type: include the type of the current post or archive page.
– Page type: include a defined page type. I.e. post, page, product, category, cart, checkout etc.
– Categories: include the categories of the current post or archive page.
– Tags: include the tags of the current post or archive page.
– Post title: include the post title of the current post.
– Post ID: include the Post ID of the current post.
– Post date: include the post date.
– Post author name: include the post author name.
– Post author ID: include the post author ID.
Capturas
Instalación
- Install GTM Kit either via the WordPress.org plugin repository or by uploading the files to your server.
- Activate the plugin through the ‘Plugins’ menu in WordPress
- Enter your GTM Container ID and click ‘Save changes’.
FAQ
-
Where do I get a GTM Container ID?
-
Create an account and container in Google Tag Manager and get it there.
-
Is Google Analytics 4 (GA4) supported?
-
Yes! We strive to support the full feature set of Google Analytics 4 and will implement any future features of Analytics 4.
-
Is this plugin cache friendly?
-
Yes! Pagespeed is one of our main focus points, and we strive to make the plugin compatible with full page caching.
Reseñas
Colaboradores y desarrolladores
«GTM Kit – Google Tag Manager integration» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
Colaboradores«GTM Kit – Google Tag Manager integration» ha sido traducido a 2 idiomas locales. Gracias a los traductores por sus contribuciones.
Traduce «GTM Kit – Google Tag Manager integration» a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
1.16.2
Release date: 2023-11-15
Bugfixes:
- Fix critical JS bug.
1.16
Release date: 2023-11-15
Find out about what’s new in our our release post.
Enhancements:
- Add option to include customer data from Easy Digital Downloads on the purchase event.
- Added the filter ‘gtmkit_datalayer_script’, which allows you to filter the datalayer script.
- Added the constant ‘GTMKIT_EDD_DEBUG_TRACK_PURCHASE’, which allows users of Easy Digital Downloads to force tracking of purchase event on every page refresh for debugging.
Bugfixes:
- Billing state and shipping stat was not included in the customer data on the ‘purchase’ event.
Other:
- Tested up to WordPress 6.4
- Tested up to WooCommerce 8.3
1.15
Release date: 2023-10-24
Find out about what’s new in our our release post.
Enhancements:
- Added support for the WooCommerce block ‘all-products’.
- Added support for Stape.io Cookie Keeper .
- Inline scripts are now registered with the wp_add_inline_script insted of wp_head. This allows easy extension GTM Kit and implementation of a CSP (Content Security Policy).
Bugfixes:
- The product ID Prefix was not added when a product variation was selected.
- Tax was not added on the total on the add_shipping_info and add_payment_info events.
1.14.2
Release date: 2023-10-11
Bugfixes:
- Items was not loaded correct in the Ease Digital Downloads begin_checkout event.
- Fixes a problem where variation products would use the master product id.
- Fixes an error when shipping was selected in the WooCommerce block cart.
- Using variation product selection without including gtmkit_product_data would result in a JavaScript error.
- Using the WooCommerce ‘All products’ block without including gtmkit_product_data would result in a JavaScript error.
1.14.1
Release date: 2023-10-06
Bugfixes:
- Set custom page type in post sidebar was removed by mistake in 1.14
- Fix possible naming collision with other GTM plugins
1.14
Release date: 2023-10-03
Find out about what’s new in our our release post.
Enhancements:
- There is a new admin GUI based on WordPress components and the admin is now more extendable.
- We have added a more robust method of adding data attributes to the HTML.
- The autoload of options has been optimized for better performance.
Bugfixes:
- Flush cache after setting or updating an option.
Other:
- Require WordPress 6.2
- Require WooCommerce 7.6
- Tested up to WooCommerce 8.2
Earlier versions
For the changelog of earlier versions, please refer to the changelog on gtmkit.com.