...
As a company, we want to make data-driven decisions and learn from your experiences with Wooperations. With your experiences with the app, we can learn a lot about in which fields we can improve.
In order to improve
not selling you
Google Analytics
As we use firebase under the hood for authentication, implementing google analytics almost happens automatically.
Mixpanel
We use mixpanel to understand which features increase in popularity and why certain features are not used. We want to understand by data what our audience thinks, likes and dislikes to fine tune our product.
This is what we track with mixpanel:
page visits
refreshes
We track your behaviour anonymously
We use your user id to identify yourself, however this is still related to your user account. That is why we use a one way function (hash function) to change your user id in an unknown yet unique identifier. The technical imlementation is a litte bit more complex, however is in best attempt explained here: 'zz'
import { createStoreFront } from "@wooperations/storefront";
const webshop = createStoreFront();
webshop.getProducts();
webshop.filterProducts();
webshop.searchProducts();
webshop.searchProducts();
webshop.searchProducts();
webshop.searchProducts();