USPOLO

Owner: nitin@neondigital.media · USPOLO · ← all brands

Active days
6
Sessions
342
Active hours
6.96
real mouse/keyboard time
Page views
276
Actions
86
Entities changed
3,186

Action mix

Bid
1
Budget
3
Status
0
Rule
0
Scheduler
0

Current automation state

Rules
2 / 34
active / total — 21 paused, 11 expired
Dayparting
4 / 44
active / total — 35 paused, 5 expired
Managers
12
Executives
0
Sellers
3
Vendors
2

Profile 2470318656715464 · amazon · europe

Top users on this brand

EmailNameRoleSessionsActive min
nitin@neondigital.media Nitin Ajagekar Manager 328 410.7
Manager 14 6.8

Daily

DayUsersSessionsActive hoursPage viewsActionsEntities
2026-06-17 2 37 0.64 12 3 3
2026-06-18 2 40 0.79 9 3 3,103
2026-06-19 1 167 3.82 250 77 77
2026-06-22 2 43 0.78 5 3 3
2026-06-23 1 22 0.32 0 0 0
2026-06-24 2 33 0.62 0 0 0
4 queries · scanned 24.70 MB · cost $0.000147 · 7.20s
Query 1 · 1 rows · 13.62 MB · $0.000081 · 2.31s
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('USPOLO')
  AND day BETWEEN DATE '2026-06-17' AND DATE '2026-06-24'
GROUP BY brand_group
Query 2 · 2 rows · 1.40 MB · $0.000008 · 1.31s
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('USPOLO')
  AND day BETWEEN DATE '2026-06-17' AND DATE '2026-06-24'
GROUP BY email
ORDER BY active_min DESC
LIMIT 5000
Query 3 · 6 rows · 9.41 MB · $0.000056 · 2.15s
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('USPOLO')
  AND day BETWEEN DATE '2026-06-17' AND DATE '2026-06-24'
ORDER BY day
Query 4 · 2 rows · 273.0 KB · $0.000002 · 1.43s
SELECT *
FROM `amazoneast.customerio_data.vw_brand_state`
WHERE LOWER(brand_group) = LOWER('USPOLO')
LIMIT 5