We have bunch of FB campaigns running and none of them are showing any landing page views. Other metrics such as purchases, add to cart, content views, etc are being shown correctly.
Example of tracked data: Hover info on results showing all tracked actions
Example of Landing page views being empty, yet showing content views + website purchases: Landing page views not tracked
I can see all the events (including the PageView) in the events manager are being received successfully. I can also confirm that both fbp and fbc parameters are there.
The catch:
We are running purely server side integration to track everything through the Conversion API . We do it through our custom server-side GTM module. We do not have browser Meta Pixel installed at all. We generate our own fbp value and use fbc value from the fbclid GET param whenever they land on our site after clicking the FB ad.
All in all - it has been working great and tracking everything. The events manager does show all events with all the required data. The fbp and fbc parameters are being passed on correctly.
To make this even more weirder - the landing page views statistics were working and being tracked correctly up until July 28th where it suddenly stopped and since then there is no data for it. We have not had any changes to any areas in our setup (webshop / facebook / tracking setup in general) around this time, so my assumption is that Facebook changed something on their end.
Has anyone encountered any similar issues or run a similar tracking setup (pure server side via Conversions API) and have the Landing page views column showing correct data in the Ads Manager - Campaigns?
Any ideas/help is appreciated.