Om Patkar

· Manager · neondigital.media · ← all users

Active hours
2.61
real mouse/keyboard time
Active days
14
Sessions
1,073
Brands touched
1
Profiles touched
1
Pages touched
2

Daily

Day Sessions Active min Active hours
2026-05-26 21 24.4 0.41
2026-05-27 2 0.9 0.02
2026-06-01 14 6.3 0.10
2026-06-02 13 15.5 0.26
2026-06-03 1 0.2 0.00
2026-06-04 3 1.1 0.02
2026-06-09 1 0.5 0.01
2026-06-10 14 9.6 0.16
2026-06-11 15 20.1 0.34
2026-06-15 4 2.1 0.04
2026-06-18 4 2.8 0.05
2026-06-22 37 0.2 0.00
2026-06-22 37 0.2 0.00
2026-06-22 37 0.2 0.00
2026-06-22 37 0.2 0.00
2026-06-22 37 0.2 0.00
2026-06-22 37 0.2 0.00
2026-06-22 37 0.2 0.00
2026-06-22 37 0.2 0.00
2026-06-22 37 0.2 0.00
2026-06-22 37 0.2 0.00
2026-06-22 37 0.2 0.00
2026-06-22 37 0.2 0.00
2026-06-22 37 0.2 0.00
2026-06-22 37 0.2 0.00
2026-06-22 37 0.2 0.00
2026-06-22 37 23.0 0.38
2026-06-22 37 0.2 0.00
2026-06-22 37 0.2 0.00
2026-06-22 37 0.2 0.00
2026-06-22 37 0.2 0.00
2026-06-22 37 0.2 0.00
2026-06-22 37 0.2 0.00
2026-06-22 37 0.2 0.00
2026-06-22 37 0.2 0.00
2026-06-22 37 0.2 0.00
2026-06-23 40 21.1 0.35
2026-06-25 16 23.3 0.39

Brands

BrandOwnerRoleSessionsActive min
Skout Organic om@neondigital.media Manager 94 102.6
Great River Milling om@neondigital.media Manager 31 12.8
PureGrubs om@neondigital.media Manager 7 12.3
Factory Standard AMS om@neondigital.media Manager 17 11.4
Sandhu Products Inc. om@neondigital.media Manager 22 9.4
Amadurra om@neondigital.media Manager 6 3.0
Amazing Parts Warehouse om@neondigital.media Manager 3 1.9
DALT Brands INC om@neondigital.media Manager 3 1.9
GoBiotix om@neondigital.media Manager 2 1.0

Pages

PageReportSessionsActive min
Amazon Targeting 360 targeting_360 168 144.7
Amazon Snapshot snapshot 3 4.6
Amazon Categorization other 5 2.0
Logout other 4 1.6
Amazon Automated Searchterm-negation Rule Logs rule_automation 1 1.2
Amazon Automated Bid Rules rule_automation 2 1.2
Profile other 1 0.8
Amazon Automated Search Term Negation Rules rule_automation 1 0.3

Actions

CategoryActionActionsEntities
bid keyword_bid_updated 17 2,010
5 queries · scanned 23.36 MB · cost $0.000139 · 6.49s
Query 1 · 1 rows · 8.44 MB · $0.000050 · 1.31s
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('om@neondigital.media')
  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('om@neondigital.media')
GROUP BY i.email
Query 2 · 38 rows · 3.64 MB · $0.000022 · 1.26s
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('om@neondigital.media')
    AND day BETWEEN DATE '2026-05-26' AND DATE '2026-06-25'
  GROUP BY day
) s USING (day)
WHERE LOWER(i.email) = LOWER('om@neondigital.media')
  AND i.day BETWEEN DATE '2026-05-26' AND DATE '2026-06-25'
ORDER BY i.day
Query 3 · 9 rows · 5.96 MB · $0.000036 · 1.38s
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('om@neondigital.media')
  AND day BETWEEN DATE '2026-05-26' AND DATE '2026-06-25'
GROUP BY brand_group
ORDER BY active_min DESC
Query 4 · 8 rows · 5.10 MB · $0.000030 · 1.33s
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('om@neondigital.media')
  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.4 KB · $0.000001 · 1.20s
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('om@neondigital.media')
  AND day BETWEEN DATE '2026-05-26' AND DATE '2026-06-25'
GROUP BY action_category, action_type
ORDER BY actions DESC