Skip to main content
Solved

Send product info in event - match to catalog

  • June 5, 2024
  • 4 replies
  • 73 views

Forum|alt.badge.img+1
  • Contributor I
  • 2 replies

Hi

In the developer pages, in the event api call (e.g. Product Viewed event), the examples show entering the full product data (id, sku, category, image, etc).

If we are also setting up a product feed, shouldn’t we be able to send events with just a ProductID and you would match that up to the product data in the catalog?

Or are we required to send the complete product data for every event (would seems like such a waste).

Best answer by Kim Strauch

@mmn, it depends on what you’re trying to do. You can probably use catalog lookup tags (https://help.klaviyo.com/hc/en-us/articles/360004785571) by leveraging the product ID to provide additional information in an email template, for example.

However, if you’re trying to segment or do flow filtering based on other fields within the event, it’s good to have some duplication of the data. Hopefully that answers your question!

4 replies

Brian Turcotte
Forum|alt.badge.img+37
  • Klaviyo Alum
  • 1393 replies
  • June 9, 2024

Hi @mmn!
 

I’ll check on this with the API team and I’ll update the thread ASAP!

- Brian


kaila.lawrence
Community Manager
Forum|alt.badge.img+31
  • Community Manager
  • 498 replies
  • June 27, 2024

Hi @mmn! I apologize for the delay here. I’ve escalated your question to a Support ticket. Please keep an eye out for the email. :) 


Kim Strauch
Klaviyo Employee
Forum|alt.badge.img+9
  • Klaviyo Employee
  • 91 replies
  • Answer
  • June 27, 2024

@mmn, it depends on what you’re trying to do. You can probably use catalog lookup tags (https://help.klaviyo.com/hc/en-us/articles/360004785571) by leveraging the product ID to provide additional information in an email template, for example.

However, if you’re trying to segment or do flow filtering based on other fields within the event, it’s good to have some duplication of the data. Hopefully that answers your question!


Forum|alt.badge.img+1
  • Author
  • Contributor I
  • 2 replies
  • June 27, 2024

Thank you for the info.