Learn, ask questions, or help others with sending and extracting data with Amplitude.
The Ampli SDK npm package uses Sentry to report errors to the Amplitude team. It’s set up to use v6 of Sentry’s packages. Those are 2 years old at this point and it creates dependency conflicts for Amplitude customers who also use Sentry. Would it be possible to have the team update ampli to depend on Sentry’s v7 packages…
I’m trying to create a derived property that has a value based on event name. If it ends in “Viewed”, it is a “Pageview”, ends in “Clicked” it’s a Click. Otherwise it’s Other. What am I doing wrong in this?
In the Browser 2.0 SDK it says this: identityStorage string. Sets storage API for user identity. Options include cookie for document.cookie, localStorage for localStorage, or none to opt-out of persisting user identity. By default this is “cookie” but is there an advantage to use localStorage? When should we use this…
I am running into an issue where when I run a 50/50 split redirect test using VWO Amplitude is firing two pageview tags - one for the control and the other for the variant essentially double-counting pageviews. How can I best setup our VWO integration to avoid this behavior? Or, is there a way to filter out the double…
Expected Behavior The amplitude_flutter plugin should resolve its dependencies correctly when running pod install as part of a Flutter project build process, especially when using publicly available versions of its dependencies like Amplitude. The build should complete successfully without version conflicts in the…
Hey, I’m trying to figure out how to generate weekly data report for how many accounts are deleted in Amplitude. I receive a deletion report from Amplitude every day for all the users that requested the deletion from our app, but I want to figure out if there’s a way that I can look at those numbers inside Amplitude…
This event with event property and value is valid as seen from the chart above. But my API call keeps returning a 400 bad request error: https://amplitude.com/api/2/events/segmentation?e={"event_type":"A_DomainEnter"}&start=20240214&end=20240216&s=[{"prop":"gp:StoreCode","op":"is","values":["COOP"]}] I’ve tried with both…
hello, I was wondering if there has a limit of requests when using upload cohort via api. like described https://www.docs.developers.amplitude.com/analytics/apis/behavioral-cohorts-api/. I noticed that there is a limit of download api, but I couldn’t find one for upload api.
Hi, I am using this function - ROLLWINBEFORE(UNIQUES, A, 2) I'd like it to count Uniques A if amount of A in particular period is in range. For example ROLLWINBEFORE(UNIQUES, A, 2) by month is Number of A per User is >2 Is it possible?
It looks like you're new here. Sign in or register to get started.