4,846 questions
0 votes
0 answers
31 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
63 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
62 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
18 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
37 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
35 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
92 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
34 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
161 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
112 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
89 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 ...
0 votes
1 answer
52 views
Oracle NetSuite - Analytics Dataset - Linked ID appearing instead of Field Name
When I create a dataset in Oracle NetSuite analytics which joins two different tables, say customer and address, I'll end up getting the linked field ID instead of the field name. Merely an example, ...
0 votes
0 answers
13 views
How to update a list of items in a dataset in Oracle Analytics
We are just beginning to use Oracle Analytics. We manage large amounts of data and much of what my team does is runs queries for lists of items. This can be 10, 100, or 1000s of different item ...
0 votes
0 answers
42 views
How do I optimize UNNEST in BigQuery for user journey analytics use case to effectively scale with billions of rows from clickstream events data
I want to create a feature similar to sequential segmentation provided by Adobe Analytics (Ref) I am using an external BQ table created on top of clickstream data stored in GCS location in the format ...
0 votes
0 answers
46 views
Is it possible to get analytics data from published VS Code extension?
We would like to get analytics from our published extension, like session length, engagement etc. How can we do that? I see that we can get analytics about acquisition over time here but we would like ...