Skip to content

Commit 140006a

Browse files
gpsamsonbriemcnallyBrie
authored
Adobe Analytics: Combine all inflight changes + Implement video playback interrupted (segmentio#468)
* Squashed commit of the following: commit 4ac7ccb Author: Brie <[email protected]> Date: Tue Apr 28 12:06:41 2020 -0700 Remove ternary commit 79c8142 Merge: e331eb2 3bcebe0 Author: Brie McNally <[email protected]> Date: Thu Apr 23 16:31:22 2020 -0700 Merge branch 'master' into brie/aa-merch-events commit e331eb2 Author: Brie <[email protected]> Date: Thu Apr 23 16:19:07 2020 -0700 Bump release candidate commit 676cfda Author: Brie <[email protected]> Date: Thu Apr 23 16:16:53 2020 -0700 Add unit tests commit 3452451 Author: Brie <[email protected]> Date: Thu Apr 23 16:15:51 2020 -0700 Add in else statement on map function commit 6ae3c91 Author: Brie <[email protected]> Date: Thu Apr 23 15:58:56 2020 -0700 Update to ensure that can pass empty event string commit 4e967c7 Merge: 3d61d27 0a00eec Author: Brie McNally <[email protected]> Date: Mon Apr 20 16:52:54 2020 -0700 Merge branch 'master' into brie/aa-merch-events commit 3d61d27 Author: Brie <[email protected]> Date: Mon Apr 20 16:47:49 2020 -0700 Update to release candidate version commit cf06ab5 Author: Brie <[email protected]> Date: Mon Apr 20 16:41:41 2020 -0700 Update scripts commit dc76ffb Merge: 6c719c4 9d4d604 Author: Brie <[email protected]> Date: Wed Apr 15 09:52:54 2020 -0700 Merge branch 'brie/aa-merch-events' of ssh://github.com/segmentio/analytics.js-integrations into brie/aa-merch-events commit 6c719c4 Author: Brie <[email protected]> Date: Wed Apr 15 09:52:15 2020 -0700 Update History.md commit 3dab0e2 Merge: 7be8df7 b72a91c Author: Brie <[email protected]> Date: Tue Apr 14 15:42:06 2020 -0700 Merge branch 'gps/aa-2.20' into brie/aa-merch-events commit 9d4d604 Merge: 7be8df7 8c4c227 Author: Brie McNally <[email protected]> Date: Tue Apr 14 10:50:23 2020 -0700 Merge branch 'master' into brie/aa-merch-events commit 7be8df7 Author: Brie <[email protected]> Date: Mon Apr 13 13:05:49 2020 -0700 Update comments and move function commit 97e4e45 Author: Brie <[email protected]> Date: Fri Apr 10 15:40:42 2020 -0700 Add unit tests commit 077e8e5 Author: Brie <[email protected]> Date: Fri Apr 10 15:40:06 2020 -0700 Add merchEvent support initial commit commit b72a91c Author: Gabriel P Samson <[email protected]> Date: Mon Apr 6 15:09:02 2020 -0700 AA: Remove .only from tests commit 8138783 Author: Gabriel P Samson <[email protected]> Date: Mon Apr 6 14:28:48 2020 -0700 AA: Update domain to prod commit 3e69ffb Author: Gabriel P Samson <[email protected]> Date: Mon Apr 6 12:56:44 2020 -0700 AA: Bump npm version commit 33f5f6f Author: Gabriel P Samson <[email protected]> Date: Mon Apr 6 12:47:55 2020 -0700 AA: Bump SDKs to latest (stage) * Squashed commit of the following: commit 8e5ddcc Author: Brie <[email protected]> Date: Fri May 1 10:37:58 2020 -0700 Update package.json and HISTORY.md commit 08023ea Author: Brie <[email protected]> Date: Thu Apr 30 19:09:46 2020 -0700 Updatet JS doc commit 35161df Author: Brie <[email protected]> Date: Thu Apr 30 19:03:04 2020 -0700 Update unit test for edge case for name spacing commit cb6bb79 Author: Brie <[email protected]> Date: Thu Apr 30 19:02:33 2020 -0700 Fix bug where key/values for context data different name spacing commit 2c34180 Author: Brie <[email protected]> Date: Thu Apr 30 15:16:10 2020 -0700 Add unit tests for page calls commit bf80537 Author: Brie <[email protected]> Date: Thu Apr 30 15:04:51 2020 -0700 Add unit test for track commit ad7f31f Author: Brie <[email protected]> Date: Thu Apr 30 15:04:17 2020 -0700 Add support for top level property mappings * Adobe Analytics: Implement video playback interrupted handler * AA: Fix version * Add support for Cart Opened * Update package.json and HISTORY.md * Fix linter * Fix linter * Update version to 1.16.0 Co-authored-by: Brie McNally <[email protected]> Co-authored-by: Brie <[email protected]>
1 parent 251b8a6 commit 140006a

File tree

4 files changed

+890
-104
lines changed

4 files changed

+890
-104
lines changed

integrations/adobe-analytics/HISTORY.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
1.16.0 / 2020-05-05
2+
===================
3+
* Supports sending top level `messageId` and `anonymousId` as `prop`, `eVar`, `lVar`, `hVar`, or Context Data Variable.
4+
* Updates the AppMeasurement, VisitorAPI, and MediaSDK (previously VideoHeartBeat) libraries to be the latest
5+
versions:
6+
* AppMeasurement - 2.20.0
7+
* VisitorAPI.js - 4.4.0
8+
* MediaSDK - 2.2.1
9+
* Adds support for merchandising variables and events
10+
* Implement Video Playback Interrupted handler.
11+
* Add support for Cart Opened events.
12+
113
1.15.2 / 2020-02-12
214
===================
315

0 commit comments

Comments
 (0)