Is it possible to use the Google Analytics APIs get a count of the number of times a certain event has been tracked?
More specifically, can this number be counted in such a way that each unique visitor who hits this event is counted only once (subsequent events for each unique visitor are not included in the total).
I am intending to access the API through PHP, for what it's worth.