Chart
Location
UTM Filters
Behavior Summary
High-Intent Behavior Summary
Summarizes high-intent traffic, friction, and website issues using Shopify, GA4, Meta, Site Audit, and limited Clarity data.
Page loads and cached reads do not intentionally spend Clarity quota.
Windows Task Scheduler Setup
The local app must be running for scheduled tasks to work. Store TASK_SECRET in your local environment and replace YOUR_SECRET below.
Midday
curl -X POST "http://localhost:3000/api/tasks/run-behavior-summary" -H "Content-Type: application/json" -d "{\"runType\":\"midday\",\"secret\":\"YOUR_SECRET\"}"Night
curl -X POST "http://localhost:3000/api/tasks/run-behavior-summary" -H "Content-Type: application/json" -d "{\"runType\":\"night\",\"secret\":\"YOUR_SECRET\"}"