Skip to content

Commit

Permalink
js-v2.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
praveek committed Feb 12, 2019
1 parent 73ac50a commit 60f777d
Show file tree
Hide file tree
Showing 17 changed files with 639 additions and 332 deletions.
10 changes: 8 additions & 2 deletions sdks/js/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Release Notes for JavaScript VideoHeartbeat 2.x SDK
# Release Notes for JavaScript Media SDK 2.x

Included are notes from the latest major revision to current.

Expand All @@ -11,7 +11,13 @@ Lighter, Simpler implementation.
- Clear difference between optional and required video tracking APIs. Optional video tracking features such as chapter tracking, ad tracking, bitrate change, etc. are now tracked through a single video tracking API: trackEvent.

For full documentation please visit:
https://marketing.adobe.com/resources/help/en_US/sc/appmeasurement/hbvideo/js_2.0/
https://marketing.adobe.com/resources/help/en_US/sc/appmeasurement/hbvideo/sdk-implement.html

## 2.2.0 (February 12, 2019)
- Video Heartbeat Library (VHL) SDK renamed to Media SDK.
- Added standard audio metadata for audio analytics support.
- Added buffer events for gaps between Ads during AdBreak.
- Bug fixes to improve stability and SDK performance.

## 2.1.1 (September 21, 2018)
- Bug fixes.
Expand Down
5 changes: 2 additions & 3 deletions sdks/js/docs/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0;url=https://marketing.adobe.com/resources/help/en_US/sc/appmeasurement/hbvideo/">
<script language="javascript">
window.location.href = "https://marketing.adobe.com/resources/help/en_US/sc/appmeasurement/hbvideo/js_2.0/"
window.location.href = "https://marketing.adobe.com/resources/help/en_US/sc/appmeasurement/hbvideo/sdk-implement.html"
</script>
<title>Page Redirection</title>
</head>
<body>
<p>The latest VHL Integration documentation is available online at <a href="https://marketing.adobe.com/resources/help/en_US/sc/appmeasurement/hbvideo/js_2.0/">https://marketing.adobe.com/resources/help/en_US/sc/appmeasurement/hbvideo/js_2.0/</a></p>>
<p>The latest Media SDK documentation is available online at <a href="https://marketing.adobe.com/resources/help/en_US/sc/appmeasurement/hbvideo/sdk-implement.html">https://marketing.adobe.com/resources/help/en_US/sc/appmeasurement/hbvideo/sdk-implement.html</a></p>
</body>
</html>
Loading

0 comments on commit 60f777d

Please # to comment.