4,846 questions
0
votes
0
answers
15
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
0
answers
58
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
33
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
89
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
1
answer
154
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
0
answers
83
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
0
answers
9
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
43
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 ...
0
votes
1
answer
100
views
Can GA4 & GTM determine if a link click eventually leads to a conversion?
I am working with GA4 and Tag Manager to better understand where our customers are interacting most. As part of this I have created an event that registers every link click on the website and allows ...
0
votes
0
answers
84
views
Tracking any Notification click on Android
I'm in the process of enhancing a legacy app that receives various types of notifications, such as those from Firebase, third-party software, and even some that we create ourselves.
The data analytics ...
0
votes
0
answers
27
views
recommendation engine for frequently bought products
I have the Sales billed data to a customer, where i want to develop a recommendation engine which will recommend the product purchased with minimum frequency of 8 times and the quantity of those ...
0
votes
0
answers
100
views
Gitlab contributor analytics across all projects
I need to see commits, merge request analytics or dashboard across all projects on Gitlab. I can see all of these analytics under analyze menu when I entered into the specific project. However there ...
0
votes
0
answers
22
views
Service for real-time notifications and tracking app metrics?
I’m looking for a service (with an API and mobile app) that allows me to receive real-time notifications on my phone for specific events in my web app (e.g., user sign-ups). I’d also like it to ...
0
votes
1
answer
271
views
How can i calculate the average of a custom event value on GA4?
i have login time for multiple users and i want to show the average, min and max of the login time. how can i do that on GA4 ? following is my code:
gtag('event', 'login_time', {
event_category: '...
1
vote
0
answers
104
views
Android: FirebaseAnalytics.logEvent() doesn't work for any event other than "screen_view"
We have two different apps in our company. We use the same base code for both apps, 95% of the app is using the shared code. The only difference is in styles, fonts, strings and applicationId.
Both ...
0
votes
1
answer
415
views
Can I use a single GTM variable which contains an object or array to create multiple tag variables?
I have a custom javascript variable in Google Tag Manager which returns a set of data from session storage in an object like this:
{"companySize":"100","industry":"...
1
vote
0
answers
74
views
custom Javascript tracking code, to accept code tracking events initial page has fired
I have an existing javascript code, which tracks page views and fires correctly on page load. however, i want to now add the ability to allow event tracking, eg onclick, scrollto etc.
The issue is ...
1
vote
0
answers
31
views
Combining Google Analytics Data with Internal Database for Custom Charts
We have Google Analytics set up on our web portal and store certain user-specific IDs (like department, company) in our database due to GDPR considerations.
We want to display custom charts within the ...
0
votes
1
answer
48
views
How to opt out of analytics in the Autodesk Forge Viewer
The title says it all - How do I opt out of the analytics data collection by the Autodesk Forge Viewer? According to the official changelog, calling Autodesk.Viewing.Private.analytics.optOut(); should ...
3
votes
1
answer
129
views
How to compare rows within the same csv file faster
I have a csv file containing 720,000 rows with and 10 columns, the columns that are relevant to the problem are
['timestamp_utc', 'looted_by__name', 'item_id', 'quantity']
This file is logs of items ...
0
votes
0
answers
149
views
Why is metabase giving this weird error of invalid reference?
SELECT
count(
distinct "public"."cnpy_portfolio_current_snapshot"."userid"
) AS "count"
FROM
"public"."cnpy_portfolio_current_snapshot&...
0
votes
1
answer
354
views
How to exclude traffic from users who click 'Login' to navigate to a subdomain in Google Analytics reports?
I have a website www.example.com and webapp app.example.com.
(Both are being monitored under the same GA4 property.)
On the website, there's a 'Login' button in the navbar that directs users to our ...
0
votes
1
answer
143
views
Unity: How to display AppFlyer's SDK conversion data on the screen when a game starts?
I created a small game for android and now I need to use AppsFlyer to get and display ConversionData on a phone screen when the game starts in a working build. I've already installed and integrated ...
0
votes
2
answers
500
views
How to retrieve Purchase Conversion Rate in Google Analytics 4?
I want to build an API to retrieve the Conversion Rates of Purchases via Google Analytics 4. (I understand after reading blogs these are now called 'Key Events')
I am new to GA4 so learning as I go.
...
0
votes
1
answer
104
views
Enterprise data model design for small business
I work at a small company that buys inventory and resells either the raw inventory or packages it up into bundles for resale. We have an in-house software and are redoing our data model for an ...