diff --git a/docs/markdown/snowplow_media_player_model_docs.md b/docs/markdown/snowplow_media_player_model_docs.md index f786678..712044a 100644 --- a/docs/markdown/snowplow_media_player_model_docs.md +++ b/docs/markdown/snowplow_media_player_model_docs.md @@ -14,7 +14,7 @@ This derived table aggregates media player interactions to a pageview level incr This view removes impressions from the derived snowplow_media_base table for showing pageview level media play events. {% enddocs %} -{% docs table_plays_by_session %} +{% docs table_session_stats %} This table aggregates the pageview level interactions to show session level media stats. {% enddocs %} diff --git a/models/custom/snowplow_media_player_custom.yml b/models/custom/snowplow_media_player_custom.yml index d9373df..b1d2e39 100644 --- a/models/custom/snowplow_media_player_custom.yml +++ b/models/custom/snowplow_media_player_custom.yml @@ -1,8 +1,8 @@ version: 2 models: - - name: snowplow_media_player_plays_by_session - description: '{{ doc("table_plays_by_session") }}' + - name: snowplow_media_player_session_stats + description: '{{ doc("table_session_stats") }}' columns: - name: domain_sessionid description: '{{ doc("col_domain_sessionid") }}'