Skip to content

Commit 75b9587

Browse files
Create 2023-06-16-cart-analysis.mdx (mixpanel#265)
* Create 2023-06-16-cart-analysis.mdx * Add files via upload * Update 2023-06-16-cart-analysis.mdx added in the image embeds * Update 2023-06-16-cart-analysis.mdx implemented Mav's comments * Update 2023-06-16-cart-analysis.mdx fixed url * Update 2023-06-16-cart-analysis.mdx Fixed image paths and some copy * Update 2023-06-16-cart-analysis.mdx * move images --------- Co-authored-by: Maverick Lee <[email protected]> Co-authored-by: mav <[email protected]>
1 parent 20200be commit 75b9587

File tree

3 files changed

+33
-0
lines changed

3 files changed

+33
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: "Discover purchase behaviors with Cart Analysis"
3+
slug: "changelog-2023-06-16-cart-analysis"
4+
hidden: false
5+
createdAt: "2023-06-16T14:59:02.165Z"
6+
updatedAt: "2023-06-16T14:59:02.165Z"
7+
date: "2023-06-16"
8+
---
9+
For ecommerce companies, understanding the purchase behavior of your users is vital when creating any revenue-driving strategy — whether that’s through website changes, marketing tactics, or product offerings.
10+
That’s why we built Cart Analysis to allow you to surface details about the items in your user’s cart (brand, category, price, etc) at different moments in their purchase journey (viewed product, added to cart, purchased). This is made possible by being able to look at any sub-property within a list of objects.
11+
12+
![changelog Image](/changelog/cart_analysis.png)
13+
14+
An example question you can ask in Mixpanel with the power of Cart Analysis might be “how many cart checkouts with a total of over $100 have a sneaker product as an item?”
15+
16+
![changelog Image](/changelog/cart_analysis.gif)
17+
18+
A key feature we used to create the above visualization was the "Sum" computed property, which select a numeric property contained within the objects of the list and sums those values together (in this case, price).
19+
The other computed properties available with Cart Analysis are:
20+
- **Size**: Buckets carts by the number of items they contain.
21+
- **Distinct Count**: Count the number of carts that contain a specific brand or category.
22+
23+
Getting the answer to this question can help inform a product offering strategy, like if you wanted to consider offering discounts or incentives for customers who purchase sneakers along with other products to encourage cart values over $75.
24+
25+
If you want to learn more about how Cart Analysis can upgrade your ecommerce analytics, read our [help doc](/docs/analysis/advanced/other-advanced-features#list-of-objects-property-support) and watch the demo video below.
26+
27+
<div style={{position: 'relative', 'padding-bottom': '64.90384615384616%', height: 0}}>
28+
<iframe src="https://www.loom.com/embed/ff350b78206a4eb6948f86ed67e62ac3"
29+
frameborder="0"
30+
webkitallowfullscreen mozallowfullscreen allowfullscreen
31+
style={{position: 'absolute', 'top': 0, 'left': 0, 'width': '100%', 'height': '100%'}}>
32+
</iframe>
33+
</div>

public/changelog/cart_analysis.gif

23.1 MB
Loading

public/changelog/cart_analysis.png

166 KB
Loading

0 commit comments

Comments
 (0)