Hi, I'd like to check which products customers purchase together based on a single product I choose.
For example, customer purchases Cleaning Product A. Do they purchase an Accessory, or another product with it?
Solved! Go to Solution.
Views
Replies
Total Likes
If you want to see what products are bough with Product A, you can make a hit level segment like this:
Hit
Product equals A
Place this segment over your order metric. This will return everything that happened in hits where Product A was purchased. If you break it down by your product dimension, it will show you what other products were in orders with Product A.
If you want to see what products are bough with Product A, you can make a hit level segment like this:
Hit
Product equals A
Place this segment over your order metric. This will return everything that happened in hits where Product A was purchased. If you break it down by your product dimension, it will show you what other products were in orders with Product A.
Thanks, this worked like a charm.
Views
Replies
Total Likes
Hi @plamensimeonov-bshg ,
You can create an hit level segment where product is "Cleaning Product A" like below,
HIT [
Product equals "Cleaning Product A"
]
and then apply this segment to product report with Orders metric applied to it. It will return all the products from the orders where product "Cleaning Product A" was purchased either alone or with any other products.
Cheers!
Thank you so much for your advice! Works perfectly.
Just a tip:
- I have a 'product cross-sell' report where I let users select a product at the top (in a dropdown) and then the table shows all products sold with that product. So the product itself will show 100% orders since it is always included, and then it lists all the products that are also sold with it
- I then also show a table that shows orders with 1 product, 2 products, etc..... with Product as a dimension. The first column is 'all' orders, then it breaks it down further
Example segment (real simple):
Hope this helps!
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies