Kunal Sirohi
kunal.sirohi@haierindia.com
· Admin
· haierindia.com
· ← all users
Active hours
2.22
real mouse/keyboard time
Active days
12
Sessions
106
Brands touched
4
Profiles touched
4
Pages touched
4
Daily
| Day | Sessions | Active min | Active hours |
|---|---|---|---|
| 2026-05-26 | 1 | 3.4 | 0.06 |
| 2026-05-29 | 14 | 17.9 | 0.30 |
| 2026-06-01 | 1 | 3.1 | 0.05 |
| 2026-06-02 | 1 | 0.5 | 0.01 |
| 2026-06-05 | 3 | 1.1 | 0.02 |
| 2026-06-08 | 6 | 5.0 | 0.08 |
| 2026-06-09 | 18 | 30.4 | 0.51 |
| 2026-06-10 | 25 | 24.2 | 0.40 |
| 2026-06-11 | 14 | 22.4 | 0.37 |
| 2026-06-12 | 2 | 0.4 | 0.01 |
| 2026-06-17 | 20 | 24.1 | 0.40 |
| 2026-06-22 | 1 | 0.7 | 0.01 |
Brands
| Brand | Owner | Role | Sessions | Active min |
|---|---|---|---|---|
| HAIER APPLIANCES INDIA PVT LTD | kunal.sirohi@haierindia.com | Admin | 60 | 77.8 |
| Haier Washing Machine | kunal.sirohi@haierindia.com | Admin | 18 | 27.6 |
| Haier Ref PO | kunal.sirohi@haierindia.com | Admin | 7 | 9.4 |
| Haier_Deep Freezers | kunal.sirohi@haierindia.com | Admin | 4 | 6.6 |
| Haier Air Conditioners | kunal.sirohi@haierindia.com | Admin | 11 | 4.9 |
| Haier Small Applainces | kunal.sirohi@haierindia.com | Admin | 3 | 3.8 |
| Haier Appliances India Private Limited_Core_CRPL | kunal.sirohi@haierindia.com | Admin | 3 | 2.9 |
Pages
| Page | Report | Sessions | Active min |
|---|---|---|---|
| Amazon Targeting 360 | targeting_360 | 47 | 41.7 |
| Amazon Marketing Stream | targeting_360 | 12 | 15.0 |
| Amazon Master Overview | master_overview | 9 | 14.0 |
| Amazon Dayparting Performance | dayparting | 6 | 13.6 |
| Amazon Portfolio Budget Manager | other | 2 | 10.0 |
| Flipkart Targeting 360 | targeting_360 | 4 | 7.5 |
| Amazon Snapshot | snapshot | 6 | 6.5 |
| Amazon Audience Instance | amc | 2 | 5.4 |
| Amazon CPC Jobs | other | 3 | 4.5 |
| Amazon Automated Budget Rules | rule_automation | 2 | 4.0 |
| Account Settings | account_settings | 4 | 3.8 |
| Amazon Ranking Configuration | ranking_360 | 2 | 2.8 |
| Flipkart Master Overview | master_overview | 2 | 1.8 |
| Amazon DSP Request | dsp | 1 | 0.9 |
| Amazon Categorization | other | 1 | 0.8 |
| Amazon Ranking Activity | ranking_360 | 1 | 0.7 |
| Auth Flipkart | other | 1 | 0.3 |
| Edit Profile | other | 1 | 0.2 |
Actions
No actions recorded.
5 queries · scanned 23.83 MB · cost $0.000142 · 7.09s
SELECT
i.email,
ANY_VALUE(i.full_name) AS full_name,
ANY_VALUE(i.email_domain) AS email_domain,
ANY_VALUE(s.role) AS role,
COUNT(DISTINCT i.day) AS active_days,
ANY_VALUE(s.brands_touched) AS brands_touched,
ANY_VALUE(s.profiles_touched) AS profiles_touched,
ANY_VALUE(s.pages_touched) AS pages_touched,
SUM(s.sessions) AS sessions,
SUM(i.sum_active_seconds) AS active_seconds,
ROUND(SUM(i.sum_active_seconds)/3600.0, 2) AS active_hours
FROM `amazoneast.customerio_data.fact_session_intervals_daily` i
LEFT JOIN (
SELECT day, email, SUM(sessions) AS sessions, ANY_VALUE(role) AS role,
COUNT(DISTINCT brand_group) AS brands_touched,
COUNT(DISTINCT profile_id) AS profiles_touched,
COUNT(DISTINCT report_page) AS pages_touched
FROM `amazoneast.customerio_data.fact_sessions_daily`
WHERE day BETWEEN DATE '2026-05-26' AND DATE '2026-06-25'
AND LOWER(email) = LOWER('kunal.sirohi@haierindia.com')
GROUP BY day, email
) s USING (day, email)
WHERE i.day BETWEEN DATE '2026-05-26' AND DATE '2026-06-25'
AND LOWER(i.email) = LOWER('kunal.sirohi@haierindia.com')
GROUP BY i.email
SELECT i.day,
s.sessions,
ROUND(i.sum_active_seconds/60.0, 1) AS active_min,
ROUND(i.sum_active_seconds/3600.0, 2) AS active_hours
FROM `amazoneast.customerio_data.fact_session_intervals_daily` i
LEFT JOIN (
SELECT day, SUM(sessions) AS sessions
FROM `amazoneast.customerio_data.fact_sessions_daily`
WHERE LOWER(email) = LOWER('kunal.sirohi@haierindia.com')
AND day BETWEEN DATE '2026-05-26' AND DATE '2026-06-25'
GROUP BY day
) s USING (day)
WHERE LOWER(i.email) = LOWER('kunal.sirohi@haierindia.com')
AND i.day BETWEEN DATE '2026-05-26' AND DATE '2026-06-25'
ORDER BY i.day
SELECT brand_group,
ANY_VALUE(profile_owner_email) AS profile_owner_email,
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(email) = LOWER('kunal.sirohi@haierindia.com')
AND day BETWEEN DATE '2026-05-26' AND DATE '2026-06-25'
GROUP BY brand_group
ORDER BY active_min DESC
SELECT report_page,
ANY_VALUE(report) AS report,
SUM(sessions) AS sessions,
ROUND(SUM(active_seconds)/60.0, 1) AS active_min
FROM `amazoneast.customerio_data.fact_sessions_daily`
WHERE LOWER(email) = LOWER('kunal.sirohi@haierindia.com')
AND day BETWEEN DATE '2026-05-26' AND DATE '2026-06-25'
GROUP BY report_page
ORDER BY active_min DESC
LIMIT 5000
SELECT action_category,
action_type,
SUM(action_count) AS actions,
SUM(entity_count) AS entities
FROM `amazoneast.customerio_data.fact_actions_daily`
WHERE LOWER(email) = LOWER('kunal.sirohi@haierindia.com')
AND day BETWEEN DATE '2026-05-26' AND DATE '2026-06-25'
GROUP BY action_category, action_type
ORDER BY actions DESC