I’m currently pulling report from Google Ad Manager API. One of the column im pulling is a revenue column which is a currency column. After I downloaded the data and save it into csv file, the revenue column return different than the value from the Google Ad manager website. Ive read that the google ad manager API return the currency value in micros.
Is there any ways in the Google Ad Manager API that can directly change the value to currency value or do I need to create a python function to change it to the currency?