Can I show a table of one custom variable against another?
- by Simon
We have a number of custom variables set up in google analytics. We'd like to show a table of event occurrences broken down by two custom variables, e.g. if variable one can be A, B, or C and variable two can be J, K or L:
Events | A | B | C |
-------+-----+-----+-----+
J | 345 | 65 | 12 |
K | 234 | 43 | 7 |
L | 123 | 21 | 4 |
-------+-----+-----+-----+
How do I get the information in that format?