Skip to content

Commit

Permalink
Merge pull request #45 from fishtown-analytics/fix/missing-bq-bounces
Browse files Browse the repository at this point in the history
added user_bounced to sessions
  • Loading branch information
jthandy authored Feb 28, 2019
2 parents e988bd6 + 161e6ca commit ab3fa5b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ sessions as (

struct(
engagement.engaged_page_views,
engagement.user_bounced,
engagement.time_engaged_in_s,
case
when engagement.time_engaged_in_s between 0 and 9 then '0s to 9s'
Expand Down

0 comments on commit ab3fa5b

Please sign in to comment.