The most recent content from our members.
We are using the Python SDK for revenue tracking purposes. We are currently tracking default revenue event provided by Amplitude in two of our environments : dev and staging. The events are sent by our backend application running in AWS Lambda execution environment. The problem we are facing is that in each environment,…
We will develop with the corresponding properties of “the order payment completion” event. Since “the order payment 5 properties" and the “5 properties of revenue tracking” are the same, should “revenue tracking” be developed redundantly to construct an ‘arppu’ chart? Can I replace the “revenue tracking property” through…
I am sending Revenue events from my NodeJS backend using the SDK. As per the documentation, all the revenue events from backend should be marked as Unverified. But some of the events are marked as Verified as well. Some events are also getting duplicated with both Verified and Unverified status. How can I make all of the…
Hello! I have a strange problem with UTMs tracking. When user visit our website via some link with utm params, inside Amplitude the user properties are set for this user: ‘utm_source’, ‘utm_medium’, ‘utm_campaign’, ‘utm_term’. Then user signs up, makes different action in the app and upgrades to paid plan. On upgrade we…
Hey there, so we are in the process of conducting our LTV analysis and noticed that Amplitude is consistently claiming new customer cohorts are bringing in ~30% more revenue than what we see on Shopify. We’re not sure why this is happening. Our hunch is that it’s tagging returning revenue as new. It’s either doing this…
We are introducing in-app purchases via the Apple App store and are planning to use the iOS SDK to track AMPRevenue. I have seen in multiple places: “Amplitude doesn't support currency conversion. Normalize all revenue data to your currency of choice before being sent.” But I am having a lot of trouble finding…
Trying to sort WHERE to put the $revenue property. My product has multiple types of events being passed right now. Example: * Purchase completed (catch all) * New Subscriber * In-app purchase All of these could carry with it the $Revenue property, though I’m debating between using the catch all vs the specific property…
Hi, there! I am going to migrate GA4 ecommerce events to Amplitude via GTM. I found out “Cart analysis” in help doc, https://help.amplitude.com/hc/en-us/articles/9623000954907-Cart-analysis-Use-object-arrays-to-drive-behavioral-insights#h_01GGX3KMYSJX6EBW6WHRC7PEMH, but I cannot find “property splitting” in my Data tap…
* How do you calculate LTV per user? * How do you calculate a distribution of user total purchase? * How do you calculate a distribution of user repeat purchases? I have just started at a new company and am trying to calculate LTV but cannot figure it out. We use the revenue event and seem to have both total spend and…
Some of our Revenue Events don’t have custom properties on the dashboard. const customProperties = {"foo": "bar"};<br /><br />const ampRevEvent = new amplitude.Revenue()<br /> .setProductId(‘sale-id-0001’)<br /> .setPrice(100)<br /> .setQuantity(1)<br /> .setEventProperties(customProperties);<br /><br…
It looks like you're new here. Sign in or register to get started.