Tom Baker
tom@fordebaker.com
· Admin
· fordebaker.com
· ← all users
Active hours
0.61
real mouse/keyboard time
Active days
9
Sessions
754
Brands touched
2
Profiles touched
2
Pages touched
3
Daily
| Day | Sessions | Active min | Active hours |
|---|---|---|---|
| 2026-05-26 | 6 | 5.5 | 0.09 |
| 2026-05-27 | 1 | 0.2 | 0.00 |
| 2026-05-28 | 29 | 0.4 | 0.01 |
| 2026-05-28 | 29 | 0.4 | 0.01 |
| 2026-05-28 | 29 | 0.4 | 0.01 |
| 2026-05-28 | 29 | 0.4 | 0.01 |
| 2026-05-28 | 29 | 0.4 | 0.01 |
| 2026-05-28 | 29 | 0.4 | 0.01 |
| 2026-05-28 | 29 | 0.4 | 0.01 |
| 2026-05-28 | 29 | 0.4 | 0.01 |
| 2026-05-28 | 29 | 0.4 | 0.01 |
| 2026-05-28 | 29 | 0.4 | 0.01 |
| 2026-05-28 | 29 | 2.9 | 0.05 |
| 2026-05-28 | 29 | 0.4 | 0.01 |
| 2026-05-28 | 29 | 0.4 | 0.01 |
| 2026-05-28 | 29 | 0.4 | 0.01 |
| 2026-05-28 | 29 | 0.4 | 0.01 |
| 2026-05-28 | 29 | 0.4 | 0.01 |
| 2026-05-28 | 29 | 0.4 | 0.01 |
| 2026-05-28 | 29 | 0.4 | 0.01 |
| 2026-05-28 | 29 | 0.4 | 0.01 |
| 2026-05-28 | 29 | 0.4 | 0.01 |
| 2026-05-28 | 29 | 0.4 | 0.01 |
| 2026-05-28 | 29 | 0.4 | 0.01 |
| 2026-05-28 | 29 | 0.4 | 0.01 |
| 2026-05-28 | 29 | 0.4 | 0.01 |
| 2026-05-28 | 29 | 0.4 | 0.01 |
| 2026-05-29 | 2 | 0.5 | 0.01 |
| 2026-06-04 | 1 | 0.8 | 0.01 |
| 2026-06-05 | 1 | 0.5 | 0.01 |
| 2026-06-09 | 11 | 8.1 | 0.14 |
| 2026-06-10 | 6 | 6.6 | 0.11 |
| 2026-06-11 | 1 | 1.4 | 0.02 |
Brands
| Brand | Owner | Role | Sessions | Active min |
|---|---|---|---|---|
| Bedkingdom GB | tom@fordebaker.com | Admin | 32 | 15.6 |
| Spots and Stripes | tom@fordebaker.com | Admin | 20 | 14.0 |
| Restore Vitality Beauty | tom@fordebaker.com | Admin | 4 | 6.3 |
| Marriages Specialist Foods Limited | tom@fordebaker.com | Admin | 1 | 0.5 |
| Sea Magik | tom@fordebaker.com | Admin | 1 | 0.2 |
Pages
| Page | Report | Sessions | Active min |
|---|---|---|---|
| Amazon Targeting 360 | targeting_360 | 32 | 15.0 |
| AMC Amazon First Party Data | amc | 15 | 9.6 |
| Amazon Dayparting Scheduler | dayparting | 1 | 4.4 |
| Create Amazon Audience | amc | 2 | 2.3 |
| Amazon Audience Instance | amc | 4 | 2.0 |
| Amazon Audience Report | amc | 2 | 1.7 |
| Amazon Dayparting Performance | dayparting | 1 | 1.4 |
| Addaccount | other | 1 | 0.2 |
Actions
| Category | Action | Actions | Entities |
|---|---|---|---|
| audience | audience_created | 1 | 1 |
| scheduler | dayparting_scheduler_created | 1 | 1 |
5 queries · scanned 23.27 MB · cost $0.000139 · 7.06s
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('tom@fordebaker.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('tom@fordebaker.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('tom@fordebaker.com')
AND day BETWEEN DATE '2026-05-26' AND DATE '2026-06-25'
GROUP BY day
) s USING (day)
WHERE LOWER(i.email) = LOWER('tom@fordebaker.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('tom@fordebaker.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('tom@fordebaker.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('tom@fordebaker.com')
AND day BETWEEN DATE '2026-05-26' AND DATE '2026-06-25'
GROUP BY action_category, action_type
ORDER BY actions DESC