type="scorecard"
| Name | customer-id |
| Description | CricViz customer identifier. |
| Values | alphanumeric string |
| Default | empty |
| Required | true |
| Name | match |
| Description | CricViz match identifier. |
| Values | number |
| Default | empty |
| Required | true |
| Name | lang |
| Description | The language used in the displayed contents. |
| Values | empty / 'hi-IN' |
| Default | empty (i.e. will show in English (en)) |
| Required | false |
| Name | player-names |
| Description | How the player names should mainly be displayed. |
| Values | empty / 'abbreviated' / 'full' |
| Default | empty. The names are displayed depending on the language (i.e. 'lang' attribute) of the widget. |
| Required | false |
| Name | include |
| Description | Hosts widget specific features which can be turned on by inclusion in the value string. |
| Values | comma-separated features to include from 'header', 'footer', 'basic', 'advanced', 'partnerships' |
| Default | empty |
| Required | true |
| Example | 'header, basic' (to just turn on this set of include features). You should always include at least one of 'basic', 'advanced', or 'partnerships' to ensure the widget is displayed with useful content. |
| Name | live-update |
| Description | If applied, this attribute will ensure the widget is updated on a 30 second time interval (unless the widget is disabled). |
| Values | This is a value-less attribute. Adding this attribute with any (or no value) will turn this feature on. |
| Default | not present |
| Required | false |
| Name | title |
| Description | If a value is added this will override (and be shown as) the first part of the header/footer components. |
| Values | string |
| Default | empty |
| Required | false |
| Name | suffix |
| Description | If a value is added this will override (and be shown as) the second part of the header/footer components. |
| Values | string |
| Default | empty |
| Required | false |
| Name | disabled |
| Description | If applied, this attribute will disable the widget (both user interaction and network data requests (except analytics)). |
| Values | This is a value-less attribute. Adding this attribute with any (or no value) will turn this feature on. |
| Default | not present |
| Required | false |
| Name | disable-analytics |
| Description | If applied, this attribute will disable internal tracking of key events, and hence not send any information to the internal analytics provider. |
| Values | This is a value-less attribute. Adding this attribute with any (or no value) will turn this feature on. |
| Default | not present |
| Required | false |