Skip to content
English
  • There are no suggestions because the search field is empty.

How to use multi-provider for LivematchPro?

LivematchPro supports multiple approaches for displaying widgets based on event identifiers. Whether you rely on STATSCORE’s IDs, your own provider IDs, or even multiple providers, the platform gives you the flexibility to adapt to your data sources. This ensures smooth integration and makes it easier to deliver the right content to your audience.

Step-by-step guide

Using Statscore’s ID.

LivematchPro gives you opportunity to use different event IDs to show the Widget. Standard procedure is to show the tracker with STATSCORE’s event ID which can be found in booked_events endpoint:

https://api.statscore.com/v2/booked-events?product=livescorepro&client_id=YOUR_iD

event ID

Using single provider ID.

There is also option to show the widget with your event ID. If your offer is mapped with STATSCORE or you are using global feed provider to get event IDs, we give you opportunity to show the widget with the event id you are using. To check what events can be showed in this way you can check the mapped-events endpoint: 

https://api.statscore.com/v2/booked-events?product=livescorepro&client_id=YOUR_ID&mapped_status=mapped

provider event id

To make it work, you need proper configuration in our system → contact us at delivery@statscore.com to ask about your account settings. 

If your account is well prepared, you can show the wiget using “client_event_id”. To use this you need to input “m:” prefix before id, example: m:12383582

other example with picture:

chrome_aft0oObUqj

Using multi-provider ID.

You can find yourself in the situation that you are using different feed providers to show for example different sports. STATSCORE gives you opportunity to show the widget with provider event ID of your choice.

What you need to do is to ad a proper parameter “providerID” in the query. You are still using “m:” prefix for the event ID but in addition you need to use “providerID” param. See the example below:

chrome_GlCh0oYYPp

Contact us at delivery@statscore.com so we can prepare your account in the proper way and share the list of “providerID” that you can use.

You can find more details about proper integration in our docs: Advanced