From 6789a047fc0883709492f2959dec9bbc629324db Mon Sep 17 00:00:00 2001 From: Alison Hodges Date: Tue, 20 May 2014 11:56:49 -0400 Subject: [PATCH] Youtube OR html5 made consistent --- docs/en_us/data/source/internal_data_formats/tracking_logs.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/en_us/data/source/internal_data_formats/tracking_logs.rst b/docs/en_us/data/source/internal_data_formats/tracking_logs.rst index bc4aaca5ca..673c19c60c 100644 --- a/docs/en_us/data/source/internal_data_formats/tracking_logs.rst +++ b/docs/en_us/data/source/internal_data_formats/tracking_logs.rst @@ -490,7 +490,8 @@ The browser emits these events when a user works with a video. - EdX ID of the video being watched (for example, i4x-HarvardX-PH207x-video-Simple_Random_Sample). * - ``code`` - string - - YouTube ID of the video being watched (for example, FU3fCJNs94Y). + - The YouTube ID of the video being loaded (for example, OEyXaRPEzfM) or + 'html5' for html5 video. * - ``currentTime`` - float - Time the video was played, in seconds.