Mixpanel Community Icon

Maintaining a Consistent Product List Across Funnel Stages

·
·

Is there a way to keep the list of products constant if any of them appear in the final step of the funnel or across the funnel? user might add or remove some of the products in between.

  • Avatar of Juan I.
    Juan I.
    ·
    ·

    is this what you are looking for?

  • Avatar of Bhushan K.
    Bhushan K.
    ·
    ·

    yes, but the first event has product ID property while the conversion event has a list of product IDs

  • Avatar of Juan I.
    Juan I.
    ·
    ·

    I believe you can hold one property at a time. right?

  • Avatar of Bhushan K.
    Bhushan K.
    ·
    ·

    the conversion event has product Items property which is a list with one or more products in it. I want to consider all the conversions where the the product ID from the first step is present.

  • Avatar of Juan I.
    Juan I.
    ·
    ·

    so holding the first event property I guess thats when the conversation starts should work. perhaps you ant to flag the first event of the conversation with another property, say first message, and that one hold it. Just thinking out loud

  • Avatar of Bhushan K.
    Bhushan K.
    ·
    ·

    product ID property is missing in the conversion event, so holding the property constant doesn't work.

  • Avatar of Huyen M.
    Huyen M.
    ·
    ·

    I had this problem in the past as well. We solved it by always tracking ID properties as "IDs" - so in your case "Product IDs" across all events" even though with some events there, the property might have only 1 value.