Learn, ask questions, or help others with sending and extracting data with Amplitude.
My team needs to set things up so that network requests to Amplitude from our site go to a subdomain of our site’s domain. So e.g. to “amplitude.mydomain.com” instead of “api2.amplitude.com”. I see the documentation for setting up a domain proxy: https://www.docs.developers.amplitude.com/analytics/domain-proxy/ But…
I created an Amplitude account via the US website and registered two projects within it. We have a Discord bot running in AWS in a European data center, and when I send events using the Python SDK from the bot running there I get `Invalid API Key` (using either project’s API key). When I run the same bot version from the…
We are in the process of updating several user properties (for example, user_joined_through = “deeplink/regular open/from social media”) with each app launch on both Android and iOS platforms. We are utilizing the Identify API and the set function to achieve this. On the Android SDK, this process works seamlessly. Every…
Hi, I have just install Amplitude through Google Tag Manager using the JS Browser SDK. I am not a developper (but a marketing guy)and I try to figure out a simple way to collect the user e-mail adress into Amplitude. Our application is only for connected users. So everyone has to sign in. I tried to look at the…
Hello, we are using the Amplitude React Native SDK in our Expo app. We are trying to enable tracking Advertising IDs so that we can successfully send and match attribution data from AppsFlyer. Although sending events from AppsFlyer is working, it seems unable to match the events with any users, we suspect its related to…
I've set up Amplitude event tracking through Google Tag Manager (GTM) and have an Initiate Tag and a Track Tag configured. When a user signs up, I can see the data recorded under the 'Registered' event. However, UTM details like utm_medium and utm_source are being logged under event properties instead of user properties. I…
Hey we want to migrate from Javascript SDK to Browser SDK 2.0. here is the documentation for it: https://amplitude.com/docs/sdks/analytics/browser/migrate-from-javascript-sdk-to-browser-sdk-2-0 but when we try to access snippet loaded: github…
Hey folks, I am in the process of integrating Amplitude on our app using `@amplitude/analytics-browser` package, and I am getting this error, where I have no idea why/how I am getting it since I haven’t added any plugin…. analytics-browser-2.11.9-min.js.gz:1 Amplitude Logger [Warn]: Plugin name is undefined. Generating a…
Is there any way of grouping OSes my their major version? I have a lot of different versions of OSes which are recorded for the events from our app like ios 14.4, ios 14.2, ios 14.3, ios 14.4.2, ios 13.7, ios 13.6.1, ios 13.5.1 etc. Is there any way of making a chart with grouping them by their major version number like…
Whenever client logs an event in amplitude, its makes an HTTPS request to amplitude api, the payload of that request contains the projects API key. This means it can be misused and wrong data can be sent. The first solution to prevent this that came to my mind is to create a proxy service that redirects the events to…
It looks like you're new here. Sign in or register to get started.