I have data stored in the Second Dimension Google Analytics Events. The field is called Custom Variable (Value 01).
How can I use the GA api to get the values from Custom Variable (Value 01).
I'm using the GA explorer http://ga-dev-tools.appspot.com/explorer/ and can't figure out how to get the Custom Variable.
I see these options: ga:dimensionXX ga:customVarNameXX ga:customVarValueXX
I tried replacing the xx with 01 but I had no luck. Anyone know how I can get the info for GA via API?