ankita

· Manager · hulara.us · ← all users

Active hours
3.66
real mouse/keyboard time
Active days
10
Sessions
1,028
Brands touched
2
Profiles touched
3
Pages touched
4

Daily

Day Sessions Active min Active hours
2026-06-04 12 52.2 0.87
2026-06-08 6 3.3 0.06
2026-06-09 2 1.4 0.02
2026-06-15 2 3.1 0.05
2026-06-17 29 18.0 0.30
2026-06-18 53 67.3 1.12
2026-06-19 36 0.9 0.01
2026-06-19 36 0.9 0.01
2026-06-19 36 0.9 0.01
2026-06-19 36 0.9 0.01
2026-06-19 36 0.9 0.01
2026-06-19 36 0.9 0.01
2026-06-19 36 0.9 0.01
2026-06-19 36 0.9 0.01
2026-06-19 36 0.9 0.01
2026-06-19 36 0.9 0.01
2026-06-19 36 0.9 0.01
2026-06-19 36 0.9 0.01
2026-06-19 36 0.9 0.01
2026-06-19 36 0.9 0.01
2026-06-19 36 0.9 0.01
2026-06-19 36 0.9 0.01
2026-06-19 36 0.9 0.01
2026-06-19 36 0.9 0.01
2026-06-19 36 0.9 0.01
2026-06-19 36 0.9 0.01
2026-06-19 36 0.9 0.01
2026-06-19 36 0.9 0.01
2026-06-19 36 0.9 0.01
2026-06-19 36 30.3 0.50
2026-06-19 36 0.9 0.01
2026-06-20 2 8.6 0.14
2026-06-22 14 10.1 0.17
2026-06-25 8 4.3 0.07

Brands

BrandOwnerRoleSessionsActive min
Wonder Care ankita@hulara.us Manager 137 147.6
Awadh Chikan Craft ankita@hulara.us Manager 13 52.6
Wondercare ankita@hulara.us Manager 14 19.2

Pages

PageReportSessionsActive min
Amazon Targeting - Asin Details targeting_360 34 44.1
Amazon Targeting 360 targeting_360 18 36.5
Amazon DSP Reports dsp 46 36.0
DSP dsp 31 21.6
Create Amazon Automated Status Rule rule_automation 2 15.4
Create Amazon Automated Bid Rule rule_automation 3 14.2
Amazon Automated Budget Rules rule_automation 3 14.2
Amazon DSP Adgroup dsp 4 11.9
Create Amazon Automated Placement Rule rule_automation 4 10.0
Amazon Automated Placement Rules rule_automation 1 4.5
Amazon Master Overview master_overview 8 4.0
Amazon DSP Request dsp 3 2.2
Amazon Automated Placement Rule Logs rule_automation 1 1.4
Amazon DSP Creative 579516094152444954 Update dsp 1 0.8
Plan Expired Amazon other 1 0.7
Amazon Automated Master Rules rule_automation 1 0.5
Amazon DSP Audience dsp 1 0.5
Amazon DSP Creative dsp 1 0.3
Amazon CPC Jobs other 1 0.3

Actions

CategoryActionActionsEntities
bid target_bid_updated 4 4
status campaign_status_changed 2 2
status keyword_status_changed 2 2
bid keyword_bid_updated 1 1
5 queries · scanned 23.36 MB · cost $0.000139 · 7.30s
Query 1 · 1 rows · 8.44 MB · $0.000050 · 1.63s
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('ankita@hulara.us')
  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('ankita@hulara.us')
GROUP BY i.email
Query 2 · 34 rows · 3.64 MB · $0.000022 · 1.39s
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('ankita@hulara.us')
    AND day BETWEEN DATE '2026-05-26' AND DATE '2026-06-25'
  GROUP BY day
) s USING (day)
WHERE LOWER(i.email) = LOWER('ankita@hulara.us')
  AND i.day BETWEEN DATE '2026-05-26' AND DATE '2026-06-25'
ORDER BY i.day
Query 3 · 3 rows · 5.96 MB · $0.000036 · 1.50s
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('ankita@hulara.us')
  AND day BETWEEN DATE '2026-05-26' AND DATE '2026-06-25'
GROUP BY brand_group
ORDER BY active_min DESC
Query 4 · 19 rows · 5.10 MB · $0.000030 · 1.38s
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('ankita@hulara.us')
  AND day BETWEEN DATE '2026-05-26' AND DATE '2026-06-25'
GROUP BY report_page
ORDER BY active_min DESC
LIMIT 5000
Query 5 · 4 rows · 226.3 KB · $0.000001 · 1.41s
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('ankita@hulara.us')
  AND day BETWEEN DATE '2026-05-26' AND DATE '2026-06-25'
GROUP BY action_category, action_type
ORDER BY actions DESC