Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add that revenue will always be reported in USD but can find the orig… #625

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nyeu
Copy link
Contributor

@nyeu nyeu commented Jan 29, 2025

For these 3 integrations, we always send the price converted to USD but we send the original currency. It is misleading and some customers believe that the revenue is in such currency.
This aims to clarify it and make sure developers know that is being send in USD.

@nyeu nyeu requested a review from a team as a code owner January 29, 2025 19:23
Copy link

Preview this PR here: https://dev-docs.revenuecat.com/pr-625/

Copy link
Contributor

@pantelis-rc pantelis-rc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left a small suggestion. Let's see what the decision is in the thread with @dpannasch

@@ -44,7 +44,7 @@ The Amplitude integration tracks the following events:
| Product Change | rc_product_change_event | A subscriber has changed the product of their subscription. This does not mean the new subscription is in effect immediately. See [Managing Subscriptions](/subscription-guidance/managing-subscriptions) for more details on updates, downgrades, and crossgrades. | ✅ | ✅ | ❌ | ✅ | ❌ |


For events that have revenue, such as trial conversions and renewals, RevenueCat will automatically record this amount along with the event in Amplitude.
For events that have revenue, such as trial conversions and renewals, RevenueCat will automatically record this amount along with the event in Amplitude. Bear in mind that revenue will always be reported in USD. If it's been made with a different currency, we'll automatically convert it. You can find the currency of the original transaction in the `currency` field of the event.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(suggestion)(non-blocking) I think the second phrase can be removed or supplemented with "convert it to USD". While reading it, I interpreted "we'll automatically convert it" to mean convert it to the different currency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants