I’ve noticed that every day, im getting 3 server side add to cart event triggers that show up in the facebook event manager while I know that these are false events because why would it be triggered exactly 3 times everyday? Also the specification of the time of the event etc does not show up.
Any idea on why this is happening? I don’t like it because it’s giving me false numbers.
It looks like you also use for web data-tag and for server container data-client.
I have the same problem. In my case it happens when “Request type” = POST. If I change to “Request type” = GET, it works and no fake events are created when publishing the container.
I think the problem in the data-tag
For some reason when publishing a web container three events are triggered for each. Check yourself, change something in the web tag and publish the web container, you will most likely get what you described above, as in this video
Ah i see. It’s weird tho because im not publishing my web container everyday and the other data tags are also ‘‘request type = post’’ and they are not firing.
Im gonna try and set it to GET and see if thatas works though. Thanks for the reply anyway and Ill keep you up to date!
For GET you will most likely need to reconfigure it.
For example, if you have parameters with arrays, you need to convert them to json type.
It didn’t work for me until I converted arrays to json and numbers to string