views:

23

answers:

0

Hi All, I put some tracking code on my website which had events everytime I click some button on my website. I got all these data in the google analytics website. Now I am trying to get this data through the GA Data export API's.

I looked at what metrics I can query on in this link http://code.google.com/apis/analytics/docs/gdata/gdataReferenceDimensionsMetrics.html#totalEvents . It seems that I can get only the total no of events. Cant I get all individual events that got triggered for my website?

[Update]

I got the total events of each type by using the ga:totalEvents metric and the ga:eventLabel dimension. Now I want these events broken down by session. I want all events of a particular type in a particular session. I want this data to see how many times each button was clicked in a particular session.

There seems to be no combination of metrics and dimension which would give me this. How would I get such data?