Skip to content

Commit

Permalink
Merge pull request #147 from prebid/dshore/currency_gam_doc
Browse files Browse the repository at this point in the history
sort currience for convenience
  • Loading branch information
dshore committed Oct 3, 2023
2 parents 1f4051b + 1275ac6 commit 91130bb
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 21 deletions.
2 changes: 1 addition & 1 deletion line_item_manager/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__version__ = '0.2.10'

# For an official release, use dev_version = ''
dev_version = '3'
dev_version = '4'

version = __version__
if dev_version:
Expand Down
41 changes: 21 additions & 20 deletions line_item_manager/conf.d/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,65 +251,66 @@ definitions:
enum:
- 'AD_NETWORK'
- 'ADVERTISER'
# Google Ad Manager currency list
rateCurrencyType:
enum:
- 'AED'
- 'ARS'
- 'AUD'
- 'BGN'
- 'BND'
- 'BOB'
- 'BRL'
- 'GBP'
- 'BND'
- 'BGN'
- 'CAD'
- 'CHF'
- 'CLP'
- 'CNY'
- 'COP'
- 'HRK'
- 'CZK'
- 'DKK'
- 'EGP'
- 'EUR'
- 'FJD'
- 'GBP'
- 'HKD'
- 'HRK'
- 'HUF'
- 'INR'
- 'IDR'
- 'ILS'
- 'JPY'
- 'INR'
- 'JOD'
- 'JPY'
- 'KES'
- 'KRW'
- 'LKR'
- 'LTL'
- 'MYR'
- 'MXN'
- 'MAD'
- 'TWD'
- 'NZD'
- 'MXN'
- 'MYR'
- 'NGN'
- 'NOK'
- 'PKR'
- 'NZD'
- 'PEN'
- 'PHP'
- 'PKR'
- 'PLN'
- 'RON'
- 'RSD'
- 'RUB'
- 'SAR'
- 'RSD'
- 'SGD'
- 'ZAR'
- 'KRW'
- 'LKR'
- 'SEK'
- 'CHF'
- 'SGD'
- 'THB'
- 'TND'
- 'TRY'
- 'TWD'
- 'UAH'
- 'AED'
- 'UYU'
- 'USD'
- 'VES'
- 'UYU'
- 'VEF'
- 'VES'
- 'VND'
- 'ZAR'
sizeArray:
type: "array"
minItems: 1
Expand Down

0 comments on commit 91130bb

Please sign in to comment.