내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

How to exclude weekends from alerts?

Avatar

Level 4

I have seen this question dated back to 2015, and at the time the answer was "you can't".

I am hoping now with the intelligent alerts we can.

I tried to use the "Weekday/weekend" dimension, but not quite sure it works. Is there an obvious solution I am missing?

Thank you

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor

still "no".... sorry.

what I have done is a "workaround" with a calculated metric and a segment for only "weekday" traffic.

it looks something like this:

{if (segment: weekday => "occurencies") greater than  (static number: "0") then [your-metric] else (static number: "0"}

the calculated metric will only return [your-metric] for weekdays, weekends are always 0. this is just to hope that the anomality detection will recognise the 0 as "no anomality" and therefore do not send an alert on weekends...

원본 게시물의 솔루션 보기

3 답변 개

Avatar

정확한 답변 작성자:
Community Advisor

still "no".... sorry.

what I have done is a "workaround" with a calculated metric and a segment for only "weekday" traffic.

it looks something like this:

{if (segment: weekday => "occurencies") greater than  (static number: "0") then [your-metric] else (static number: "0"}

the calculated metric will only return [your-metric] for weekdays, weekends are always 0. this is just to hope that the anomality detection will recognise the 0 as "no anomality" and therefore do not send an alert on weekends...

Avatar

Level 4

Thanks Ursboller,

Makes sense logically. I actually do see a dimension "Weekday/Weekend" which has 2 values: "weekend" and "weekday".

If I apply "weekday" as a segment, it automatically updates any metric for the weekend to 0.

I have implemented this segment as a filter for my traffic change alert and am waiting to see if I get an alert this weekend.

Avatar

Community Advisor

I suggest you setup 2 alerts, one alert with segment applied, one without. this way you can see the difference...