Piyush Kumar

· Admin · gmail.com · ← all users

Active hours
3.02
real mouse/keyboard time
Active days
8
Sessions
2,141
Brands touched
1
Profiles touched
1
Pages touched
5

Daily

Day Sessions Active min Active hours
2026-06-17 17 9.4 0.16
2026-06-18 12 10.1 0.17
2026-06-19 41 1.1 0.02
2026-06-19 41 1.1 0.02
2026-06-19 41 1.1 0.02
2026-06-19 41 1.1 0.02
2026-06-19 41 1.1 0.02
2026-06-19 41 1.1 0.02
2026-06-19 41 1.1 0.02
2026-06-19 41 1.1 0.02
2026-06-19 41 1.1 0.02
2026-06-19 41 1.1 0.02
2026-06-19 41 1.1 0.02
2026-06-19 41 1.1 0.02
2026-06-19 41 1.1 0.02
2026-06-19 41 1.1 0.02
2026-06-19 41 1.1 0.02
2026-06-19 41 1.1 0.02
2026-06-19 41 1.1 0.02
2026-06-19 41 1.1 0.02
2026-06-19 41 1.1 0.02
2026-06-19 41 1.1 0.02
2026-06-19 41 1.1 0.02
2026-06-19 41 1.1 0.02
2026-06-19 41 1.1 0.02
2026-06-19 41 13.7 0.23
2026-06-19 41 1.1 0.02
2026-06-20 31 1.0 0.02
2026-06-20 31 1.0 0.02
2026-06-20 31 1.0 0.02
2026-06-20 31 1.0 0.02
2026-06-20 31 1.0 0.02
2026-06-20 31 1.0 0.02
2026-06-20 31 1.0 0.02
2026-06-20 31 1.0 0.02
2026-06-20 31 1.0 0.02
2026-06-20 31 1.0 0.02
2026-06-20 31 1.0 0.02
2026-06-20 31 1.0 0.02
2026-06-20 31 1.0 0.02
2026-06-20 31 1.0 0.02
2026-06-20 31 1.0 0.02
2026-06-20 31 1.0 0.02
2026-06-20 31 1.0 0.02
2026-06-20 31 1.0 0.02
2026-06-20 31 1.0 0.02
2026-06-20 31 1.0 0.02
2026-06-20 31 1.0 0.02
2026-06-20 31 1.0 0.02
2026-06-20 31 1.0 0.02
2026-06-20 31 1.0 0.02
2026-06-20 31 5.0 0.08
2026-06-21 1 0.3 0.00
2026-06-22 18 16.1 0.27
2026-06-23 58 0.5 0.01
2026-06-23 58 0.5 0.01
2026-06-23 58 0.5 0.01
2026-06-23 58 0.5 0.01
2026-06-23 58 74.1 1.23
2026-06-24 3 0.7 0.01

Brands

BrandOwnerRoleSessionsActive min
HAPPY CHEEKS PRIVATE LIMITED happycheeks21@gmail.com Admin 152 164.7
Kidology happycheeks21@gmail.com Admin 29 16.8

Pages

PageReportSessionsActive min
Amazon Snapshot snapshot 54 43.9
Amazon Dayparting Performance dayparting 32 42.3
Amazon DSP Request dsp 30 29.4
Amazon Targeting 360 targeting_360 19 17.5
Create Amazon Automated Bid Rule rule_automation 2 14.2
Create Amazon Automated Budget Rule rule_automation 5 8.2
Amazon CPC Jobs other 4 5.4
Amazon Automated Budget Rules rule_automation 11 5.0
Profile other 7 3.7
Amazon User Management other 2 2.6
Amazon Marketing Stream targeting_360 5 2.4
Amazon Master Overview master_overview 2 1.9
Amazon Text Categorization other 1 1.2
AMC Amazon Audience Instance Register Create amc 1 0.9
Amazon Ranking Dashboard ranking_360 1 0.9
Amazon Automated Budget Rule Details rule_automation 2 0.8
Logout other 1 0.8
Amazon Categorization other 1 0.4
DSP dsp 1 0.2

Actions

