In ArcGIS Online, for each item, there is a metric showing how many times the item has been downloaded within a specified time-frame. How can we get at that count using programming to automatically pull this for a weekly/quarterly report? We have several hundred items that we track within our organization and we need to report on how many times each item has been downloaded. Is this possible, either through the API for Python or something else? We've already explored Google Analytics which was only reports how much a item type (shapefile, GeoJSON, KML) has been downloaded. It doesn't tell you what those items actually were or what their AGOL IDs are, either. I do not want to write down a number for a couple of hundred items, so automating this is preferable.