Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

提供台灣的媒體們可以使用的 Prebid.js 即時匯率資訊。

License

Notifications You must be signed in to change notification settings

flux-dev-team/prebid-currencies-for-twd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prebid.js 台幣匯率 API

提供台灣的媒體們可以使用的 Prebid.js 即時匯率資訊。

緣由

Prebid.js 所支援的 bidder 多數是以美金計價,然而:

  1. 若串接的 Google Ad Manager 設定採用新台幣計價,且不支援多重幣別功能
  2. 或是 bidder 中有混合使用台幣與美金計價的 bidder

以上任一情形發生,都需要進行 client-side 的匯率轉換。

然而,Prebid.js 官方的匯率轉換模組及其所提供的 API不支援新台幣

資料與更新週期

目前本份資料包含了美元轉新台幣的匯率資料,每日透過 GitHub Actions 自動更新,並放在 GitHub Pages 上。

資料來源:台灣銀行牌告匯率

使用方式

請參考 Prebid.js 官方文件,並於其設定當中填上:

{
  currency: {
    adServerCurrency: 'TWD',
    conversionRateFile: 'https://cdn.jsdelivr.net/gh/taiwan-publisher-group/prebid-currencies-for-twd/docs/latest.json'
  }
}

授權

本專案程式碼以 MIT 授權釋出,詳情請參考 LICENSE 檔案。

About

提供台灣的媒體們可以使用的 Prebid.js 即時匯率資訊。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%