Skip to content

snowplow-media-player v0.1.0

Compare
Choose a tag to compare
@agnessnowplow agnessnowplow released this 13 May 11:37
· 68 commits to main since this release

Summary

The package is built as an extension of the dbt-snowplow-web package that transforms raw media player event data into derived tables for easier querying generated by the Snowplow JavaScript tracker in combination with media tracking specific plugins such as the Media Tracking plugin or the YouTube Tracking plugin.

Features

  • Processes all media player events incrementally.
  • Is designed to allow you to easily integrate your own custom SQL into the incremental framework provided by the web package.
    • The interactions_this_run table could serve as a base for more in-depth analysis or custom models.
    • Provides models on users and sessions for custom model use.

Notes

Only supports Redshift & Postgres. BigQuery and Snowflake support to be added soon.