When viewing list of products (category/tag), view_item_list event is sent but the SKU is not used and it is used the post ID
I just double checked on my development install and the SKU is being output properly on category/tag pages.
It also seems that there is an event for every product in the list when the same event could handle all the products in it, would be much more efficient.
That is not true (for our plugin at least). It generates just one view_item_list
event which contains all products.
I am not sure if you are looking at the output of our plugin.
Could you please send me the page and the the copy of the output that you think is wrong. If you want you can send it to [email protected]
That leads to Google Ads receiving mixed IDs with SKU and POST ID identifiers and to have many warnings in Google Ads Campaigns about IDs not matching.
Yes, that would be the consequence. But again, I don’t believe the post IDs are coming from our plugin.
One reason though why that could happen with our plugin is if some of your pages are cached and are showing post IDs from when you had the setting in our plugin set to post ID. So you would have to flush the cache.
But, if there is code with several view_item_list
events, then that’s definitely not coming from our plugin.
Anyway keep the great work with the plugin, it is great!
Thanks! Compliments like this let us know that we are on the right track.
-
This reply was modified 3 years, 9 months ago by alekv.
-
This reply was modified 3 years, 9 months ago by alekv.
-
This reply was modified 3 years, 9 months ago by alekv.
-
This reply was modified 3 years, 9 months ago by alekv.