Widget Docs
Coverage MatrixDocumentationRelease LogLog InContact Us

Top Players Carousel

us.season.ncaaf.topPlayersCarousel displays a moving top 5 leaderboard for a variety of player statistics.

To have specific stats for players, statString must be set.

Parameters

Name Type Description
props object properties
Name Type Argument Default Description
seasonId number optional Season ID
year number optional Season year
statString string optional String with stat Keys. See below for valid options.
seasonType string optional 'regular' Season type. Valid options are: regular, total or playoffs.
conference string optional Conferences. Options are: aac, acc, big12, b1g, cusa, independent, mac, mwc, sec, sbelt, pac12.
autoplay boolean optional 'true' Carousel autoplay turned on/off.
autoplaySpeed number optional 5000 Carousel autoplay speed in milliseconds.
border boolean optional If true enables a border around the widget.

List of stat keys:

Option Description
pasy Passing Yards
past Passing Touchdowns
pcp Completion Percentage
pasi Interceptions Thrown
rua Rushing Attempts
ruy Rushing Yards
rut Rushing Touchdowns
ypc Yards Per Carry
rer Receptions
rey Receiving Yards
ret Receiving Touchdowns
sac Sacks
int Interceptions
inty Interception Yards
ff Forced Fumbles
tac Tackles

Examples

<div class="sr-widget" data-sr-widget="us.season.ncaaf.topPlayersCarousel" data-sr-unique-tournament-id="27653"></div></code>
<script type="application/javascript" src="https://widgets.media.sportradar.com/YOUR_CLIENT_ALIAS/widgetloader" data-sr-language="en_us" async></script>

<script>
    (function(a,b,c,d,e,f,g,h,i){a[e]||(i=a[e]=function(){(a[e].q=a[e].q||[]).push(arguments)},i.l=1*new Date,i.o=f,
    g=b.createElement(c),h=b.getElementsByTagName(c)[0],g.async=1,g.src=d,g.setAttribute("n",e),h.parentNode.insertBefore(g,h)
    )})(window,document,"script","https://widgets.media.sportradar.com/YOUR_CLIENT_ALIAS/widgetloader","SIR", {
        language: 'en_us'
    });
    SIR('addWidget', '#sr-widget', 'us.season.ncaaf.topPlayersCarousel', {uniqueTournamentId: 27653});
</script>
<div id="sr-widget"></div>