Expand my Community achievements bar.

SOLVED

Customers purchases product A. How can I see which products are also often bought together?

Avatar

Level 1

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?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor and Adobe Champion

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. 

View solution in original post

5 Replies

Avatar

Correct answer by
Community Advisor and Adobe Champion

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. 

Avatar

Level 1

Thanks, this worked like a charm.

Avatar

Community Advisor

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.

Avatar

Adobe Champion

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

christel_guidon_0-1739379928896.png

Example segment (real simple):

christel_guidon_1-1739379960572.png

Hope this helps!