Saitech

Owner: nagesh@neondigital.media · NDM · ← all brands

Active days
7
Sessions
97
Active hours
1.01
real mouse/keyboard time
Page views
31
Actions
0
Entities changed
0

Action mix

Bid
0
Budget
0
Status
0
Rule
0
Scheduler
0

Current automation state

Rules
0 / 0
active / total — 0 paused, 0 expired
Dayparting
0 / 0
active / total — 0 paused, 0 expired
Managers
0
Executives
0
Sellers
0
Vendors
0

Profile 64 · flipkart

Top users on this brand

EmailNameRoleSessionsActive min
mahesh@neondigital.media Mahesh Kumar Manager 33 21.8
mayank@hectorai.live Mayank Makharia Manager 18 9.3
saitechacc18@gmail.com Ruchita Patel Manager 10 8.9
ssp.saitech@gmail.com Siddharth Patel Manager 9 7.1
saitechacc23@gmail.com ankit singh Manager 9 6.9
nagesh@neondigital.media Nagesh Gaikwad Manager 12 4.1
admin@hectorai.live Hector Admin Admin 4 1.7
saitechacc20@gmail.com Darshit Patel Manager 1 0.8
ACCOUNTS@SAITECHIT.COM Prem Patel Admin 1 0.2

Daily

DayUsersSessionsActive hoursPage viewsActionsEntities
2026-06-17 2 15 0.12 2 0 0
2026-06-18 2 3 0.01 0 0 0
2026-06-19 3 28 0.37 6 0 0
2026-06-20 2 3 0.04 0 0 0
2026-06-22 4 31 0.32 14 0 0
2026-06-23 3 15 0.13 8 0 0
2026-06-24 1 2 0.03 1 0 0
4 queries · scanned 24.46 MB · cost $0.000146 · 6.68s
Query 1 · 1 rows · 13.50 MB · $0.000080 · 2.01s
SELECT brand_group,
       ANY_VALUE(profile_owner_email) AS profile_owner_email,
       ANY_VALUE(company_name)        AS company_name,
       SUM(distinct_users)            AS user_day_rows,
       COUNT(DISTINCT day)            AS active_days,
       SUM(sessions)                  AS sessions,
       SUM(active_seconds)            AS active_seconds,
       SUM(page_views)                AS page_views,
       SUM(action_count)              AS action_count,
       SUM(entity_count)              AS entity_count,
       SUM(bid_actions)               AS bid_actions,
       SUM(budget_actions)            AS budget_actions,
       SUM(status_actions)            AS status_actions,
       SUM(rule_actions)              AS rule_actions,
       SUM(scheduler_actions)         AS scheduler_actions
FROM `amazoneast.customerio_data.vw_brand_day_overview`
WHERE LOWER(brand_group) = LOWER('Saitech')
  AND day BETWEEN DATE '2026-06-17' AND DATE '2026-06-24'
GROUP BY brand_group
Query 2 · 9 rows · 1.36 MB · $0.000008 · 1.34s
SELECT email,
       ANY_VALUE(full_name) AS full_name,
       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(brand_group) = LOWER('Saitech')
  AND day BETWEEN DATE '2026-06-17' AND DATE '2026-06-24'
GROUP BY email
ORDER BY active_min DESC
LIMIT 5000
Query 3 · 7 rows · 9.33 MB · $0.000056 · 2.06s
SELECT day,
       distinct_users,
       sessions,
       ROUND(active_hours, 2) AS active_hours,
       page_views, action_count, entity_count
FROM `amazoneast.customerio_data.vw_brand_day_overview`
WHERE LOWER(brand_group) = LOWER('Saitech')
  AND day BETWEEN DATE '2026-06-17' AND DATE '2026-06-24'
ORDER BY day
Query 4 · 1 rows · 273.0 KB · $0.000002 · 1.28s
SELECT *
FROM `amazoneast.customerio_data.vw_brand_state`
WHERE LOWER(brand_group) = LOWER('Saitech')
LIMIT 5