Quantcast
Channel: Piwik Forums - Support & Bugs
Viewing all articles
Browse latest Browse all 4243

Custom variable Comparision (no replies)

$
0
0
Hello,

Iam tracking a custom variable "Card" in Piwik, and I need a count of visitors, where this variable IS and IS NOT set.

But i can't get count for empty variable. It shoud end with == or =@ (contains). IS this syntax correct?

// is not empty    
'segment=customVariablePageName1==Card;customVariablePageValue1!=' // works 

// is empty (does not work)
'segment=customVariablePageName1==Card;customVariablePageValue1==' // returns 0
'segment=customVariablePageName1==Card;customVariablePageValue1=@' // alternative

Viewing all articles
Browse latest Browse all 4243

Trending Articles