What Explore is for
Explore is the ad-hoc query surface in StretchAnalytics. When a saved report or the overview doesn't answer your exact question, Explore lets you slice the raw event stream yourself — no SQL required. You choose an event, pick how to measure it, group it by a property, bucket it over time, and set a date range.
The four inputs
Every Explore query is built from four choices:
- Event (
name) — the event to analyze, such aspage_view,cta_click, orform_submission. - Metric — how to measure it.
countis the live measure available today.sum:<field>andavg:<field>are part of the query language and become available when your workspace runs the high-volume analytics engine. - Group by — the property to break results out by. Supported options are
brand,site,page_path,cta_name, andcountry. - Bucket — group results over time by
hourorday. If you set a bucket, results are returned per time bucket instead of per group.
You can also set a from and to date range to bound the query.
What you get back
A query returns a set of rows — one per group or per time bucket — each with a group label, a value, and a count. It also reports events scanned, so you know how much data went into the answer. Results are capped so the query stays fast.
Step-by-step: which pages get the most views
- Open the Explore tab.
- Set Event to
page_view. - Leave Metric as
count. - Set Group by to
page_path. - Set a date range (for example the last 30 days).
- Run the query. Rows come back ordered by value, so your top pages are at the top.
Step-by-step: traffic by day
- Set Event to
page_view. - Set Bucket to
day. - Leave Group by empty.
- Set your date range.
- Run. You now have a per-day time series you can eyeball for trends or seasonality.
Step-by-step: CTA clicks by country
- Set Event to
cta_click. - Set Group by to
country. - Run. The
countrybreakout reads from the event's metadata, so unknown locations are grouped asunknown.
Example
An analyst suspects a specific site is driving most conversions. She sets Event to form_submission, Group by to site, and a 14-day range. One site accounts for 71% of submissions. She switches Group by to page_path to find the exact page, then switches Bucket to day to confirm the trend is rising, not a one-day spike. Three quick queries, no spreadsheet.
Tips
- Start broad (group by
site), then narrow (group bypage_path) to drill from the big picture to the specific cause. - Use Bucket = day for trends and Group by for composition — switching between them answers different questions.
countis the reliable live metric today. Reach forsum:andavg:when your workspace has the analytics engine enabled.- Found something useful? Save it as a report view so you never rebuild the query.
Troubleshooting
My query returns no rows. The event name may not exist for your organization in that window. Double-check the exact event name (for example page_view, not pageview) and widen the date range.
Group values are all unknown. The grouping property isn't populated on those events. For country, that means location metadata wasn't captured; try grouping by page_path or site instead.
sum: or avg: returns counts. Those metrics require the high-volume analytics engine. Until it's enabled for your workspace, Explore computes counts.
Was this helpful?
Help us improve this article
Use these controls to share whether this answer solved the issue. Feedback helps prioritize updates to StretchSuite Support.

