You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/global.ini.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1043,7 +1043,7 @@
1043
1043
; For example "e_c==Media" means that all tracking requests will be excluded where the event category is Media.
1044
1044
; Multiple exclusions can be configured separated by a comma. The request will be excluded if any expressions matches (not all of them). For example: "e_c==Media,action_name=@privacy".
1045
1045
; This would also exclude any request from being tracked where the page title contains privacy.
1046
-
; All comparisons are performed case insensitve. The value to match on the right side should be URL encoded.
1046
+
; All comparisons are performed case insensitive. The value to match on the right side should be URL encoded.
1047
1047
; For example: "action_name=^foo%2Cbar" would exclude page titles that start with "foo,bar".
1048
1048
; For a list of tracking parameters you can use on the left side view https://developer.matomo.org/api-reference/tracking-api
0 commit comments