-
Notifications
You must be signed in to change notification settings - Fork 16
"Product List Viewed" not writing product_ids to FB correctly #30
Comments
The specific code example related to the above is:
|
Perhaps updating Product List Viewed to trigger FB ViewCategory method is a good idea. While one particular guide is somewhat ambiguous, |
This issue affects our implementation with Segment. Any progress on a fix? |
Hey @mattmiddlesworth have you contacted us on our support page by any chance? That is the fastest path to get this issue resolved! https://segment.com/help/contact |
Hey @calvinfo we do have an open issue with segment. Just noticed this issue in github and wanted to show my support. Thanks! |
@calvinfo Request #144468 is the support ticket we have for Segment 'Viewed Product List' mapping content_ids incorrectly to Facebook Pixel 'ViewContent' |
Looks like this was fixed 14 days ago in 90c15b6, but my |
Hi @skyfallsin, as part of the monorepo migration, this issue has been moved to new issue. Our engineers have been notified and will prioritize and work on it ASAP. Thank you! For more information, see README.md. |
Ref: https://github.com/segment-integrations/analytics.js-integration-facebook-pixel/blob/master/lib/index.js#L134
The
product_ids
are not getting dispatched to FB properly, and instead thecategory
is being sent.Here's the spec on the FB side (Scroll down to
View Category
)https://developers.facebook.com/docs/marketing-api/dynamic-product-ads/product-audiences/v2.8
The text was updated successfully, but these errors were encountered: