I made a PHP script last month to retrieve my application's statistiques. Everything works well but since the 1st December, the CSV output downloaded has changed. Indeed, before the 1st Dec I had the followings columns :
Date,Package Name,Current Device Installs,Daily Device Installs,Daily Device Uninstalls,Daily Device Upgrades,Current User Installs,Total User Installs,Daily User Installs,Daily User Uninstalls,Active Device Installs
Now I have :
Date,Package Name,Daily Device Installs,Daily Device Uninstalls,Daily Device Upgrades,Total User Installs,Daily User Installs,Daily User Uninstalls,Active Device Installs
I thinks Google changed theirs output datas, but if they change that every month, that will not good for my automatic script.
If someone has informations about this changes, that can help me. Have a good day,
Ben.