No content to show

User Activity

i think you can use Metafields API for that. You'll need a small app or a serverless function to do this. The process would be:When a product (or whatever object the metafield is attached to) is created or updated, your app/function would triggerIt w...
I'd suggest using GA4 or an app like Cartlytics to have a more consistent experience for cart analytics
Had the same issue before, shopify’s tracking can be unreliable. I switched to Carlytics app for cart tracking and it’s been much more accurate. You could also take a look at using GA4  
sorry but I'm not familiar with that app 
You don't necessarily need a metafield for this! You can achieve this directly in your Liquid code when generating your report. Here's how you can extract the first two digits of the SKU: {% assign first_two_digits = line_item.sku | slice: 0, 2 %} {{...
For the header, you’ll likely need to add a scroll event listener to toggle an opaque class while keeping the search bar’s background fixed. For the horizontal scroll issue, check if overflow-x: hidden; on html, body helps. I can take a quick look at...
I've had issues with Shopify analytics being off before too. If GA4 is fine, it's probably on Shopify's end. I’ve been using Cartlytics to track cart data and double-check my numbers and it’s been helpful in catching inconsistencies
yeah, I’ve had discrepancies with Shopify analytics before too. If GA4 and Meta look fine, it’s probably on Shopify’s end. I’ve been using Cartlytics for cart analytics to cross-check my data, and it’s helped me catch issues before. 
You can use Cartlytics app to achieve all that. Simply install the app, wait until a new cart has been created, go to cart activity page and click View Cart.  Finally, click on Convert to Draft Order:  Hope that helps!
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.
Helpful From