CategoryActionActionsEntities
rule rule_based_created 6 6
rule rule_based_status_change 2 2
5 queries · scanned 5.61 MB · cost $0.000033 · 6.55s
Query 1 · 1 rows · 2.01 MB · $0.000012 · 1.37s
SELECT
  i.email,
  ANY_VALUE(i.full_name)                              AS full_name,
  ANY_VALUE(i.email_domain)                           AS email_domain,
  ANY_VALUE(s.role)                                   AS role,
  COUNT(DISTINCT i.day)                               AS active_days,
  ANY_VALUE(s.brands_touched)                         AS brands_touched,
  ANY_VALUE(s.profiles_touched)                       AS profiles_touched,
  ANY_VALUE(s.pages_touched)                          AS pages_touched,
  SUM(s.sessions)                                     AS sessions,
  SUM(i.sum_active_seconds)                           AS active_seconds,
  ROUND(SUM(i.sum_active_seconds)/3600.0, 2)          AS active_hours
FROM `amazoneast.customerio_data.fact_session_intervals_daily` i
LEFT JOIN (
  SELECT day, email, SUM(sessions) AS sessions, ANY_VALUE(role) AS role,
         COUNT(DISTINCT brand_group) AS brands_touched,
         COUNT(DISTINCT profile_id)  AS profiles_touched,
         COUNT(DISTINCT report_page) AS pages_touched
  FROM `amazoneast.customerio_data.fact_sessions_daily`
  WHERE day BETWEEN DATE '2026-06-17' AND DATE '2026-06-24'
    AND LOWER(email) = LOWER('happycheeks21@gmail.com')
  GROUP BY day, email
) s USING (day, email)
WHERE i.day BETWEEN DATE '2026-06-17' AND DATE '2026-06-24'
  AND LOWER(i.email) = LOWER('happycheeks21@gmail.com')
GROUP BY i.email
Query 2 · 60 rows · 876.1 KB · $0.000005 · 1.38s
SELECT i.day,
       s.sessions,
       ROUND(i.sum_active_seconds/60.0, 1) AS active_min,
       ROUND(i.sum_active_seconds/3600.0, 2) AS active_hours
FROM `amazoneast.customerio_data.fact_session_intervals_daily` i
LEFT JOIN (
  SELECT day, SUM(sessions) AS sessions
  FROM `amazoneast.customerio_data.fact_sessions_daily`
  WHERE LOWER(email) = LOWER('happycheeks21@gmail.com')
    AND day BETWEEN DATE '2026-06-17' AND DATE '2026-06-24'
  GROUP BY day
) s USING (day)
WHERE LOWER(i.email) = LOWER('happycheeks21@gmail.com')
  AND i.day BETWEEN DATE '2026-06-17' AND DATE '2026-06-24'
ORDER BY i.day
Query 3 · 2 rows · 1.43 MB · $0.000009 · 1.25s
SELECT brand_group,
       ANY_VALUE(profile_owner_email) AS profile_owner_email,
       ANY_VALUE(role)                AS role,
       SUM(sessions)                  AS sessions,
       ROUND(SUM(active_seconds)/60.0, 1) AS active_min
FROM `amazoneast.customerio_data.fact_sessions_daily`
WHERE LOWER(email) = LOWER('happycheeks21@gmail.com')
  AND day BETWEEN DATE '2026-06-17' AND DATE '2026-06-24'
GROUP BY brand_group
ORDER BY active_min DESC
Query 4 · 19 rows · 1.24 MB · $0.000007 · 1.23s
SELECT report_page,
       ANY_VALUE(report)                  AS report,
       SUM(sessions)                       AS sessions,
       ROUND(SUM(active_seconds)/60.0, 1)  AS active_min
FROM `amazoneast.customerio_data.fact_sessions_daily`
WHERE LOWER(email) = LOWER('happycheeks21@gmail.com')
  AND day BETWEEN DATE '2026-06-17' AND DATE '2026-06-24'
GROUP BY report_page
ORDER BY active_min DESC
LIMIT 5000
Query 5 · 2 rows · 70.7 KB · $0.000000 · 1.32s
SELECT action_category,
       action_type,
       SUM(action_count)      AS actions,
       SUM(entity_count)      AS entities
FROM `amazoneast.customerio_data.fact_actions_daily`
WHERE LOWER(email) = LOWER('happycheeks21@gmail.com')
  AND day BETWEEN DATE '2026-06-17' AND DATE '2026-06-24'
GROUP BY action_category, action_type
ORDER BY actions DESC