Sanjay Gowda

· Admin · beyondappliances.in · ← all users

Active hours
6.44
real mouse/keyboard time
Active days
7
Sessions
7,160
Brands touched
2
Profiles touched
2
Pages touched
7

Daily

Day Sessions Active min Active hours
2026-06-17 39 66.3 1.10
2026-06-18 192 2.5 0.04
2026-06-18 192 24.8 0.41
2026-06-18 192 2.5 0.04
2026-06-18 192 2.5 0.04
2026-06-18 192 2.5 0.04
2026-06-18 192 2.5 0.04
2026-06-18 192 2.5 0.04
2026-06-18 192 2.5 0.04
2026-06-18 192 2.5 0.04
2026-06-18 192 2.5 0.04
2026-06-18 192 2.5 0.04
2026-06-18 192 2.5 0.04
2026-06-18 192 2.5 0.04
2026-06-18 192 2.5 0.04
2026-06-18 192 2.5 0.04
2026-06-18 192 2.5 0.04
2026-06-18 192 2.5 0.04
2026-06-18 192 2.5 0.04
2026-06-18 192 2.5 0.04
2026-06-18 192 2.5 0.04
2026-06-18 192 2.5 0.04
2026-06-18 192 2.5 0.04
2026-06-18 192 2.5 0.04
2026-06-18 192 2.5 0.04
2026-06-18 192 2.5 0.04
2026-06-19 88 0.7 0.01
2026-06-19 88 0.7 0.01
2026-06-19 88 0.7 0.01
2026-06-19 88 0.7 0.01
2026-06-19 88 0.7 0.01
2026-06-19 88 0.7 0.01
2026-06-19 88 0.7 0.01
2026-06-19 88 0.7 0.01
2026-06-19 88 0.7 0.01
2026-06-19 88 0.7 0.01
2026-06-19 88 0.7 0.01
2026-06-19 88 0.7 0.01
2026-06-19 88 0.7 0.01
2026-06-19 88 0.7 0.01
2026-06-19 88 0.7 0.01
2026-06-19 88 49.6 0.83
2026-06-19 88 0.7 0.01
2026-06-19 88 0.7 0.01
2026-06-19 88 0.7 0.01
2026-06-19 88 0.7 0.01
2026-06-19 88 0.7 0.01
2026-06-19 88 0.7 0.01
2026-06-19 88 0.7 0.01
2026-06-19 88 0.7 0.01
2026-06-19 88 0.7 0.01
2026-06-20 2 0.2 0.00
2026-06-22 28 33.5 0.56
2026-06-23 21 31.5 0.53
2026-06-24 70 104.3 1.74

Brands

BrandOwnerRoleSessionsActive min
BEYOND BY BYONDNXT sanjay@beyondappliances.in Admin 353 260.0
BYONDNXT sanjay@beyondappliances.in Admin 50 58.3
Beyond_Chimney_PO sanjay@beyondappliances.in Admin 17 39.0
Beyond_HOB_PO sanjay@beyondappliances.in Admin 20 29.4

Pages

PageReportSessionsActive min
Amazon Automated Master Rules rule_automation 64 63.5
Amazon Automated Placement Rules rule_automation 64 43.6
ST Negation other 6 38.6
Amazon Automated Status Rules rule_automation 33 21.1
ST Harvesting other 31 21.0
Placement other 7 18.4
Create Amazon Automated Status Rule rule_automation 40 17.8
Amazon Automated Budget Rules rule_automation 31 17.0
Budget other 11 16.4
Amazon Campaign Drafts Keyword Harvesting Create other 5 14.7
Flipkart Targeting 360 targeting_360 6 14.2
Amazon Smart Campaigns List other 6 12.6
Amazon Targeting 360 targeting_360 12 11.6
Create Amazon Automated Placement Rule rule_automation 30 11.3
Create Amazon Automated Budget Rule rule_automation 28 10.8
Status other 8 9.9
Flipkart Text Categorization other 16 6.9
Amazon Text Categorization other 12 5.7
Amazon Campaign Drafts Manual Keyword Create other 2 5.6
Create Amazon Automated Searchterm-harvesting Rule rule_automation 1 5.5
Amazon CPC Jobs other 1 4.0
Amazon Automated Searchterm-harvesting Rule Details rule_automation 2 3.5
Amazon Automated Bid Rules rule_automation 5 1.9
Amazon Automated Search Term Harvesting Rules rule_automation 3 1.7
Amazon Snapshot snapshot 2 1.7
Amazon Portfolio Budget Manager other 2 1.4
Profile other 1 1.4
Amazon Master Overview master_overview 2 1.4
Flipkart User Management other 1 0.7
Change History other 1 0.6
Amazon Audience Instance amc 1 0.6
Amazon User Management other 1 0.5
Create Amazon Audience amc 1 0.4
Amazon Automated Status Rule Logs rule_automation 2 0.4
Amazon Automated Placement Rule Details rule_automation 1 0.3
Logout other 1 0.2

Actions

CategoryActionActionsEntities
rule rule_based_created 38 38
rule rule_based_updated 10 10
rule rule_based_status_change 3 3
5 queries · scanned 5.59 MB · cost $0.000033 · 6.65s
Query 1 · 1 rows · 2.00 MB · $0.000012 · 1.46s
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('sanjay@beyondappliances.in')
  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('sanjay@beyondappliances.in')
GROUP BY i.email
Query 2 · 55 rows · 872.4 KB · $0.000005 · 1.33s
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('sanjay@beyondappliances.in')
    AND day BETWEEN DATE '2026-06-17' AND DATE '2026-06-24'
  GROUP BY day
) s USING (day)
WHERE LOWER(i.email) = LOWER('sanjay@beyondappliances.in')
  AND i.day BETWEEN DATE '2026-06-17' AND DATE '2026-06-24'
ORDER BY i.day
Query 3 · 4 rows · 1.43 MB · $0.000009 · 1.26s
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('sanjay@beyondappliances.in')
  AND day BETWEEN DATE '2026-06-17' AND DATE '2026-06-24'
GROUP BY brand_group
ORDER BY active_min DESC
Query 4 · 36 rows · 1.24 MB · $0.000007 · 1.27s
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('sanjay@beyondappliances.in')
  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 · 3 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('sanjay@beyondappliances.in')
  AND day BETWEEN DATE '2026-06-17' AND DATE '2026-06-24'
GROUP BY action_category, action_type
ORDER BY actions DESC