4,840 questions
Advice
1
vote
2
replies
127
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
135
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
79
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
2
replies
61
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
120
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
72
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
94
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
21
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
45
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
128
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 ...
0
votes
0
answers
37
views
Converting powershell script to python and facing error 'can only concatenate str (not "NoneType") to str'
"Below is the output getting post running the code where in archiving function getting 'can only concatenate str (not "NoneType") to str' error , been using 'office365-rest-python-...
0
votes
1
answer
228
views
How can I detect a ShareLink tap in SwiftUI?
The code is pretty basic, but using a .onTapGesture() doesn't appear to be the way to go.
The idea is to track the ShareLink interaction for analytics purposes.
ShareLink(item: URL(string: "...
0
votes
1
answer
144
views
Microsoft Sentinel Scheduled Analytics Rule not triggering
I am trying to trigger the following KQL query in a custom scheduled Analytics Rule...
It is to identify ANY Global Administrator and verify if they have committed any activity (Sign-in) over the last ...
0
votes
0
answers
113
views
Heap and tracking events in application
Hello great community,
I am a complete beginner when it comes to Heap https://www.heap.io/
This is the task that I am trying to accomplish:
we have an application; the user log in into the application ...