View content is not firing
-
For my content ID- 10140296 pixel is firing becasue this content id is there in my catalog which I had uploaded via Google sheet.
On the other hand, I had shared the catalogue created by your plugin with my different pixel and tracking is ON and it is hitting all the other events like add to cart and purchase event with the same content-id. But the issue is only with the view content event.
I am firing all the events with google tag manager and your plugin events are stopped by adding a code provided by you in the other thread.
Code-
add_filter( ‘facebook_for_woocommerce_integration_pixel_enabled’,
‘__return_false’, 10, 1 );
With your plugin view content event fires properly. But what if I want to use multiple pixel and share your catalogue with those pixels?
Because I am providing the same content-id 10140296_10140296 which you provide in your catalog but still it is not firing. But with my google sheet catalog it is firing properly with this content id: 10140296_10140296 also.
I am attaching all the screenshots so that you can understand it better.
Screenshot- https://drive.google.com/drive/folders/1oOWMXlbbEhbhCWdD3vsp1grVQR6AGxCY?usp=sharingPlease let me know how can I completely solve this issue so that I don’t have to upload an extra google sheet catalogue only for view content events.
- The topic ‘View content is not firing’ is closed to new replies.