Simple Analytics is a privacy-friendly and simple alternative to Google Analytics, offering straightforward analytics without cookies or trackers.
Simple Analytics is a privacy-friendly and simple alternative to Google Analytics, offering straightforward analytics without cookies or trackers. On Nagent, Simple Analytics is exposed as a fully-configurable analytics integration that any agent can call — 4 actions, and API key authentication. No code is required to wire Simple Analytics into your workflow — connect it once via the External Integrations panel and reuse it across every agent you build.
Agent builders use Simple Analytics to automate the kinds of tasks analytics teams previously handled manually. Concrete examples — each one is a single agent step in Nagent — include:
Every action and trigger is paired with a structured input/output schema (visible in the sections below), so when you wire Simple Analytics into Helix — our agentic agent builder — the editor knows exactly what each step expects and produces. Configure once, deploy anywhere across your Nagent agents.
Every operation an agent can call against Simple Analytics, with input parameters and output schema. Drop these into any step of an agent built in Helix.
SIMPLE_ANALYTICS_ADMIN_API_LIST_WEBSITESTool to list all websites associated with the authenticated user. Use after authenticating an admin account to retrieve website list.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
SIMPLE_ANALYTICS_EXPORT_API_GET_RAW_DATATool to export raw data points (page views and events) for a specific website. Use when you need to download CSV or JSON exports of site traffic.
Input parameters
List of data fields to include. Valid fields: added_date, added_iso, added_unix, browser_name, browser_version, country_code, device_type, document_referrer, duration_seconds, hostname, hostname_original, is_robot, is_unique, lang_language, lang_region, os_name, os_version, path, path_and_query, query, referrer_hostname, referrer_path, screen_height, screen_width, scrolled_percentage, session_id, user_agent, utm_campaign, utm_content, utm_medium, utm_source, utm_term, uuid, viewport_height, viewport_width
Response format: 'csv' or 'json'
End date in YYYY-MM-DD format
Website domain or site ID to export data for
Start date in YYYY-MM-DD format
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
SIMPLE_ANALYTICS_GET_AGGREGATED_STATSTool to retrieve aggregated statistics for a specified website. Use when you need an overview of key metrics like visitors, pageviews, bounce rate, and more.
Input parameters
End date in YYYY-MM-DD format.
Filter stats by specific page path.
Start date in YYYY-MM-DD format.
Filter stats by traffic source.
Comparison range start date in YYYY-MM-DD format.
Website identifier (domain or custom code).
Filter stats by specific referrer host.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
SIMPLE_ANALYTICS_SEND_EVENTTool to submit server-side events or pageviews to Simple Analytics. Use for mobile apps, backend tracking, or scenarios where JavaScript is not available. Supports custom metadata for enriched event data.
Input parameters
User agent string. Avoid default library agents like 'python-requests'. Use a realistic browser user agent string.
Page path for pageviews (e.g., /my-page, /products/item-123)
Type of data point: 'event' for custom events or 'pageview' for page views
Event name for custom events (e.g., 'button_click', 'purchase') or 'pageview' for page views
Whether the connection is HTTPS. Set to true for secure connections.
UTM medium parameter for tracking campaign mediums
UTM source parameter for tracking campaign sources
Whether this is a unique visit. Set to true for the first visit from a user.
UTM content parameter for tracking campaign content variations
UTM campaign parameter for tracking campaign names
The hostname of the tracked website (e.g., example.com or composio.dev)
Language code (e.g., en-US, fr-FR, de-DE)
Custom metadata object with key-value pairs. All values must be strings.
Referrer URL (where the user came from)
Timezone (e.g., Europe/Amsterdam, America/New_York, UTC)
Screen width in pixels
Screen height in pixels
Viewport width in pixels
Viewport height in pixels
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
No publicly available marketplace agent is found using this tool yet. There are 73 agents privately built on Nagent that already use Simple Analytics.
Build on Nagent
Connect Simple Analytics to any Nagent agent in minutes — no API key management, no boilerplate. Just configure and deploy.
The five questions agent builders ask before adopting a new integration.
Open the External Integrations panel inside Nagent (app.nagent.ai/externalIntegration), find Simple Analytics, and click "Connect Now." You'll authenticate with an API key — Nagent handles credential storage and refresh automatically. Once connected, Simple Analytics is available to any agent in your workspace.
No. Nagent provides no-code integration for every tool. Once Simple Analytics is connected, you configure its 4 actions directly in the agent builder UI — no API calls, no boilerplate, no schema management.
Helix — Nagent's agentic agent builder — lets you drop Simple Analytics steps into any workflow visually. Pick an action (e.g., one of those listed above), fill in the inputs (Helix knows the required vs. optional schema for each parameter), and connect it to upstream/downstream steps. Triggers run as the entry point of an agent, so when a Simple Analytics event fires, the agent kicks off automatically.
Every Simple Analytics action and trigger ships with a fully-typed schema — input parameters with name, type, required flag, and description, plus the output payload shape. The schemas are documented in the sections above. Helix uses these schemas to validate your configuration at build time and to type-check the data flowing between steps.
Yes. While Simple Analytics ships with 4 pre-built analytics actions, you can layer custom logic around them inside Helix — pre/post-processing steps, conditional branches, retries, or stitching Simple Analytics together with other connected tools. For deeper customization, talk to our team about Nagent's Agentic AI Lab — forward-deployed engineers who build Simple Analytics-based workflows tailored to your business.