Page view statistics
You can easily get your own page view information using the API.
./list_my_page_views.py
Download list_my_page_views.py 20180920 20180930
Produces a spreadsheet: page_views-self20180920-20181030.xlsx
For example page_views-self20180920-20180930-edited-for-privacy.xlsx Download page_views-self20180920-20180930-edited-for-privacy.xlsx
(The fields filled with yellow were edited to remove the URLs, IP address, etc.)
Alternatively, one can get a JSON response (thus avoiding the need for Python pandas) with:
./my_page_views.py
Download my_page_views.py 20180920 20180930
The program above also drops some fields ('developer_key_id' and 'remote_ip') for increased privacy.
Both programs fixed on 2018-10-03 to handle paginated results.