Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,7 @@ ADJEvent *event = [ADJEvent eventWithEventToken:@"abc123"];

This can be combined with callback parameters of course.

Please note that while the currency token must be set, adjust will not perform
a currency conversion. **You should always transmit revenues in the currency
that you have set in your adjust dashboard.**
When you set a currency token, adjust will automatically convert the incoming revenues into a reporting revenue of your choice. Read more about [currency conversion here.][currency-conversion]

You can read more about revenue and event tracking in the [event tracking guide.][event-tracking]

Expand Down Expand Up @@ -376,6 +374,7 @@ You can read more about special partners and these integrations in our
[callbacks-guide]: https://docs.adjust.com/en/callbacks
[event-tracking]: https://docs.adjust.com/en/event-tracking
[special-partners]: https://docs.adjust.com/en/special-partners
[currency-conversion]: https://docs.adjust.com/en/event-tracking/#tracking-purchases-in-different-currencies

## License

Expand Down