Hi Team,
How can I handle transactional data? Where I want audiences, who have purchased 3 products naming tablet, phone and laptop. I want to know what was the amount for which they have purchased as I want to target people who have purchased 3 products with a total sum of Rs. $78000 amount. How can do that?
If we want to tag a product with a price and product id as well. How can we do that in the below case that you have mentioned? If it is going to follow the sequence?
“products”=“tablet|phone|laptop|”
“price”=“100|200|300" Like this?
Product id = “p1|p2|p3”
Thanks in advance.