New segment creation

Hi all, I’m wondering if there are some (hidden :laughing:) features that I still don’t see about segment creation, i.e.:

  • create a segment based on a previous one, basically copying automatically the conditions of the “base” segment - and then manually adding other conditions;

  • create a condition that will be interpreted as
    (cond1 OR cond2) AND cond3
    and not as
    cond1 OR (cond2 AND cond3)
    because of the standard operator precedence;

  • create a condition like City IN (Rome, Milan, Naples, ...) instead of creating multiple conditions like (City is Rome OR City is Milan OR City is Naples OR...)

Thanks :slight_smile: !

No, but:

,


https://developer.matomo.org/api-reference/reporting-api-segmentation#combine-segments-with-and-and-or-expressions

,


See also the previous links

,


In all cases, you can create a feature request:

1 Like

Thanks Philippe, next time I’ll check more deeply the open issues on github before posting :slight_smile: !

1 Like