views:

32

answers:

1

Hi All,

I'm a bit in a timestretch here but i'm looking for a solution for this the whole day and after so much wasted time, i'm still not near a solution.

I got the google analytics API to work and i'm able to query all kinds of interresting stuff using the dimensions and metrics found here: http://code.google.com/apis/analytics/docs/gdata/gdataReferenceDimensionsMetrics.html

Yet one piece of the puzzle is missing and that's actually the only thing i need for now. That is: I Need to query the goals specified by the user, Just the name and the target location, thats all :)

Can anyone help me with this?

Thanks in advance!

A: 

OK, as YC indicated in the comment, Goals are appareantly on the account level rather then the profile level. I'm still not sure what the heck that's about but oh well, at least i got the right data now.

For info, check: http://code.google.com/apis/analytics/docs/gdata/gdataReferenceAccountFeed.html and search for ga:goal

Polity