Learn, ask questions, or help others with sending and extracting data with Amplitude.
There isn’t user id in the service currently so I want to get device id first and then set device id as user id. So I set as below, import { setUserId } from '@amplitude/analytics-react-native'; import { getDeviceId } from '@amplitude/analytics-react-native'; const deviceId = getDeviceId(); setUserId(deviceId); I tested…
Start a conversation, ask a question or share your idea
Hello ! I would like to measure MAU/DAU with S3 Exported data format. Define MAU such that MAU(/DAU) : Monthly(/Daily) Unique Active Event WHERE user_id != None And here is the exported data JSON object schema: { "server_received_time": UTC ISO-8601 timestamp, "app": int, "device_carrier": string, "$schema":int, "city":…
When I do a segmentation analysis for any event, new users, and then group by referring domain, >70% of unique users have “none” referring domain. The blue bar is “none” This is very very unexpected, and don’t believe that 70% of new users type in the url of our app without finding it from another source. I understand that…
Hi, I would like to track a user using my webpage (with amplitude running) as the same user opening my app for the first time (with the iOS sdk running). I can set the deviceID on iOS app to track IDFV, but that value can’t be captured on the webpage, is there any other way to attribute the user across both applications ?…
Hello, I'm trying to set up data streaming from Appsflyer. In the catalog I choose "integration with AppsFlyer". I am following the first step "Getting Started". But on the next step "Listen for event", I can't get the event from AppsFlyer. They don't have a "send test event" button on their platform, so I have this window…
Hello, some users are logging crazy amounts of hours on our Flutter app. For example, one user has a session that’s lasted whole day. Incredible, right? Well, on our side, we believe that the issue could be because of any of the reasons: 1. We have not implemented the Amplitude functionality on our platform as needed. 2.…
Hi there, How do i track non-consented users in Amplitude? How does it compare vs google tag manager’s consent mode ?? What are the impact on data quality in BigQuery or raw data export?? Thanks
Today, the data is not appearing in User Look-Up, it's empty. However, events and properties are being processed. What could be the reason for this?
We’re currently following the instructions at https://www.docs.developers.amplitude.com/analytics/domain-proxy/ to set up a Domain Proxy for Amplitude Analytics. We’d like to do the same for Experiment, but have a few questions. * It looks like Experiment uses https://api.lab.amplitude.com, is that the correct URL to proxy…
It looks like you're new here. Sign in or register to get started.