- Notifications
You must be signed in to change notification settings - Fork92
Open
Description
Hi team,
There is a misleading sentence in our documentation here:https://developer.matomo.org/api-reference/reporting-api
"segments can be combined in AND and OR operations. For example, to filter for "Visits where (Referrer name is Google OR Referrer name is Bing) AND Country is India", you would write: referrerName==Google,referrerName==Bing;country==IN"
in fact, it can be interpreted like the example we are giving here is using several segments, whereas in fact, it is one single segment which is composed of multiple dimensions. It is misleading because some people may think that they can create multiple segments with this technique.
Suggested solution:
change the word "segments" by, "a segment can be combined with AND and OR operations".
Metadata
Metadata
Assignees
Labels
No labels