Suraj A

· Admin · storio.in · ← all users

Active hours
3.79
real mouse/keyboard time
Active days
15
Sessions
1,858
Brands touched
2
Profiles touched
2
Pages touched
10

Daily

Day Sessions Active min Active hours
2026-06-03 27 19.1 0.32
2026-06-04 32 39.5 0.66
2026-06-05 7 5.4 0.09
2026-06-06 68 0.7 0.01
2026-06-06 68 0.7 0.01
2026-06-06 68 0.7 0.01
2026-06-06 68 0.7 0.01
2026-06-06 68 0.7 0.01
2026-06-06 68 0.7 0.01
2026-06-06 68 0.7 0.01
2026-06-06 68 44.8 0.75
2026-06-06 68 0.7 0.01
2026-06-06 68 0.7 0.01
2026-06-06 68 0.7 0.01
2026-06-06 68 0.7 0.01
2026-06-06 68 0.7 0.01
2026-06-06 68 0.7 0.01
2026-06-06 68 0.7 0.01
2026-06-06 68 0.7 0.01
2026-06-06 68 0.7 0.01
2026-06-06 68 0.7 0.01
2026-06-06 68 0.7 0.01
2026-06-06 68 0.7 0.01
2026-06-06 68 0.7 0.01
2026-06-06 68 0.7 0.01
2026-06-06 68 0.7 0.01
2026-06-06 68 0.7 0.01
2026-06-06 68 0.7 0.01
2026-06-07 40 52.2 0.87
2026-06-08 2 2.5 0.04
2026-06-09 1 0.6 0.01
2026-06-11 2 1.8 0.03
2026-06-12 3 2.5 0.04
2026-06-13 12 19.4 0.32
2026-06-18 19 15.5 0.26
2026-06-19 4 5.3 0.09
2026-06-20 5 1.6 0.03
2026-06-22 1 0.6 0.01
2026-06-23 3 1.2 0.02

Brands

BrandOwnerRoleSessionsActive min
Storio suraj@storio.in Admin 153 156.3
Mini Explorer suraj@storio.in Admin 73 71.2

Pages

PageReportSessionsActive min
Amazon Targeting 360 targeting_360 76 54.8
Amazon Automated Master Rules rule_automation 23 34.8
Amazon Snapshot snapshot 31 27.8
Amazon Campaign Drafts Manual Keyword Create other 10 19.9
Amazon Campaign Drafts Auto Create other 9 19.1
Amazon Smart Campaigns List other 18 14.7
Amazon Campaign Drafts Manual ASIN Create other 12 13.7
Amazon Master Overview master_overview 9 10.6
Amazon DSP Request dsp 3 5.5
Profile other 4 3.0
Amazon DSP Marketing Stream dsp 1 2.9
Edit Profile Verify Whatsapp other 2 2.5
Amazon Automated Placement Rules rule_automation 3 2.4
Amazon CPC Jobs other 3 2.4
Amazon Campaign Drafts Keyword Harvesting Create other 2 2.2
Amazon Ranking Activity ranking_360 1 2.2
Amazon Marketing Stream targeting_360 3 1.6
Create Amazon Automated Placement Rule rule_automation 3 1.4
Amazon Automated Status Rules rule_automation 2 1.1
Account Settings account_settings 1 1.0
Amazon Automated Budget Rules rule_automation 1 0.8
Logout other 1 0.8
Amazon Automated Bid Rules rule_automation 2 0.8
Amazon Targeting - Asin Details targeting_360 2 0.6
Addaccount other 1 0.4
Edit Profile other 1 0.3
Create Amazon Automated Bid Rule rule_automation 1 0.3
Create Amazon Automated Searchterm-negation Rule rule_automation 1 0.2

Actions

CategoryActionActionsEntities
rule rule_based_created 36 36
5 queries · scanned 23.81 MB · cost $0.000142 · 7.19s
Query 1 · 1 rows · 8.61 MB · $0.000051 · 1.74s
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('suraj@storio.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('suraj@storio.in')
GROUP BY i.email
Query 2 · 39 rows · 3.71 MB · $0.000022 · 1.46s
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('suraj@storio.in')
    AND day BETWEEN DATE '2026-05-26' AND DATE '2026-06-25'
  GROUP BY day
) s USING (day)
WHERE LOWER(i.email) = LOWER('suraj@storio.in')
  AND i.day BETWEEN DATE '2026-05-26' AND DATE '2026-06-25'
ORDER BY i.day
Query 3 · 2 rows · 6.07 MB · $0.000036 · 1.32s
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('suraj@storio.in')
  AND day BETWEEN DATE '2026-05-26' AND DATE '2026-06-25'
GROUP BY brand_group
ORDER BY active_min DESC
Query 4 · 28 rows · 5.20 MB · $0.000031 · 1.25s
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('suraj@storio.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.9 KB · $0.000001 · 1.42s
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('suraj@storio.in')
  AND day BETWEEN DATE '2026-05-26' AND DATE '2026-06-25'
GROUP BY action_category, action_type
ORDER BY actions DESC