I’m testing some the analytics API (in this case, seeing when people quit a tutorial - indicated by an index number) but I’m confused how to the data is being displayed. When you select the eventData option you can apparently choose to view it as a number or a string (at least that’s how I’m reading it).
When viewing the data as an number (‘#’, in green) it only allows for count/total option. In the example below, the lone green bar just gives the total 7 occurrences where this happened.
When viewing the data as a string (‘A’, in blue) it breaks them down into the eventData references (i.e. the step index: 0, 1, 2, 3 etc)
So two questions:
- Why can I not get the eventData references itemised when they are displayed as numbers (#)?
- Why is the sorting order of the eventData references 0, 2, 1, 3 when displayed as strings (A)? I would have expected this to go ‘0’, ‘1’, ‘2’, ‘3’, no?