Skip to main content
Contributor I
June 5, 2024
Solved

Send product info in event - match to catalog

  • June 5, 2024
  • 4 replies
  • 130 views

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).

    This topic has been closed for replies.
    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
    Klaviyo Alum
    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
    Community Manager
    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
    Klaviyo Employee
    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!

    mmnAuthor
    Contributor I
    June 27, 2024

    Thank you for the info.