Coming from GA3, I’m looking for a way to filter data from subdirectories and filter patterns for IP adresses such as:
Is that possible?
Coming from GA3, I’m looking for a way to filter data from subdirectories and filter patterns for IP adresses such as:
Is that possible?
IPv4 is a numeric type of data in Piwik PRO so you have to use operators like equals
, not equals
, greater than
, lower than
in order to define your filter. Regexp filtering for that dimension is not supported.