Exploring Alternatives for Mixpanel Rate Limits in Marketplace Analytics
Hello, I am working on implementing mixpanel on my marketplace to track listing views, shares, and saves. All of the tracking is setup and working and now I want to show the listing analytics to the suppliers on my platform. I went ahead and setup a custom JQL query but I realized that the rate limits are too low. 60 queries an hour wouldn't make it possible to display real time analytics to my users. Anyone have any thoughts on alternatives? I was thinking of rewriting it to bulk query all of the listings and storing them in my DB and run a function periodically to pull the latest information. Using Raw Data Export API might make more sense... any thoughts?