Skip to content

Commit

Permalink
Added info that custom price granularity is needed when using currren…
Browse files Browse the repository at this point in the history
…cies where the nominal CPM range is greatly differnt than USD (#3326)
  • Loading branch information
Mike Chowla authored Oct 7, 2021
1 parent 325c9f2 commit 1174621
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions prebid-server/features/pbs-currency.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,9 @@ Note that the `usepbsrates` flag allows you to define which rates to use when PB

A dedicated endpoint on the Admin port will allow you to see what's happening within the currency converter.
See [currency rates endpoint](/prebid-server/endpoints/pbs-endpoint-admin.html) for more details.

## Price Granularity

When converting to a currency where the typical nominal CPMs are much different than USD such as JPY or INR, use a custom price granularity that reflects the typical range of CPMs in that currency.

The predefined price granularities such as `medium` or `dense` will not be correctly scaled and thus almost every bid will end in the top bucket. Unlike Prebid.js, Prebid Server does not support `granularityMultiplier` to scale granularities so a custom price granularity needs to be used.

0 comments on commit 1174621

Please sign in to comment.