Vinyl
    Preparing search index...

    Interface TrackStreamedAttributes

    Base properties for Amazon Music Metrics Tracking Service (MTS) events related to playback.

    interface TrackStreamedAttributes {
        asin: null | string;
        cdnType: null | string;
        cdObjectId: null | string;
        contentSubscriptionMode: ContentSubscriptionMode;
        durationSecondsSum: number;
        extra?: any;
        progress: number;
        streamOrDRMTech: null | StreamOrDrmTech;
        substituteAsin: null | string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    asin: null | string

    An "Amazon Standard Identification Number". Catalogue entries are unique to marketplace, ASIN pairs.

    https://w.amazon.com/bin/view/ASIN/ https://console.harmony.a2z.com/music-metrics/docs/attribute/asin

    cdnType: null | string

    Tracks which CDN is used for streaming events. This attribute helps the Delivery and Playback teams investigate differences in music streaming.

    https://console.harmony.a2z.com/music-metrics/docs/attribute/cdnType

    cdObjectId: null | string

    Represents the Cloud Drive Unique Identifier of the song that is in the user's library. Either asin or cdObjectId will be non-null.

    https://console.harmony.a2z.com/music-metrics/docs/attribute/cdObjectId

    contentSubscriptionMode: ContentSubscriptionMode
    durationSecondsSum: number

    The durationSecondsSum attribute represents the cumulative track listening time.

    Differently from the durationSeconds attribute, the durationSecondsSum does not reset to zero every time the playback stops (for example, on pause), but keeps counting the listening time (does not account for paused time) until the track playback is finished.

    https://console.harmony.a2z.com/music-metrics/docs/attribute/durationSecondsSum

    extra?: any

    The application extra data set via track load options.

    progress: number
    streamOrDRMTech: null | StreamOrDrmTech

    What type of stream, e.g. Dash with DRM, HLS, Progressive.

    https://console.harmony.a2z.com/music-metrics/docs/attribute/streamOrDRMTech

    substituteAsin: null | string

    Indicates that the track played was substituted in favor over the track in the asin attribute of the same event.

    https://console.harmony.a2z.com/music-metrics/docs/attribute/substituteAsin