<product_info>
What is product_info Element?
The product_iinfo element provides information on which other Sportradar products are being active for the match.
In this case, elements work differently from all the others as these do not have "true"/"false" values: they have just added if the product in question is available for the match.
XML Example
Here is an example:
<product_info>
<is_auto_traded/>
<is_in_live_score/>
<is_in_hosted_statistics/>
<is_in_live_center_soccer/>
<is_in_live_match_tracker/>
<links>
<link name="live_match_tracker" ref="https://widgets.sir.sportradar.com/sportradar/en/standalone/match.lmtPlus#matchId=27751122"/>
</links>
product_info/>
Sub-elements Explained
Element
meaning
<is_auto_traded/>
If present, the match is autotraded
<is_in_live_score/>
If present, live score is available for the match
<is_in_hosted_statistics/>
If present, statistics are available for the match
<is_in_live_center_soccer/>
If present, live center soccer is available for the match
<is_in_live_match_tracker/>
If present, live match tracker is available for the match
<links>
In case of live match_tracker available for the match and hard-coded widget link is provided with the id of the match. The link redirects to the match tracker for the match.
https://widgets.sir.sportradar.com/sportradar/en/standalone/match.lmtPlus#matchId="<matchid>"
Last updated
Was this helpful?