Click or drag to resize

ScoutEventExtraInfo Property

Integer value, meaning of this attribute depends on event type:
  • 30 (score): 0 or -1 = not specified, 1 = penalty, 2 = own goal, 3 = header
  • 1019 (cancel goal): 0 or -1 = not specified, 1 = off side, 2 = foul, 3 = incorrect entry
  • 1013 (match status): match status enumeration
  • 1025 (tennis full score): tennis point type – 0=standard, 1=ace, 2=double fault opponent
  • 158 (injury): Player still injured – 1=yes, 0=no 165 (attendance): Attendance
  • 1039 (manual time adjustment): Number of seconds adjusted. Can be both a positive and a negative integer
  • 1044 (event deleted): Id of event that was deleted
  • 1037 (basketball points): Number of points scored – 1, 2 or 3
  • 1038 (basketball points missed): Point attempt missed – 1, 2 or 3 (points)
  • 1046 (volleyball full score): volleyball point type – 0=standard, 1=ace, 2=service error
  • 1056 (number of free throws): Number of free throws
  • 1036 (time start stop): 1 = time is running, 0 = time is stopped
  • 43 (suspensions): Number of minutes player is suspended for
  • 90 (injury time): Number of minutes injury time added
  • 1082 (corner markets): 1 = safe to accept bets, 0 = not safe
  • 1083 (booking markets): 1 = safe to accept bets, 0 = not safe
  • 1002 (penalty shootout): -1=penalty not taken, 1=penalty scored, 0=penalty missed
  • 1060 (direct free kick): -1 = not taken, 0 = miss, 1 = score
  • 1102 (coverage status): 0 - match covered, 1 - coverage abandoned (used when abandoning coverage after a match has started), 2 - match will not be covered (used when we are unable to cover a match that we were supposed to cover)
All counter event types (throw in count etc.): Number of events of this type for team specified by “side" attribute

Namespace: Sportradar.SDK.FeedProviders.LiveScout
Assembly: LiveScoutFeedProvider (in LiveScoutFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
public long? ExtraInfo { get; }

Property Value

NullableInt64
See Also