Page view statistics

You can easily get your own page view information using the API.

./
    

Download list_my_page_views.py 20180920 20180930

Produces a spreadsheet: page_views-self20180920-20181030.xlsx

For example  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:

./
    

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.