-
Getting PageView statistic ignoring ids (UUIDs) in the urls.
Let’s assume that there is a page which shows product details. URL is https://mydomain/product/{productId}/details. {productId} is UUID. There are a lot of products. I want to know how popular this page across all products (not separately for each product). I need to build a chart which will show pages popularity ignoring…
-
Event Streaming to GA4
Hi, did anyone managed to successfully use data destination event stream to Google Analytics 4? I’m using one event from Amplitude for POC, and everything seems to be okay, but there is no event in GA4. So if someone managed to do it, was there anything specific you had to do (that is not in documentation)?
-
Unable to remove Intercom from Sources
Hi, We have an integration with Intercom as the source but are unable to remove it as a source. The issue is that there are unmapped/unidentified users that get added into Amplitude and it is eating up our MTU count.!--> The detail page for Sources/Intercom only shows the General tab and and info icon, but there is no…
-
Basic website events + Tracking attribution data on Javascript SDK
Hi all, I’m new to Amplitude, not a dev, and I have a few basic questions. We have a website and a web app, and we’re going to use Amplitude to track user behavior on both. Our website is Webflow, and our web app is Flutter. * To track both our website (example.com) and web app (app.example.com), we have to install an…
-
Property levels (classes) grouping
I have an event property “Platform”. The levels or categories in this are mweb, MWeb, web, android, ios. I want to combine mweb and MWeb together and call them mweb. Is there a way to combine these categories together?
-
Amplitude is not accurately tracking new users and active users
We have been using Amplitude for months and this month (July 2023) we noticed that the new users and current users on Amplitude is off. On July 12, it showed having 1000+ MAU for the month of July and hundreds of new users. When I checked back on July 14, there were less than 100 new users, a couple hundred active users,…
-
Disabling IP Tracking and Clarifying Device ID Handling in Node.js SDK
Hello, I'm planning to use the Node.js SDK to send Revenue events as they're processed by my payment system. However, I've encountered a couple of challenges that I need some guidance on: * IP Address Tracking: The Revenue events are being logged with my server's IP address. Since all events originate from the server, they…
-
Issue with initial_utm_source Aggregating Across Multiple Groups in Data Table
Hello, I hope this message finds you well. I'm currently encountering an issue while using the data table, where unique users are appearing in multiple groups, causing discrepancies in the totals. Although the initial_utm_source for actual users is listed as "naver_mo," it is also being aggregated under "naver_pc." Could…
-
[Android App] How to block or filter out Google Play pre-launch report bots
As you may know, whenever a new app version is uploaded to Google Play, a pre-launch report is run that tests the app. How can I block or filter out the events that these bots generate? Right now every time I update the app Google Play launches up to 12 bots at the same time and it’s making it it very hard to get valuable…
-
Sending values.
data = {<br /> "api_key": self.api_key,<br /> "events": [<br /> {<br /> "event_type": "your_valid_event_type",<br /> "user_id": user_id,<br /> "message": message,<br /> "post_id": post_id,<br /> }<br /> ]<br /> }<br /><br /> If I send such a request to the api, will all the values be reached? I'm asking because in my case…