The most recent content from our members.
Context: I have a website that redirects users to my app with a series of UTM parameters in the URL. At that point, I want to track an event, but I do not have a user in my app yet, so I only send the event without any user information. For some reason, the UTM parameters are not being automatically managed by Amplitude. I…
I’m following this guide: https://amplitude.com/docs/session-replay/session-replay-plugin to add feature of session replay along with ampli in a NextJs site. The events are being captured, but session-replay screen shows no data. Here’s the code that I’m using: const sessionReplayTracking = sessionReplayPlugin({sampleRate:…
I’m trying to track the events of users who are not authenticated with the help of amplitude. Clearly, the userId field is optional, and can be passed as undefined. ampli.propertySearchPerformed(undefined, { props }) But, when I do so - I got runtime error - “Request missing required field”. I’ve tried with ampli wrapper…
Hello, I am experiencing an issue with the Ampli Wrapper in our Swift and Kotlin projects. We set up Amplitude Data and installed the Ampli Wrapper successfully. We had to rename one of the User Properties from createdAt to created_at to avoid a conflict with our projects’ properties. However, when we pull the updated data…
I am using ‘@amplitude/analytics-react-native’ library ( Version 1.4.7 ) inside react native mobile app ( Version 0.71 ) and other events like track is working and going to amplitude. But facing issue with identify event to send user properties on amplitude and below is the code that I am using to set user properties on…
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…
Hello ! I use React Native SDK and library "@amplitude/analytics-react-native": "0.5.1", and it’s work fine for IOS, but have some problem with Android. When I try some event I have error like on screenshot. await ampli.load({<br /> environment: 'production',<br /> client: {<br /> apiKey: apiKey,<br /> },<br />})<br /><br…
How are you tracking events for client side rendered pages and server side rendered pages in nextjs? We've set up Ampli and Amplitude's browser SDK for our nextjs app’s analytics. We currently initialize it in a context provider that wraps the whole application and this works fine for client side components. I'm trying to…
Hello! We’re using the ampli wrapper, which is supposed to work on top of the Browser SDK, in the latter documentation it says that attribution tracking is enabled by default, nonetheless all of our events has EMPTY utm properties. Do we need to add special configuration on the Ampli wrapper to enable this feature? I can’t…
Hi Amplitude Community, Be use SDK and HTTP API to log events and user properties. The user properties set by the API change the default properties set by Amplitude SDK. However I don’t want the default properties to be changed. I just want to add a new user property. How can I configure the system to not change unsent…
It looks like you're new here. Sign in or register to get started.