- Allow setting custom assetId for screen events #23
- Update Segment SDK to
4.10.4to comply with google policy #22
- Fix property name for section #21
- Updates
Video Playback Startedto call play and load content metadata. - Updates
Video Playback Interruptedto call stop. - Maps
Video Playback Exitedto call stop. - Updates
airdateformatter to detect ISO timestamp with milliseconds. - Adds support for setting to map custom property to Nielsen's page/screen
section, with fallback tonamefield.
- Add
sendCurrentTimeLivestreamsetting to instantiation code inNielsenDCRIntegrationFactory. - Add fallback to
falseforsendCurrentTimeLivestreamsetting. - Add unit test for "Video Playback Started" for livestream videos.
- Update build dependencies.
- Updates
getPlayheadPositionto set theplayheadPositionto thecurrentTimewhen the new settingsendCurrentTimeLivestreamis enabled on livestream videos.
- [DEST-1240]
- Supports playback events "Video Playback Seek Started", "Video Playback Buffer Started" and "Video Playback Buffer Completed".
- Supports both
snake_caseandcamelCasespecced video properties. sfCodesetting hard-coded to "dcr" per Nielsen request.- Timer supports livestream offset as value of "position" property.
- Updates "playheadPosition" property to "position" in unit tests.
- Add fallback to
load_type(snake_case) property key ifloadTypekey(camelCase) is not present
- Update property mappings for
assetid,isFullEpisodeandlength - Add fallback to look for
loadTypein event properties ifadLoadTypenot in options
- Format
airdateproperty as yyyymmdd hh:MM:ss
- Expose underlying Nielsen SDK instance
- Add setting for custom ad asset ID property name
- Add custom length property name
- [DEST-870][DEST-880] Add custom properties for assetId, clientId and subbrand (#7)
- [DEST-865] Add
hasAdsandcrossId2to content metadata (#6)
- [DEST-823] Add debug setting (#5)
- Update build and tests (#4)
- Adds gif to show how to download SDK
- Update/java fmt plugin (#3)
- Update android-sdk license (#2)
- Prepare next development version.
- Initial Beta Release