Torben Lundsgaard
Forum Replies Created
-
Yes, the fix will be included in the next release, så you can update as usual.
I have created a fix. Please download and install this: https://we.tl/t-FwF2AKbQcdzNMS1k
Please go to ‘GTM Kit > Help > Support > Share system data with the GTM Kit support team’ and enter the support ticket: FS931-F44C5
GTM Kit 2.11.0, which was released today should fix your problem.
Please go to ‘GTM Kit > Help > Support > Share system data with the GTM Kit support team’ and enter the support ticket: FS930-4055F
I’m sorry to hear you had a frustrating experience.
I do want to note that we didn’t receive any support request from you via the ww.wp.xz.cn support forum or our support channels. In most cases where GA4 isn’t firing, it’s related to configuration (Consent Mode, caching, multiple GTM/GA installations, or theme-level script injection), and we’re usually able to resolve it quickly once we can look at the setup.
GTM Kit is actively maintained and used on thousands of sites, and GA4 works correctly when configured as intended. If you’re still open to it, you’re very welcome to open a support thread and we’ll gladly help get it workingForum: Plugins
In reply to: [GTM Kit - Google Tag Manager & GA4 integration] wp-admin Google tagNo problem.
Forum: Plugins
In reply to: [GTM Kit - Google Tag Manager & GA4 integration] wp-admin Google tagGTM Kit does not include the GTM container in wp-admin. Maybe you have included the scripts another way?
If you want to exclude admins from tracking you can do this in: GTM Kit > General > Container > Exclude User RolesForum: Plugins
In reply to: [GTM Kit - Google Tag Manager & GA4 integration] wp-admin Google tagPlease go to ‘GTM Kit > Help > Support > Share system data with the GTM Kit support team’ and enter the support ticket: FS910-B05E6
Forum: Plugins
In reply to: [GTM Kit - Google Tag Manager & GA4 integration] datalayer quantity nullYou are welcome. It will be part of the next release
Forum: Plugins
In reply to: [GTM Kit - Google Tag Manager & GA4 integration] datalayer quantity nullI have found the problem. You are using WooCommerce for affiliate marketing on amazon and therefor the add-to-cart button is not a regular button and the form does not contain the quantity.
I have made a small change that sets the quantity to 1 when quantity is not available in the add-to-cart form. Please install and test this fix: https://we.tl/t-NHEcu5c10P
Forum: Plugins
In reply to: [GTM Kit - Google Tag Manager & GA4 integration] datalayer quantity nullPlease go to ‘GTM Kit > Help > Support > Share system data with the GTM Kit support team’ and enter the support ticket: FS909-1F0B2
Forum: Plugins
In reply to: [GTM Kit - Google Tag Manager & GA4 integration] Price in GTM is not correctyou are welcome
closing this
Forum: Plugins
In reply to: [GTM Kit - Google Tag Manager & GA4 integration] Price in GTM is not correctThe Exclude tax option only has effect on the ‘purchase’ event.
GTM Kit uses the stand WooCommerce functionwc_get_price_to_display, which in you case is returning 1318. It returns the price including or excluding tax based on the ‘woocommerce_tax_display_shop’ setting. Unless you or a plugin is overriding the setting.