Skip to content

Commit

Permalink
Fix field names in custom session stats model yaml (close #63)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgewoodhead committed Dec 7, 2023
1 parent 94068de commit ef5b14f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions models/custom/snowplow_media_player_custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ models:
description: '{{ doc("col_end_tstamp") }}'
- name: seeks
description: '{{ doc("col_seeks") }}'
- name: play_time_secs
description: '{{ doc("col_play_time_secs") }}'
- name: play_time_muted_secs
description: '{{ doc("col_play_time_muted_secs") }}'
- name: avg_play_time_sec
description: '{{ doc("col_avg_play_time_sec") }}'
- name: play_time_mins
description: '{{ doc("col_play_time_mins") }}'
- name: play_time_muted_mins
description: '{{ doc("col_play_time_muted_mins") }}'
- name: avg_play_time_mins
description: '{{ doc("col_avg_play_time_mins") }}'
- name: avg_percent_played
description: '{{ doc("col_avg_percent_played") }}'
- name: complete_plays
Expand Down

0 comments on commit ef5b14f

Please sign in to comment.