Advertisement
kirzecy670

Untitled

Jun 3rd, 2025
689
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.36 KB | None | 0 0
  1. select action, count(*) FROM stat.funnelTrack
  2. where action = 'block_viewed'
  3. and dt >= '2025-05-20'
  4. and appVersion = 2009111
  5. and ((action = 'block_viewed' and simpleJSONExtractString(addJson, 'block_name') = 'articleCarousel')
  6. or action in ('articles_block_clicked', 'articleCarousel_link_click', 'feed_card_viewed', 'feed_card_clicked', 'article_viewed'))
  7. group by 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement