rename StartDelay event to TimeToStart
This commit is contained in:
parent
31fa714ef5
commit
28181dc92f
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue