When implementing tracking on your website its important to first convert you currency to U.S. Dollars (USD) before entering the value in the pixel if your currency is not already in U.S. Dollars. Since different technologies can be used to serve a website, its largely up to you, the Advertiser, to determine which way works best for you, its also encourage that if you can implement your exchange server-side that you do.
But in the case of performing the exchange client-side, these resources are useful:
- http://openexchangerates.github.io/money.js/
- This JavaScript library will let you exchange your currency given the rate(s) of exchange you would like to perform.
- https://openexchangerates.org/
- This API requires a subscription but will provide up to date exchange rates. Used with money.js, you can submit accurate USD amount when firing the pixel.