Order Attribution Tracking
This feature allows store owners to identify and record specific orders from the app. This is quite an important feature for a growing business when you run ads for different campaigns that you want to track or convert and analyze.
Currently, the feature is available on WooCommerce, Pro (WooCommerce), and Multi Vendors apps.
Method 1: Order Attribution Tracking
1. Requirements
- Requires MStore API plugin > 4.15.3
- WooCommerce 8.5.0 or above
- Reference: Order Attribution Tracking Documentation - Woocommerce
- Enabled Order Attribution in WooCommerce Settings > Advanced > Features.
2. Result
Now, the admin can check the order tracking in Woocommerce Orders, in Origin column.
Method 2: Use Custom Metadata
Another way to check if the order came from website or application is to use custom meta data. You can open this order in website admin and check if it has a custom field order_via_application
with value 1
. You can also query data from the database and display it anywhere you want.