Reputation: 3702
I have already set up the required fields for Facebook Pixel Microdata,
<meta property="og:id"
content="65" />
<meta property="og:availability"
content="in stock" />
<meta property="og:type" content="product" />
<meta property="og:title"
content="iPhone 12 Mini Leather Case - Black" />
<meta property="og:image"
content="http://somedomain.com/media/catalog/product/cache/5efc2b204f567b56968e759f077341ad/j/0/j04ai1254bl01_2_1_1.jpg" />
<meta property="og:description"
content="Super slim profile
Compatible with MagSafe and Qi charging
Premium, environment friendly, hydrophobic leather
Soft microfiber lining and rounded edges" />
<meta property="og:url" content="http://somedomain.com/iphone-12-6-1-inch-german-leather-9.html" />
<meta property="product:price:amount" content="69.949001"/>
<meta property="product:price:currency"
content="AUD"/>
But when I debug it in https://business.facebook.com/ it throws error that
'A required field is missing: id'
What can be the reason?
Upvotes: 0
Views: 782
Reputation: 11
I think it is property="product:catalog_id"
.
You can check the detail in facebook official document:
https://developers.facebook.com/docs/marketing-api/catalog/reference/#og-tags
Upvotes: 1