pageviews
is a metric which computes the views aggregated by sum over a given time period. You can create an alert that fires if pageviews
drops by 5% using a single alert.
However, what if the user wants to be alerted for a pageviews
drop of 5% by country? The user would have to create a separate alert for each country.
country = { ‘US’, ‘IN’, ‘FR’ }
.
enumeratorQuery
parameter takes a SQL query that returns a dataframe.
queryFilter
property will be fed into the pipeline for each run.
enumerationItems
is a template variable that can be fed in using a JSON like this