DAP 8.3.0
What's Changed
New: HTML 5 Video/Audio Tracker: New functionality was added to track HTML5 Video/Audio. The tracker is on by default, however users can turn in off using a custom parameter "htmlvideo".
New: Added new parameter htmlvideo to enable and disable HTML5 media tracking.
Update: Modified ytm parameter to set milestone value for YouTube and HTML5 media Tracker. This parameter accept 10.20, and 25, If set to any value other than the preset list (10,20,25), it'll be defaulted to 25.
Update: The DAP code was updated to prevent its variables leak into, polluting, and potentially conflict with other variables in the global scope of whatever page the script is included in. This update also fixed the problem where the minifier didn't try to "mangle" (i.e. shorten) top-level variables, which was limiting how much the code can be minified.