Flag events whose primary category is one of several values
In this article, you will find the rules document for flagging events whose primary category is one of several values.
Before you begin
To learn how to access the rules page, refer to this
article.
Flag events whose primary category is one of several values
Note: This is a complete rules document. In the rules page, copy this JSON into the editor.
[
{
"name": "json1",
"operator": "any",
"rules": [
{
"conditions": {
"all": [
{
"fact": "primaryCategory",
"operator": "in",
"value": [
"B-Roll",
"Montage",
"Establishing Shot"
]
}
]
},
"event": {
"type": "flagged",
"params": {
"reason": "Event belongs to B-Roll, Montage, or Establishing Shot"
}
}
}
]
}
]
Related Articles
Flag events whose category is NOT in a set
In this article, you will find the rules document for flagging events whose category is NOT in a set. Before you begin To learn how to access the rules page, refer to this article. Flag events whose category is NOT in a set Note: This is a complete ...
Flag events with a specific primary category
In this article, you will find the rules document for flagging events with a specific primary category. Before you begin To learn how to access the rules page, refer to this article. Flag events with a specific primary category Note: This is a ...
Flag events that are NOT a specific category
In this article, you will find the rules document for flagging events that are NOT a specific category. Before you begin To learn how to access the rules page, refer to this article. Flag events that are NOT a specific category Note: This is a ...
Filter rows by values of labels
In this article, you will learn how to customize the video dashboard by filtering rows using the values of labels. Before you begin To learn how to access video dashboard in SPAN sports performance analysis platform, refer to this article. Filter ...
Flag events that have a label from a specific category
In this article, you will find the rules document for flagging events that have a label from a specific category. Before you begin To learn how to access the rules page, refer to this article. Flag events that have a label from a specific category ...