4,846 questions
0
votes
0
answers
33
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
64
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
36
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 ...
-1
votes
2
answers
88
views
Is a recursive cte the solution? Any ideas for a solution here?
I'd really appreciate help on this one.
I need to keep rows with IDs: (1, 4, 6) from this table by implementing the following logic.
Here's the logic: the first sale is always selected. Then, I need ...
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
1
answer
50
views
POST Requests Fail with "Uncaught (in promise) TypeError: Failed to fetch" on Tab Switch
I am sending a great amount of events in batches of 20 events to an analytics tables in BigQuery. Initially, I used sendBeacon but switched to using regular POST requests. Below is the class I use to ...
0
votes
0
answers
90
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
80
views
Conflicting peer dependency [email protected] while installing @vercel/analytics to a Nuxt 3 App
The app runs good both locally and in production.
Three months ago I did another project using Nuxt 3 which has @vercel/analytics installed in him. Installing it using npm i @vercel/analytics worked. ...
0
votes
0
answers
31
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
1
answer
54
views
How to add values from one column in a dataset to another column?
I want to add value of BMI from one dataset to another on ID column. how to do that? the ID column has values repeated number of times in the original dataset. i want for each unique value of ID, its ...
0
votes
0
answers
107
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 ...
1
vote
0
answers
69
views
What does /null appended to the URL mean in Google Analytics
For some reason, we're having this report in Analytics where /null is getting added to the URLs like /this-is-a-page/null. Something to note is that when I go to the page and added something in the ...
0
votes
0
answers
23
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 ...
1
vote
0
answers
159
views
How to enable DebugView in Google Analytics for dev and staging environments using @next/third-parties/google in NextJS 14?
I’m using Next 14 with page router to create my app and I integrated Google Analytics (GA).
I’m using the @next/third-parties/google library, so I’m not interacting with the Google Tag (gtag.js) API ...
0
votes
1
answer
282
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: '...
0
votes
1
answer
152
views
Firebase Analytics parameters
I have a flutter (ios & android) project. I'm trying to learn how to use Firebase Analytics. Everything is working fine in DebugView and I can see all the data I send.
But I don't understand how ...
1
vote
0
answers
111
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
227
views
New Dimension in RunReportRequest Reduces Results in Google Analytics (GA4) Python Data API
The behaviour I’m looking to understand (and ideally resolve) has to do with generating custom reports with a new companyId dimension created last week.
I notice that with the code below, when I ...
0
votes
1
answer
427
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":"...
0
votes
0
answers
64
views
How can I unpivot an Excel sheet to create a dashboard?
I have this sheet and I want to make analysis on this sheet like pivot tables to create pivot charts, and when the data is updated every weak this should affect the dashboard also, but when I convert ...
1
vote
0
answers
81
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 ...
0
votes
2
answers
195
views
How to set a Google Tag Manager (GTM) trigger for a toast that appears in multiple pages?
I'd like to set a GTM trigger for a specific toast that appears after a form submission in multiple pages on my website, but I'm having a hard time :(
My original idea was to use to toast class for ...
1
vote
0
answers
34
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
0
answers
210
views
Analytics-Report-Order Woocommerce Orders Attribution
File -> analytics-report-orders.js - The only way I found to overwrite this page (Analytics/Orders)
I'm trying to show a sum of all orders attributions, at first I got from the Rows - but it's ...
0
votes
1
answer
55
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 ...
1
vote
2
answers
62
views
How to order table based on total for elements in one column, but the elements are not unique
@Thorsten Kettner mentioned I didn't say what the problem is, so I wanted to add that. Right now the result is ordered by countries alphabetically, but I need it to be ordered by value of "ALL&...
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
25
views
Max Value Path/Drilldown calculation
Sample Dashboard: Finding Max Value Path ←Arena : Click the link to view dashboard / copy underlying analysis.
I have a data table that contains multiple dimension columns and a measure column called ...
0
votes
0
answers
151
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
116
views
Mixpanel reaching limits
Straight forward question about Mixpanel free tier !
What would happen if on the free tier and the limit of tracked events is reached
will it fail silently ?
or will the user see any error message ?
...
0
votes
1
answer
365
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
627
views
Firebase Analytics log custom events from server
I want to send firebase Analytics custom log event from Firebase Functions (with node.js).
I have searched a lot but I couldn't find any tutorial or ducumentation about it.
Is there any way to send ...
0
votes
1
answer
145
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 ...
1
vote
1
answer
174
views
Google Analytics GA4 - Dimensions that count for the 25 parameters limit per event
So we have reached the limit of the 25 parameters per event (which we had not noticed existed), and we are in the process of optimizing our tagging plan.
If there any clear info regarding if native ...
0
votes
2
answers
506
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
0
answers
462
views
How to see Custom Events in GA4 User Activity
I have set up GA4 for my website and used Google Tag Manager to create events and triggers. The tags are all firing and I can see event counts for these custom events in the Google Analytics Dashboard ...
0
votes
1
answer
107
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 ...
0
votes
1
answer
506
views
Google Tag manager - sending a custom event to multile tags
New to google tag manager, I have just moved my ga4 tags to it and I have the following set up, intentionally under 1 container.
mydomain.com (gtag 1)
site2.mydomain.com (gtag 2)
I am using a lookup ...