4,833 questions
Best practices
0
votes
0
replies
42
views
How do I sync SelkoDialog user signals into Mixpanel for segmentation and filtering?
I use Mixpanel for analytics and this works great, I can see what users are doing and what is happening in the product.
To understand the real reasons why users do various things, especially why they ...
Best practices
0
votes
0
replies
68
views
Azure Data factory vs Microsoft Fabric
I have recently started a new job as a data engineer. The current setup for downstream data is data is being pushed to a Storage BLOB in Azure and is being ingested with ADF to a Azure SQL DB. The ...
Best practices
0
votes
4
replies
108
views
How to manage data state between MySQL and Clickhouse?
I have MySQL and Clickhouse running for my system. Here MySQL is the source of truth and I store analytical data such as metrics (count, avg etc..) in Clickhouse. I have aggregated tables in ...
0
votes
0
answers
77
views
Odoo 18: How to filter analytic accounts in analytic_distribution widget programmatically?
I'm working on Odoo 18 Enterprise and I'm struggling to filter the analytic accounts displayed in the analytic_distribution widget on purchase order lines.
The Setup
Model A: global.budget contains a ...
Advice
2
votes
2
replies
377
views
How to check total downloads / installs of an Android app in the new Google Play Console UI?
In the latest Google Play Console UI updates, the total download / install count is no longer shown directly on the app dashboard.
Previously, it was easy to see the total number of downloads, but ...
0
votes
0
answers
159
views
Python coding on SAS Viya
I'm using SAS Studio. I want to learn python coding on SAS Viya. If possible, would like to migrate my existing SAS codes to python but to start with I want to learn the basics. I tried a basic query -...
-1
votes
1
answer
85
views
Filtering-out URL parameter on HTML page before they are sent to analytics
I have a webpage which can be called with extra parameters. Some users add sensitive data to the URL.
e.g. https://my-web-page.com?code=123&user=mike&pwd=my_password
There are also multiple ...
Best practices
2
votes
1
replies
80
views
UI usage analytics dashboard
I’m creating UI dashboard which I want to measure things like
How many requests are made from the web application from a particular screen along with the organisation location of the user.
There are ...
1
vote
0
answers
173
views
Dynamic Dimension in Apache Superset possible?
I'm wondering if it is possible to have a "Dynamic" Dimension in Apache Superset? I would like a dropdown or a filter option and the user select which Dimension he wants to see. Currently we ...
0
votes
1
answer
77
views
How to generate distinct_id from Mixpanel GO SDK?
Mixpanel Support is telling me to set the $device_id and $user_id, and let the go SDK decide on the $distinct_id, but all the Mixpanel-Go APIs in the library expect me to provide the distinct_id. So ...
0
votes
0
answers
108
views
How to universally exclude staging and local env data in GA4?
I'm working on a Next.js project and have a GA4 property set up to track my website's performance. The main issue is that my GA4 dashboard is collecting traffic data from my local development and ...
0
votes
0
answers
24
views
How can I retrieve a list of all page URLs along with their visitor counts for a specific date in Piwik PRO API?
I'm working with Piwik PRO and I need to retrieve a list of all page URLs on my website along with their visitor counts for a specific date. I’ve been exploring the Piwik PRO API but I’m not sure how ...
0
votes
0
answers
52
views
Firebase shows many “active users” from (other) with zero events – what’s causing this?
I'm using Firebase Analytics for an iOS app, and recently I noticed something very strange in the analytics dashboard.
Starting from [insert date], there is a sudden spike in active users listed under ...
0
votes
0
answers
37
views
How to track multilingual button clicks in Yandex.Metrica with organization data?
I'm working on a multilingual website (with ru and uz locales) and trying to implement click tracking in Yandex.Metrica.
When a user clicks the "Show phone number" button on a university's ...
0
votes
0
answers
154
views
Nuxt Umami not sending network requests in production (but works locally)
I'm using nuxt-umami in a Nuxt 3 app. It works perfectly on localhost — I see network requests to /api/send. But on production, no requests are made, and I see this error in the console:
[UMAMI]: Your ...