Attributes of fixture_change tags are event_id, product, timestamp and change_type (Optional)
Tag event_id represent ID of event for which the date is for(match/outright).
Tag product representing type of feed that message belongs.
Product ID | Product Description | Product Status |
---|---|---|
3 | Pre-match | Available |
1 | Live odds | Not available |
Tag change_type if specified, declares what type of change it is (changed name, added new competitor).
For change of match date the details are in the message. Otherwise, the new fixture has to be requested from the API.
1=NAME is changed, 2=competitor is added
Match date change
When date of match is changed, new date is sent inside fixture_change tag, in the following format:
<fixture_change event_id="match:22650837" product="3" start_time="2021-02-20T16:00:00+0000" timestamp="1612968277297"/>
Tag start_time is new date of match.
Outright name change
When name of outright is changed manually, you will get signal inside fixture_change tag, in the following format:
<fixture_change change_type="1" event_id="outright:97081" product="3" timestamp="1614011289924"/>
Outright - added new competitor
When competitor is added to outright manually, you will get signal inside fixture_change tag, in the following format:
<fixture_change change_type="2" event_id="outright:97081" product="3" timestamp="1614011289924"/>
0 Comments