Asaya

Owner: sapan@wellspringconsumer.in · The niche brand services private limited · ← all brands

Active days
5
Sessions
31
Active hours
0.36
real mouse/keyboard time
Page views
18
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
2
Executives
0
Sellers
0
Vendors
1

Profile 4443825752494949 · amazon · europe

Top users on this brand

EmailNameRoleSessionsActive min
yash@theniche.in Tushar Hazarika Admin 22 14.8
abhishek.rane@wellspringconsumer.in Abhishek Rane Manager 4 3.0
jaya@wellspringconsumer.in Jaya Das Executive 2 2.5
sapan@wellspringconsumer.in Sapan Koriya Manager 3 0.9

Daily

DayUsersSessionsActive hoursPage viewsActionsEntities
2026-06-17 2 11 0.12 3 0 0
2026-06-18 2 9 0.12 4 0 0
2026-06-22 1 1 0.03 1 0 0
2026-06-23 1 3 0.02 0 0 0
2026-06-24 2 7 0.06 10 0 0
4 queries · scanned 24.48 MB · cost $0.000146 · 6.68s
Query 1 · 1 rows · 13.51 MB · $0.000081 · 2.24s
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('Asaya')
  AND day BETWEEN DATE '2026-06-17' AND DATE '2026-06-24'
GROUP BY brand_group
Query 2 · 4 rows · 1.37 MB · $0.000008 · 1.38s
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('Asaya')
  AND day BETWEEN DATE '2026-06-17' AND DATE '2026-06-24'
GROUP BY email
ORDER BY active_min DESC
LIMIT 5000
Query 3 · 5 rows · 9.34 MB · $0.000056 · 1.85s
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('Asaya')
  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.22s
SELECT *
FROM `amazoneast.customerio_data.vw_brand_state`
WHERE LOWER(brand_group) = LOWER('Asaya')
LIMIT 5