Does anyone know if it's possible or have any experience using Hold constant on a funnel for a property that's a List of Objects?
Context: As of now, my team has implemented each item displayed on a page as a separate load event with card_type showing what is in that display (screenshot in 🧵). This makes it easy to split up but also means we're firing a bunch of events for the same thing. I'm wondering if we could bundle a few properties (e.g. card_type, card_title ) into one property and still track conversion broken out by that nested property