snowplow / dbt-snowplow-unified

A fully incremental model, that transforms raw web & mobile event data generated by the Snowplow JavaScript & mobile trackers into a series of derived tables of varying levels of aggregation.
Other
13 stars 6 forks source link

Add mobile screen engagement calculation using the screen summary context (close #16) #17

Closed matus-tomlein closed 10 months ago

matus-tomlein commented 11 months ago

Description

Issue #16

This makes use of the information in the screen_summary context entity to calculate mobile app engagement. The new schemas that this builds on are in review: https://github.com/snowplow/iglu-central/pull/1358

The following columns in the views table were updated/added:

New configurations:

What type of PR is this?

Checklist

Added tests?

Added to documentation?

rlh1994 commented 11 months ago

Also can you add a changelog entry, and we'll need to update the docs to reflect this but that's not required to merge this PR.