entmediatech
Forum Replies Created
-
Hi,
Thank you for code. I added this snippet through the Code Snippet plugin for WordPress and activated it, then refreshed the Sitemaps, but I’m still seeing empty sitemaps in my index.
Take a look: https://www.betitaliaweb.it/sitemap_index.xml
Do you think it’s necessary to add it in the functions.php?
Thanks
Hi Michael, thank you for the support.
I’ve done all the steps that you outlined in your answer, but that didn’t work. If you take a look at the sitemap you will notice that nothing changed.
Hi Suwash,
I’ve done this using YoastSEO settings, through the WP All Import plugin and YoastSEO extension.
I updated all the old post via csv import.
Hi,
Ok now I understand my error.
I edited my tag so now it uses the correct GA3 trigger.
Hope this solves the problem.
Thanks
Hi,
Of course.
Here is the screenshot of the event: https://snipboard.io/dxUqpg.jpg
And here the trigger attached to it: https://snipboard.io/kuYBZz.jpg
Thanks
Hi,
The GA event fired uses the Google Analytics Settings Variable for enchanced ecommerce (it seems alright to me).
I can try to override the settings and manually insert the info for enhanced ecommerce in the GA tag for add-to-cart action.
Could this be a solution?
Thanks
Hi Thomas,
My store is available again and I’m still experiencing this issue.
I’ve checked the plugin and I’m using the version 1.13.1 (I think it’s the latest version).
Regarding the configuration in my tag manager, I’m using a GA settings variable with enhanced ecommerce activated (through data layer).
Everything seems ok to me.
Do you have a solution?
Hi,
Yes, unfortunately we had to temporarily close the store due to the amount of orders. Right now I can’t activate Add To Cart until next Monday.
Is there a way I can contact you next week? I checked other websites where we have the plugin installed and everything seems working fine (funnel reports in GA3 are populating correctly).
As I previously said, the main problem now is that GA3 is not recording “Sessions with Add to Cart” anymore. Maybe it is related to some update, I don’t know.
Hi,
Here is the share preview link for my GTM container:
There are two events for “add to cart” in the data layer:
– gtm4wp.addProductToCartEEC
– add_to_cartHi Thomas,
Thank you for your reply and your support.
I confirm you that the add to cart event is firing correctly. The problem is in the ecommerce reports in Google Analytics, where add to cart sessions are not reported.
Take a look at this screenshot
You can see that add to cart sessions are not tracked. The same happens in the product performance report. However, this issue showed up in the last month. Before that, it was working perfectly fine. Since these reports are populated using the Data Layer, I’m wondering if there’s a issue there. My guess is that it is related to product variations.
Can you check please? Thanks again
Forum: Plugins
In reply to: [WPC Product Bundles for WooCommerce] Compatibility with Google Product FeedHi @wpclever
Thanks. I’ll appreciate that.
Forum: Plugins
In reply to: [Pixel Caffeine] Purchase event not triggering@faisalmaq Hi,
You need to use a Custom HTML Tag in Tag Manager with the code for the Purchase event provided by Facebook:
<script> fbq('track', 'Purchase', {currency: "USD", value: {{insert here your order value data layer variable}}}); </script>As trigger you can use your thank-you page view.
The only requirement is to have order data (such as value, product ids, etc…) populated in the Data Layer so you can pull the value to populate a data layer variable.
Let’s hope Pixel Caffeine team will provide us a solution as soon as possible.