Hi,
Would like to get some inputs on the campaign designing.
Suppose there is customer level data in recipient table and there is one product table with product id and customer id as the key.
Now there is a use case where I have to target users who have below combinations of product. The combinations can be more. What is the best way to design such flows.
And suppose amount value is different for Product A and Product D and I have to personalize both the amount values in single email creative. How can we achieve this?
| Product A | Product B | Product C | Product D |
creative 1 | y | | | y |
creative 2 | | y | y | y |
creative 3 | | y | y | |
creative 4 | y | y | | |
Thanks