You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This reflects to wrong ViewContent event tracking. In most of the cases if we have configurable products or grouped products they cannot be tracked because of that.
Preconditions (*)
Steps to reproduce (*)
Open random product.
Check Meta Pixel Helper
Look for Contents and Content_ids variables.
Expected result (*)
content_ids
content_ids: ['123', '456']
contents
contents: [{id: '1234', quantity: 1}]
Actual result (*)
content_ids:
content_ids: '123, 456'
contents:
contents: ['123, 456', 'quantity': 1]
The text was updated successfully, but these errors were encountered:
Facebook/Meta expects to see contents or content_ids (parameters) as array (json) instead of comma separated skus, as is now.
https://www.facebook.com/business/help/606577526529702?id=1205376682832142
This reflects to wrong ViewContent event tracking. In most of the cases if we have configurable products or grouped products they cannot be tracked because of that.
Preconditions (*)
Steps to reproduce (*)
Expected result (*)
Actual result (*)
The text was updated successfully, but these errors were encountered: