In piwik, is it possible to filter the visitors graph based on a custom variable from the tracker? I want to show an evolution graph of all the visits with a 70
value in the first custom variable slot. I tried this call
index.php?module=API&method=ImageGraph.get&idSite=1&apiModule=VisitsSummary&apiAction=get&token_auth=anonymous&graphType=evolution&period=day&date=2012-01-01,2012-07-10&width=500&height=250&filter_column=custom_var_v1&filter_pattern=70
but got
No data for this graph.
When I remove the filter_pattern
I get a graph. I checked the piwik_log_visit
table in the database and I have that value for visit records.