Kurlon

Owner: debarshi.bagchi@sheelafoam.com · Sleepwell · ← all brands

Active days
31
Sessions
1,630
Active hours
20.50
real mouse/keyboard time
Page views
621
Actions
47
Entities changed
8,767

Action mix

Bid
44
Budget
0
Status
3
Rule
0
Scheduler
0

Current automation state

Rules
0 / 19
active / total — 17 paused, 2 expired
Dayparting
0 / 0
active / total — 0 paused, 0 expired
Managers
8
Executives
0
Sellers
0
Vendors
0

Profile 922802054387660 · amazon · europe

Top users on this brand

EmailNameRoleSessionsActive min
shreenath@neondigital.media Shreenath Dudam Manager 1,048 809.5
mayank@hectorai.live Mayank Makharia Manager 408 195.2
tisha@neondigital.media Tisha Manager 24 83.9
nitin@neondigital.media Nitin Ajagekar Manager 56 75.3
debarshi.bagchi@sheelafoam.com Debarshi Bagchi Admin 40 23.1
shahzad@neondigital.media Shahzad Irani Manager 15 19.4
anish.j@sheelafoam.com Anish J Manager 30 18.9
admin@hectorai.live Hector Admin Admin 9 4.9

Daily

DayUsersSessionsActive hoursPage viewsActionsEntities
2026-05-26 3 152 1.79 102 2 310
2026-05-27 2 57 0.51 15 0 0
2026-05-28 3 113 1.32 45 0 0
2026-05-29 5 83 1.74 69 1 19
2026-05-30 1 1 0.01 0 0 0
2026-05-31 3 52 0.61 25 0 0
2026-06-01 3 90 0.87 97 0 0
2026-06-02 3 53 0.49 10 0 0
2026-06-03 3 73 0.94 33 0 0
2026-06-04 1 25 0.58 3 1 4,120
2026-06-05 3 30 0.26 10 0 0
2026-06-06 1 8 0.12 10 0 0
2026-06-07 1 32 0.41 2 1 1,808
2026-06-08 3 64 0.83 7 0 0
2026-06-09 2 22 0.20 4 0 0
2026-06-10 2 96 1.25 31 5 755
2026-06-11 2 56 0.85 4 0 0
2026-06-12 3 86 1.02 37 1 14
2026-06-13 3 48 0.42 3 0 0
2026-06-14 2 19 0.38 2 1 79
2026-06-15 2 67 0.61 8 3 399
2026-06-16 1 23 0.33 1 0 0
2026-06-17 3 48 0.42 11 0 0
2026-06-18 1 23 0.24 6 0 0
2026-06-19 4 39 0.55 11 0 0
2026-06-20 2 36 0.27 10 21 135
2026-06-21 1 1 0.01 1 0 0
2026-06-22 4 92 2.11 29 3 3
2026-06-23 1 39 0.52 5 8 1,125
2026-06-24 4 63 0.48 18 0 0
2026-06-25 5 39 0.36 12 0 0
4 queries · scanned 28.36 MB · cost $0.000169 · 7.12s
Query 1 · 1 rows · 13.49 MB · $0.000080 · 2.36s
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('Kurlon')
  AND day BETWEEN DATE '2026-05-26' AND DATE '2026-06-25'
GROUP BY brand_group
Query 2 · 8 rows · 5.27 MB · $0.000031 · 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('Kurlon')
  AND day BETWEEN DATE '2026-05-26' AND DATE '2026-06-25'
GROUP BY email
ORDER BY active_min DESC
LIMIT 5000
Query 3 · 31 rows · 9.33 MB · $0.000056 · 2.12s
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('Kurlon')
  AND day BETWEEN DATE '2026-05-26' AND DATE '2026-06-25'
ORDER BY day
Query 4 · 3 rows · 273.0 KB · $0.000002 · 1.30s
SELECT *
FROM `amazoneast.customerio_data.vw_brand_state`
WHERE LOWER(brand_group) = LOWER('Kurlon')
LIMIT 5