Sweekar Madan

· Manager · wellversed.in · ← all users

Active hours
2.73
real mouse/keyboard time
Active days
19
Sessions
166
Brands touched
1
Profiles touched
1
Pages touched
3

Daily

Day Sessions Active min Active hours
2026-05-26 12 15.1 0.25
2026-05-27 2 1.0 0.02
2026-05-29 30 30.5 0.51
2026-06-01 3 2.8 0.05
2026-06-03 7 8.8 0.15
2026-06-04 2 1.9 0.03
2026-06-05 8 9.9 0.17
2026-06-08 6 6.0 0.10
2026-06-09 21 15.5 0.26
2026-06-10 9 5.7 0.10
2026-06-11 8 6.0 0.10
2026-06-12 1 0.4 0.01
2026-06-15 3 3.0 0.05
2026-06-16 12 12.6 0.21
2026-06-17 9 13.7 0.23
2026-06-18 6 8.8 0.15
2026-06-19 3 2.7 0.04
2026-06-24 3 2.8 0.05
2026-06-25 21 16.6 0.28

Brands

BrandOwnerRoleSessionsActive min
Ketofy sweekar@wellversed.in Manager 166 164.0

Pages

PageReportSessionsActive min
Amazon DSP Adgroup dsp 37 54.9
DSP dsp 25 16.7
Amazon Snapshot snapshot 13 11.8
Amazon Text Categorization other 9 10.8
Amazon Audience Report amc 14 8.8
Create Amazon Audience amc 8 7.3
Amazon DSP Adgroup Create dsp 8 6.8
Amazon DSP Creative 582696653698349089 Update dsp 2 6.3
Amazon Automated Budget Rules rule_automation 10 6.3
Amazon DSP Audience dsp 6 5.2
Amazon DSP Adgroup 577265781794934332 Update dsp 4 3.8
Amazon DSP Adgroup 586660507645808548 Update dsp 4 3.7
Amazon DSP Creative dsp 1 3.7
Amazon Targeting 360 targeting_360 4 3.5
Amazon DSP Adgroup 589645284226808021 Update dsp 3 3.3
Amazon DSP Creative 590136479407121296 Update dsp 1 2.2
Amazon Master Overview master_overview 4 1.8
Billing Payments other 3 1.5
Amazon Automated Budget Rule Details rule_automation 4 1.5
Amazon DSP Adgroup 592006738160511970 Update dsp 1 1.3
Amazon DSP Reports dsp 2 1.2
AMC Amazon Tentpole Report amc 1 0.9
Amazon DSP Adgroup 584248969929010125 Update dsp 1 0.4
Amazon DSP Audience Create dsp 1 0.2

Actions

CategoryActionActionsEntities
audience audience_created 3 3
5 queries · scanned 23.31 MB · cost $0.000139 · 6.92s
Query 1 · 1 rows · 8.42 MB · $0.000050 · 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-05-26' AND DATE '2026-06-25'
    AND LOWER(email) = LOWER('sweekar@wellversed.in')
  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('sweekar@wellversed.in')
GROUP BY i.email
Query 2 · 19 rows · 3.63 MB · $0.000022 · 1.39s
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('sweekar@wellversed.in')
    AND day BETWEEN DATE '2026-05-26' AND DATE '2026-06-25'
  GROUP BY day
) s USING (day)
WHERE LOWER(i.email) = LOWER('sweekar@wellversed.in')
  AND i.day BETWEEN DATE '2026-05-26' AND DATE '2026-06-25'
ORDER BY i.day
Query 3 · 1 rows · 5.95 MB · $0.000035 · 1.34s
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('sweekar@wellversed.in')
  AND day BETWEEN DATE '2026-05-26' AND DATE '2026-06-25'
GROUP BY brand_group
ORDER BY active_min DESC
Query 4 · 24 rows · 5.09 MB · $0.000030 · 1.39s
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('sweekar@wellversed.in')
  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 · 1 rows · 226.1 KB · $0.000001 · 1.44s
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('sweekar@wellversed.in')
  AND day BETWEEN DATE '2026-05-26' AND DATE '2026-06-25'
GROUP BY action_category, action_type
ORDER BY actions DESC