Learn, ask questions, or help others with sending and extracting data with Amplitude.
Hi! So as of this morning I found that my Amplitude event properties aren’t showing up anywhere any more. Previous charts using event properties are still working but I can’t pull any up in my drop downs any more. Is this a known issue/getting fixed soon?
Let’s assume a user has opened a new tab of my website. User now has 2 tabs opened, both of the tabs share same session id. Now user does a series of interactions in these tabs, switching from one tab to another and back. Would Pathfinder register these events as “2 branches” or will it think it’s just a single sequence of…
Hi, I am setting a new event called “button_click” I added an id to the tracked button (#button_click_amplitude). My problem comes when I send properties that have been already created. For example: 'Page Domain' 'Page Location' 'Page Path' 'Page Title' 'Page URL' I guess this are default properties from SDK, which is the…
Hi, Is there a way to not cache the response results of the event segmentation API? The curl request is below: curl --location -g --request GET 'https://amplitude.com/api/2/events/segmentation?e={"event_type": "_all"}&start=20240701&end=20240730&m=totals&i=30'<br />--header 'Authorization: Basic xxx' It looks like the…
Hi, I recently signed up for an account with Amplitude to start tracking my startup’s users’ behavior. We are part of the scholarship program, which seems to be a great offer. I signed up looking at the very openly mentioned limit of MTUs: 200,000. I was happy that unlike many competitors, there didn’t seem to be a limit…
Hello! Looking at Amplitude's Raw Data Fields Documentation, a user's event stream is reported based on event_time. event_time = client_event_time + (server_received_time - client_upload_time) * What exactly is client_upload_time? Docs say "client_upload_time: Local timestamp (UTC) when the device uploaded the event." I'm…
Hi all, I am trying to make Event Explorer Chrome extension work - to no avail. I see that Event Explorer in Amplitude online app logs events from the portal I want to track, but the Chrome plugins shows nothing. Does it require any extra configuration? Kind regards, Maciej
def tell_amplitude_account_created(user_id:int, account_id:int):<br /> """<br /> server_side API to Amplitude about account_created<br /> """<br /><br /> client = Amplitude(AMPLITUDE_API_KEY)<br /><br /> # see <br /> # One of user_id and device_id is required<br /><br /> # Track events with optional properties<br /> #…
I have no problem creating another chart. But if I just create the amplitude SQL chart, I get the error "Failed to create new chart." Please help The number of chart creation allowed is left, and I tried deleting cookies.
We use the identify function to set several custom user properties. However, when we attempt to unset these properties, they do not get updated or removed in the Amplitude Dashboard.
It looks like you're new here. Sign in or register to get started.