Flag events with too few tags

Flag events with too few tags

In this article, you will find the rules document for flagging events with too few tags.

Before you begin

To learn how to access the rules page, refer to this article.

Flag events with too few tags

Notes
Note: This is a complete rules document. In the rules page, copy this JSON into the editor.

Info
[
  {
    "name": "json1",
    "operator": "any",
    "rules": [
      {
        "conditions": {
          "all": [
            {
              "fact": "tagCount",
              "operator": "lessThanInclusive",
              "value": 1
            }
          ]
        },
        "event": {
          "type": "flagged",
          "params": {
            "reason": "Add at least one tag to this event"
          }
        }
      }
    ]
  }
]



    • Related Articles

    • Flag events with too many tags

      In this article, you will find the rules document for flagging events with too many tags. Before you begin To learn how to access the rules page, refer to this article. Flag events with too many tags Note: This is a complete rules document. In the ...
    • Flag events with exactly 4 tags

      In this article, you will find the rules document for flagging events with exactly 4 tags. Before you begin To learn how to access the rules page, refer to this article. Flag events with exactly 4 tags Note: This is a complete rules document. In the ...
    • Flagged events - rules in action

      Flagged events are those that do not adhere to the rules written for a template. In this article, you will learn how to check flagged events once multiple rules are set for a template. Before you begin To learn how to access the Rules page and view ...
    • Align tags

      In this article, you will learn how to align tags within a video file. Before you begin To learn basics of video tagging in SPAN sports performance analysis platform, refer to this article. Align tags In the Tagger app, there are two ways to align ...
    • Flag events with no labels

      In this article, you will find the rules document for flagging events with no labels. Before you begin To learn how to access the rules page, refer to this article. Flag events with no labels Note: This is a complete rules document. In the rules ...