Hello guys,
When I run the below query:
$reportQuery = "SELECT Date, Cost, Conversions, CostPerConversion, ConversionRate FROM ACCOUNT_PERFORMANCE_REPORT DURING $year, $today";
I get all the accurate data, but for cost and costperconversion i receive some weird data for example.
$178.54 will return as 178540000
$203 will return as 203000000
Is there a reason for this and a way to receive the results correctly formatted.
Thank you.