Geo Analytics
Geo Analytics
Section titled “Geo Analytics”Geo analytics show where your users are located based on IP geolocation. Use this data to understand your audience, optimize for regions, and detect unusual activity.
Geographic Analytics
Section titled “Geographic Analytics”The dashboard displays execution distribution by country. The data includes:
- Country breakdown — Execution count per country
- IP-based geolocation — Location inferred from request IP addresses
Country Breakdown
Section titled “Country Breakdown”The country breakdown shows script executions by country:
| View | Description |
|---|---|
| Table | Country name, execution count, percentage |
| Top countries | Sorted by execution volume |
Use country data to:
- Identify your primary markets
- Plan localization or language support
- Detect traffic from unexpected regions (e.g., potential abuse)
Data Structure
Section titled “Data Structure”The geo view shows aggregated counts per country. Example structure:
{ "countries": [ { "code": "US", "name": "United States", "count": 1250 }, { "code": "GB", "name": "United Kingdom", "count": 420 } ]}Combining with Other Analytics
Section titled “Combining with Other Analytics”You can cross-reference geo data with:
- Executor breakdown — Which countries use which executors
- Live executions — Time-series with geo context
- Script performance — Per-script geo when available
Data Retention
Section titled “Data Retention”Geo and executor data are retained according to your subscription tier. Historical data may be aggregated after a certain period.
Next Steps
Section titled “Next Steps”- Dashboard Stats — Overview stats and execution tracking
- Retention & Heatmaps — User return patterns and activity heatmaps