Learn, ask questions, or help others with sending and extracting data with Amplitude.
I am using Broswer SDK 2.3.0 but unable to use includeUtm: true Any idea what might be root cause of the issue?
I want to get data about an event where it has a property: I want to get the property value for which that event was triggered the most. Can it be achieved using event/segmentation API? Or via charts API? and how?
I can not see UTM parameters and this it the Tracking Template I am using: {lpurl}?utm_campaign={campaignid}&adgroupid={adgroupid}&utm_content={creative}&utm_term={keyword} What might be the issue?
I want to get the values of the individual count of different events for a property(provided in API), in a single call, as shown here where both the events are filtered to have the same offeringId.
When calling track() of the amplitude SDK, the app crashes with a FileNotFoundException error. It's a very occasional error, but I don't know the cause. The stacktrace is as follows. E/AndroidRuntime: FATAL EXCEPTION: pool-18-thread-1 Process: com.co.swing, PID: 1199 java.io.FileNotFoundException:…
I’m making a POST request on https://api2.amplitude.com/2/httpapi, This is the request body: {"api_key": "******", "options": { "min_id_length": 1 }, "events":[{ "event_type":"LoggedOut", "event_properties":{ "cause":"button", "arbitrary":"properties" }, "user_id":"785", "time":1701869900,…
Hi, I am new to Amplitude Analytics. We want to track the unique product page views of each user on our e-commerce marketplace app. So we use a user property that will +1 every time the user opens a product detail page (when the “View Product” event is triggered). But this number goes up as a user opens the same product…
Hi there, I’m getting the error: “Invalid id length for user_id or device_id”, while calling the track_event api. I passed the min_id_length to one, still I’m getting errors for user ids < 5 character and I have user ids less than 5 character. Here’s the request, Please help me with this. AmplitudeAPI::Event.new({ user_id:…
Our company is operating an e-commerce platform, and we're trying to use the 'page_name' property of the page view event to group and see which pages have a high purchase conversion rate. Amplitude aggregates data based on the first page view shown, and due to the nature of our e-commerce, which has several common landing…
I am currently trying to create a pathfinder analysis to answer the questions: What is the typical journey for new users?. When I was designing the pathfinder I saw that there is an event called ‘New User’. After further research I understood that the new user event is: * A user’s first event in Amplitude * A new user is a…
It looks like you're new here. Sign in or register to get started.