meumobi / AMS.Connect

1 stars 0 forks source link

remove number of decimal points on adtech revenue #58

Closed vdias38 closed 7 years ago

vdias38 commented 7 years ago

remove number_format for adtech ' $row["revenu"] = number_format((float)$val, 2, '.', ''); because of round on AMS.Report we display cpm 14.39 and 14.40 for same campaign. We should use 4 decimals to prevent a diff on 2-digit round numbers