Hello
I am trying to generate a graph, which visualizes the number of visits per value of a custom variable by day. This proves to be a lot harder than I expected.
My current request looks like this:
However this doesn’t quite work, thanks to subtables being weird. I can visualize the visits without the variables being into their values by using something like
, as it a) doesn’t seem to work, because there is a space in the name or similar and b) is pointless, since every visitor has the variable defined.
What I am looking for is splitting up that graph into one line with the number of visitor having the customVar values anonymous and one for LoggedIn user. However I do not want to hardcode these values, as I don’t want to update the website every time we release a new version of our software.
Thank you, the only thing missing now is to only get the values of one variable, as we have multiple custom variables. I’ve tried to filter them with &segment=customVariableName1==Name, however the graph shows the values of both variables. If I set the segment condition to an inexistent value, the query is blank tough.