We have a custom property called Vehicles where we would want to store list of vehicles. I know Klaviyo only supports list of value but not object. So, though we can’t store like below:
n
{
“make”: “TOYOTA”,
“model”: “YARIS”,
“year”: 2008
},
{
“make”: “HYUNDAI”,
“model”: “I30”
“year”: 2010
}
]
And if we store like this:
>“TOYOTA-YARIS-2008”, ”HYUNDAI-I30-2010”]
can we segment our profiles based on make and/or model only? Could you please tell us how can we do that?
Thanks.