Flag events with too many tags

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

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": "greaterThan",
              "value": 10
            }
          ]
        },
        "event": {
          "type": "flagged",
          "params": {
            "reason": "Event has more than 10 tags"
          }
        }
      }
    ]
  }
]




    • Related Articles

    • Flag events with too many labels

      In this article, you will find the rules document for flagging events with too many labels. Before you begin To learn how to access the rules page, refer to this article. Flag events with too many labels Note: This is a complete rules document. In ...
    • 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 ...
    • 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 Note: This is a complete rules document. In the ...
    • 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 ...