Tomek
Forum Replies Created
-
Forum: Plugins
In reply to: [Google Analytics for WooCommerce] GA4 Purchase Events Not FiringHi @sebas85,
I’m sorry to say so, but you seem to face?a bug?that was introduced recently.?The fix?is ready to be released this upcoming week.I’m not 100% sure that this is the root cause of the problems with your site, but it certainly may affect tracking.
Please check for updates around Tuesday-Wednesday. In the meantime, you may try changing thewp-content/plugins/woocommerce-google-analytics-integration/includes/class-wc-google-gtag-js.php
file as in
https://github.com/woocommerce/woocommerce-google-analytics-integration/pull/310/files#diff-75fada6b677c39f17a7de173a315db4d8911e7469f5a70dce4822a6aaa849514R397-R402Thank you @cawa-93 for the great suggestion.
I would love to remove jQuery dependency as well!
We do look forward to doing a little bit of cleanup in the upcoming months. Not in this area, and it’s still in very early planning. So, I cannot give any dates or promises.
However, I added a suggestion to at least start gradually removing jQuery and revisit the need for render-blocking scripts. We will see how it fits our roadmap.
Hi @judsfr,
Thanks for the additional check. I’m sorry to say so, but you seem to face a bug that was introduced lately. The fix is ready to be released next week.I’m not 100% sure that this is the root cause of the problems with your site, but it certainly may affect tracking.
Please check for updates around Tuesday-Wednesday. In the meantime, you may try changing thewp-content/plugins/woocommerce-google-analytics-integration/includes/class-wc-google-gtag-js.php
file as in
https://github.com/woocommerce/woocommerce-google-analytics-integration/pull/310/files#diff-75fada6b677c39f17a7de173a315db4d8911e7469f5a70dce4822a6aaa849514R397-R402Forum: Plugins
In reply to: [Google Analytics for WooCommerce] JavaScript Output TwiceThank you all for reporting that, and your investigations!
I made a quick fix for the syntax error. After the review, we should ship it with the upcoming version.
(In the meantime, the fix from @dorogoff or the PR should help)
I’ll also take a closer look if we could avoid duplication as well, to make it even cleaner in the future.
Forum: Plugins
In reply to: [Google for WooCommerce] Fatal ErrorThank you for the details @giuseppesantangeli
It seems to be a compatibility issue with LiteSpeed-Cache. I created an issue in LSC support forum, to prevent similar problems to happen with other plugins.
Also, I made one in our bug tracker, we plan to provide a solution on our end to unlock you sooner. So, this should be solved with the next version of GLA.
Forum: Plugins
In reply to: [Google for WooCommerce] Fatal ErrorAlso, do you use LiteSpeed Cache or some other plugin that happens to overwrite cache with incompatible API?
If so, please let us know, as then we may need to raise an issue here or there to solve the incompatibility.
Forum: Plugins
In reply to: [Google for WooCommerce] Fatal ErrorI’m sorry to hear about the issues you’re having with Google Listings & Ads!
and many thanks for reporting them ??This one looks interesting, as
delete
mentioned in your logs usesdelete_transient
WordPress method, which was returningbool
s for years.Could you share more details on the setup you’re using? Like the version of WordPress, WooCommerce, and Google Listings & Ads plugin? You can find it in the System Status, by navigating to WooCommerce > Status on your website. Select Get system report and then Copy for support.
- This reply was modified 3 years, 5 months ago by Tomek.