Srinath

· Admin · imagimake.com · ← all users

Active hours
2.25
real mouse/keyboard time
Active days
14
Sessions
1,365
Brands touched
1
Profiles touched
1
Pages touched
2

Daily

Day Sessions Active min Active hours
2026-05-27 3 2.5 0.04
2026-05-29 2 2.8 0.05
2026-05-30 50 1.1 0.02
2026-05-30 50 1.1 0.02
2026-05-30 50 1.1 0.02
2026-05-30 50 1.1 0.02
2026-05-30 50 1.1 0.02
2026-05-30 50 1.1 0.02
2026-05-30 50 1.1 0.02
2026-05-30 50 1.1 0.02
2026-05-30 50 1.1 0.02
2026-05-30 50 1.1 0.02
2026-05-30 50 1.1 0.02
2026-05-30 50 1.1 0.02
2026-05-30 50 1.1 0.02
2026-05-30 50 1.1 0.02
2026-05-30 50 1.1 0.02
2026-05-30 50 1.1 0.02
2026-05-30 50 1.1 0.02
2026-05-30 50 1.1 0.02
2026-05-30 50 1.1 0.02
2026-05-30 50 1.1 0.02
2026-05-30 50 1.1 0.02
2026-05-30 50 1.1 0.02
2026-05-30 50 1.1 0.02
2026-05-30 50 1.1 0.02
2026-05-30 50 1.1 0.02
2026-06-01 5 3.9 0.07
2026-06-03 1 0.5 0.01
2026-06-04 1 0.8 0.01
2026-06-05 5 3.2 0.05
2026-06-08 2 1.8 0.03
2026-06-09 3 3.9 0.07
2026-06-12 3 2.6 0.04
2026-06-16 4 1.2 0.02
2026-06-23 24 12.4 0.21
2026-06-24 20 20.9 0.35
2026-06-25 42 50.3 0.84

Brands

BrandOwnerRoleSessionsActive min
Imagimake Toys possibilities.us@imagimake.com Admin 158 129.7
imagimake possibilities.us@imagimake.com Admin 5 4.3
IPSPL possibilities.us@imagimake.com Admin 2 1.0

Pages

PageReportSessionsActive min
Amazon DSP Reports dsp 39 31.9
Amazon Automated Budget Rules rule_automation 22 21.4
Amazon Targeting 360 targeting_360 19 18.1
Amazon Automated Bid Rules rule_automation 33 16.1
Amazon Marketing Stream targeting_360 4 7.0
Amazon DSP Marketing Stream dsp 6 5.7
Amazon Search Query Performance targeting_360 5 5.6
Amazon DSP Adgroup dsp 14 5.5
Amazon Portfolio Budget Manager other 3 3.9
Account Settings account_settings 4 3.7
Amazon Automated Budget Rule Logs rule_automation 4 3.6
Amazon Automated Bid Rule Logs rule_automation 2 3.4
Amazon Automated Budget Rule Details rule_automation 2 2.2
Create Amazon Automated Placement Rule rule_automation 1 2.0
Create Amazon Automated Bid Rule rule_automation 2 2.0
DSP dsp 2 1.6
Amazon Automated Placement Rules rule_automation 2 1.2
Amazon DSP Request dsp 1 0.3

Actions

CategoryActionActionsEntities
rule rule_based_updated 85 85
rule rule_based_status_change 51 51
rule rule_based_created 35 35
5 queries · scanned 23.31 MB · cost $0.000139 · 7.19s
Query 1 · 1 rows · 8.42 MB · $0.000050 · 1.71s
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('possibilities.us@imagimake.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('possibilities.us@imagimake.com')
GROUP BY i.email
Query 2 · 38 rows · 3.63 MB · $0.000022 · 1.47s
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('possibilities.us@imagimake.com')
    AND day BETWEEN DATE '2026-05-26' AND DATE '2026-06-25'
  GROUP BY day
) s USING (day)
WHERE LOWER(i.email) = LOWER('possibilities.us@imagimake.com')
  AND i.day BETWEEN DATE '2026-05-26' AND DATE '2026-06-25'
ORDER BY i.day
Query 3 · 3 rows · 5.95 MB · $0.000035 · 1.32s
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('possibilities.us@imagimake.com')
  AND day BETWEEN DATE '2026-05-26' AND DATE '2026-06-25'
GROUP BY brand_group
ORDER BY active_min DESC
Query 4 · 18 rows · 5.09 MB · $0.000030 · 1.42s
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('possibilities.us@imagimake.com')
  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 · 3 rows · 226.1 KB · $0.000001 · 1.28s
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('possibilities.us@imagimake.com')
  AND day BETWEEN DATE '2026-05-26' AND DATE '2026-06-25'
GROUP BY action_category, action_type
ORDER BY actions DESC