rename StartDelay event to TimeToStart

This commit is contained in:
jessop 2020-01-26 19:54:05 -05:00 committed by Sean Yesmunt
parent 31fa714ef5
commit 28181dc92f

View file

@ -130,7 +130,7 @@ const analytics: Analytics = {
}
},
videoStartEvent: (claimId, duration) => {
sendGaTimingEvent('Media', 'StartDelay', Number((duration * 1000).toFixed(0)), claimId);
sendGaTimingEvent('Media', 'TimeToStart', Number((duration * 1000).toFixed(0)), claimId);
},
videoBufferEvent: (claimId, currentTime) => {
sendGaTimingEvent('Media', 'BufferTimestamp', currentTime * 1000, claimId);