Hi
Please, could you help me with this deduplication problem on the pageview event ? on the screenshot you can see that the event(gtm.load) and event_name(page_view) are differents, I believe that’s the problem, how to fix that ?
Im sending data from web container to server container and then to API conversion
It looks like not all elements were imported to the server container. Try to download the server container again and import it to your server container.
That’s for Shopify, I’m using Woocommerce and I’m sending data to the server container from the web container and then the data is sent to API conversions.
Also, I’m getting this messages on the Facebook platform, I’m not really sure what they are referring to
I believe that I corrected this issue, could you tell me if the procedure I did is correct ?
I have this on the web container ( Fb pixel “event” is the browser pixel and Data “event” is the tag that sends data to the server container )
The approach is correct.
But you can’t use the timestamp as event_id because it can be the same for few users and also it can be different for few tags on the same event. (I believe data tag and FB tag will have different event_id in some cases). Please use our unique id variable Tag Manager Template Gallery
Also from your screenshots, I can recommend you move page_view events from All Pages to Window Loaded or Dom Ready. Often there are problems that event fired earlier than unique variable are ready to use.
I was using the timestamp like this in the event_id : timestamp_{{event}} , anyway
How to use the unique variable, do you have some guide to that ? I don’t use GA
Also, “I can recommend you move page_view events from All Pages to Window Loaded or Dom Ready” You mean just in the server container or in the web container too ?
It depends on your site configuration and WP plugin setup. There can be a lot of reasons why it is not triggered. And in this case, you should ask your site developer to check DataLayer triggering.
Basically, this question is out of the scope of the initial " Deduplication error".
As an initial issue is fixed. I close this topic.