Learn, ask questions, or help others with sending and extracting data with Amplitude.
I am trying to set up amplitude, I added amplitude ios sdk to my project, but I can't proceed and stucked on screen with "Set up amplitude". I see "Listening" for “Verify your installation in realtime”, but events don’t come. This is my code in iOS project: class AppDelegate: NSObject, UIApplicationDelegate,…
Hi, I’m trying to connect Segment as a Source, but something is not working and the UI isn’t making it clear as to what the issue is. I’ve correctly copied over the API keys and Secret. Sent test events. But the next button in Amplitude won’t advance.
I’m trying to validate my experiment’s setup by making sure an exposure event is being sent each time experiment.variant() is being called. I see that it sends through the first call, but subsequent calls do not send an $exposure event. Is this the expected behaviour? On the other hand, I see that flags that are feature…
I need to filter event by Amplitude user property Server upload time, so i use such params: params = {<br /> "event_type": "Page_view_PAD",<br /> "filters": [<br /> {<br /> "subprop_type": "user",<br /> "subprop_key": "Server%20upload%20time",<br /> "subprop_op": "greater",<br /> "subprop_value": [<br /> "2024-08-15…
Hi, I would like to set up Amplitude so that when users view a page in my web app, I automatically set user properties (for things like user’s plan name, company name, etc.) before the pageview event is fired. That way, those user properties are passed along with the pageview event. I’m using Google Tag Manager to fire my…
So in this example I have 2 names created after clicking “Add Source” and setting up a second HTTP API source But after clicking into both of them, the contents of the setup instruction for both sources are the exact same. Going into the documentation for the HTTP V2 API doesn’t give me an answer on how to have the caller…
We're seeing an "Environments" menu item in the amplitude help docs but we aren’t seeing the “Environments” menu item in our Amplitude data dashboard. We’d like to have a separate test and production environment. Is there something we need to do something to enable it? Our dashboard: The Amplitude help document:
So, browser sdk 2 documentation states that the way to load SDK is just to reference script: <script src="https://cdn.amplitude.com/libs/analytics-browser-2.10.0-min.js.gz"></script> <script> window.amplitude.init("AMPLITUDE_API_KEY", { autocapture: { elementInteractions: true } }); </script> However, all other places I…
Hi, I’m trying to create a data table that shows the breakdown of 4 different segments in a cohort of 1,000 users. I’m grouping it by `initial_utm_medium`, but the first event (SMS sent) is returning (None) for all users, regardless of whether they later visited the site and got assigned a utm_medium or not. Is it possible…
I have a property like “app_version” and want to delete all event where “app_version” is less than “2.0.0”. I read about data filters, but I need to delete existing data to prevent duplications.
It looks like you're new here. Sign in or register to get started.