Learn, ask questions, or help others with sending and extracting data with Amplitude.
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.
Hello, I encountered an issue in adding additional data source from S3. the error I get: for context I have another source from the same bucket that is currently working. When I looked into the source of the problem I took a look at amplitude’s docs: amplitude docs - S3 import guide In the policy that is there it seems…
Our team is trying to understand how our events interact with the Identify API over time. We understand that the identify API intercepts events from the given image in the doc: What we’d like to understand is the sync user properties step works, specifically how the Identify API handles user properties for events that we…
Hi! I want to remove a user (user_456) that I have in a group “organization_123” with type “Organization” but I can make it work via the API (Keep getting “missing event” 400 error). Can someone advice how it should be done? Endpoint: https://api2.amplitude.com/groupidentify Headers: * Authorization: Basic XXXXXXX *…
It looks like you're new here. Sign in or register to get started.