I am trying to create a product catalog on Facebook using their pixel
The docs are here: https://www.facebook.com/business/help/887775018036966
Facebook detects the product information using the microdata (which is a json inside script tag) The problem is that Facebook pixel reads this data automatically and it doesn't happen on a single page application except for the first page.
Is there any way to make Facebook read the microdata manually?