I'm trying to automate some item usage statistics within ArcGIS Online, and have had success with a hosted feature layer, but am not getting any usage return for a hosted vector tile layer.
The first screenshot below is the usage report I see in ArcGIS Online for the hosted vector tile layer in question.
The second screenshot below is the return I get from the Python API for the item, which is nothing. The Python API is using '1Y' as the 'date_range' parameter, and the epoch times in the API return are correct.
Is there any reason this particular item would not return anything in the Python API?
@mpboyle Did you receive any response or breakthrough to obtain a hosted vector tile layer usage report? Thanks