Drishti Singhal

· Manager · vahdam.com · ← all users

Active hours
5.40
real mouse/keyboard time
Active days
28
Sessions
2,347
Brands touched
1
Profiles touched
1
Pages touched
1

Daily

Day Sessions Active min Active hours
2026-05-26 11 8.7 0.14
2026-05-27 28 21.0 0.35
2026-05-28 2 1.1 0.02
2026-05-29 2 2.2 0.04
2026-05-30 2 0.5 0.01
2026-05-31 3 1.4 0.02
2026-06-01 38 0.5 0.01
2026-06-01 38 0.5 0.01
2026-06-01 38 0.5 0.01
2026-06-01 38 0.5 0.01
2026-06-01 38 0.5 0.01
2026-06-01 38 0.5 0.01
2026-06-01 38 0.5 0.01
2026-06-01 38 0.5 0.01
2026-06-01 38 0.5 0.01
2026-06-01 38 0.5 0.01
2026-06-01 38 0.5 0.01
2026-06-01 38 0.5 0.01
2026-06-01 38 0.5 0.01
2026-06-01 38 0.5 0.01
2026-06-01 38 0.5 0.01
2026-06-01 38 0.5 0.01
2026-06-01 38 0.5 0.01
2026-06-01 38 0.5 0.01
2026-06-01 38 0.5 0.01
2026-06-01 38 0.5 0.01
2026-06-01 38 0.5 0.01
2026-06-01 38 0.5 0.01
2026-06-01 38 0.5 0.01
2026-06-01 38 8.1 0.13
2026-06-01 38 0.5 0.01
2026-06-02 24 33.1 0.55
2026-06-03 19 17.2 0.29
2026-06-04 11 5.6 0.09
2026-06-06 3 1.4 0.02
2026-06-08 17 13.7 0.23
2026-06-09 35 25.8 0.43
2026-06-10 22 17.3 0.29
2026-06-11 14 10.2 0.17
2026-06-12 3 1.8 0.03
2026-06-14 2 1.0 0.02
2026-06-15 16 13.8 0.23
2026-06-16 6 4.5 0.07
2026-06-17 10 7.0 0.12
2026-06-18 13 7.0 0.12
2026-06-19 42 1.0 0.02
2026-06-19 42 1.0 0.02
2026-06-19 42 1.0 0.02
2026-06-19 42 1.0 0.02
2026-06-19 42 1.0 0.02
2026-06-19 42 1.0 0.02
2026-06-19 42 1.0 0.02
2026-06-19 42 12.6 0.21
2026-06-19 42 1.0 0.02
2026-06-19 42 1.0 0.02
2026-06-19 42 1.0 0.02
2026-06-19 42 1.0 0.02
2026-06-19 42 1.0 0.02
2026-06-19 42 1.0 0.02
2026-06-19 42 1.0 0.02
2026-06-19 42 1.0 0.02
2026-06-19 42 1.0 0.02
2026-06-19 42 1.0 0.02
2026-06-19 42 1.0 0.02
2026-06-19 42 1.0 0.02
2026-06-19 42 1.0 0.02
2026-06-19 42 1.0 0.02
2026-06-19 42 1.0 0.02
2026-06-19 42 1.0 0.02
2026-06-19 42 1.0 0.02
2026-06-20 2 1.7 0.03
2026-06-21 18 9.9 0.16
2026-06-22 18 12.4 0.21
2026-06-23 23 17.6 0.29
2026-06-24 22 15.6 0.26
2026-06-25 21 16.2 0.27

Brands

BrandOwnerRoleSessionsActive min
Vahdam drishti@vahdam.com Manager 427 324.0

Pages

PageReportSessionsActive min
Amazon Master Overview master_overview 271 213.1
Amazon Snapshot snapshot 66 49.1
Snapshot snapshot 76 45.7
Amazon Search Query Performance targeting_360 3 8.4
Amazon Categorization other 8 3.8
Amazon Targeting 360 targeting_360 2 2.8
Amazon Ranking Activity ranking_360 1 1.3

Actions

No actions recorded.

5 queries · scanned 23.81 MB · cost $0.000142 · 6.55s
Query 1 · 1 rows · 8.61 MB · $0.000051 · 1.35s
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-05-26' AND DATE '2026-06-25'
    AND LOWER(email) = LOWER('drishti@vahdam.com')
  GROUP BY day, email
) s USING (day, email)
WHERE i.day BETWEEN DATE '2026-05-26' AND DATE '2026-06-25'
  AND LOWER(i.email) = LOWER('drishti@vahdam.com')
GROUP BY i.email
Query 2 · 76 rows · 3.71 MB · $0.000022 · 1.25s
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('drishti@vahdam.com')
    AND day BETWEEN DATE '2026-05-26' AND DATE '2026-06-25'
  GROUP BY day
) s USING (day)
WHERE LOWER(i.email) = LOWER('drishti@vahdam.com')
  AND i.day BETWEEN DATE '2026-05-26' AND DATE '2026-06-25'
ORDER BY i.day
Query 3 · 1 rows · 6.07 MB · $0.000036 · 1.40s
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('drishti@vahdam.com')
  AND day BETWEEN DATE '2026-05-26' AND DATE '2026-06-25'
GROUP BY brand_group
ORDER BY active_min DESC
Query 4 · 7 rows · 5.20 MB · $0.000031 · 1.32s
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('drishti@vahdam.com')
  AND day BETWEEN DATE '2026-05-26' AND DATE '2026-06-25'
GROUP BY report_page
ORDER BY active_min DESC
LIMIT 5000
Query 5 · 0 rows · 226.9 KB · $0.000001 · 1.23s
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('drishti@vahdam.com')
  AND day BETWEEN DATE '2026-05-26' AND DATE '2026-06-25'
GROUP BY action_category, action_type
ORDER BY actions DESC