PureGrubs
Owner: mahadevvanshi@neondigital.media · PureGrubs · ← all brands
Active days
6
Sessions
30
Active hours
0.42
real mouse/keyboard time
Page views
16
Actions
3
Entities changed
472
Action mix
Bid
3
Budget
0
Status
0
Rule
0
Scheduler
0
Current automation state
Rules
7 / 8
active / total — 1 paused, 0 expired
Dayparting
0 / 1
active / total — 0 paused, 1 expired
Managers
10
Executives
1
Sellers
1
Vendors
0
Profile 2788759618133225
· amazon
· north_america
Top users on this brand
| Name | Role | Sessions | Active min | |
|---|---|---|---|---|
| om@neondigital.media | Om Patkar | Manager | 4 | 10.3 |
| mahadevvanshi@neondigital.media | Mahadevvanshi Kumar | Manager | 13 | 5.9 |
| hello@vandorstudio.com | Luis Fonseca | Executive | 4 | 3.8 |
| mayank@hectorai.live | Mayank Makharia | Manager | 5 | 2.8 |
| mansi@neondigital.media | Mansi | Manager | 3 | 1.1 |
| admin@hectorai.live | Hector Admin | Admin | 1 | 1.1 |
Daily
| Day | Users | Sessions | Active hours | Page views | Actions | Entities |
|---|---|---|---|---|---|---|
| 2026-06-17 | 1 | 4 | 0.02 | 2 | 0 | 0 |
| 2026-06-18 | 3 | 9 | 0.09 | 9 | 0 | 0 |
| 2026-06-19 | 2 | 2 | 0.02 | 1 | 0 | 0 |
| 2026-06-22 | 4 | 13 | 0.22 | 3 | 2 | 94 |
| 2026-06-23 | 1 | 1 | 0.07 | 0 | 1 | 378 |
| 2026-06-24 | 1 | 1 | 0.00 | 1 | 0 | 0 |
4 queries · scanned 23.89 MB · cost $0.000142 · 7.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('PureGrubs')
AND day BETWEEN DATE '2026-06-17' AND DATE '2026-06-24'
GROUP BY brand_group
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('PureGrubs')
AND day BETWEEN DATE '2026-06-17' AND DATE '2026-06-24'
GROUP BY email
ORDER BY active_min DESC
LIMIT 5000
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('PureGrubs')
AND day BETWEEN DATE '2026-06-17' AND DATE '2026-06-24'
ORDER BY day
SELECT *
FROM `amazoneast.customerio_data.vw_brand_state`
WHERE LOWER(brand_group) = LOWER('PureGrubs')
LIMIT 5