I've set up some static files in my AppEngine project and was wondering if 
there's any way to track how many times users access those static files 
(similarly to AppStats)

I've added a file like this in my app.yaml:

- url: /file_name
 static_files: static/file_name
 upload: static/file_name

I have a file that my users download, and would like to track how many 
downloads I have gotten, if that's possible. Any clues?
(I'm using Django if that is of any importance)

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/rXGksHZS31kJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to