I have a bunch of ATOM feeds, some generated dynamically others not, and I would like to be able to monitor the subscribers to each one.
For the dynamic ATOM feeds, it is the same php file echoing different xml dependent on the $_GET data.
Can someone tell me an efficient way to monitor the subscribers to my feeds?