Simple Analytics
simple_analyticsSimple Analytics is a privacy-friendly and simple alternative to Google Analytics, offering straightforward analytics without cookies or trackers.
Acciones disponibles (3)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
List Websites (Admin API)SIMPLE_ANALYTICS_ADMIN_API_LIST_WEBSITESAcciónTool to list all websites associated with the authenticated user. use after authenticating an admin account to retrieve website list.
SIMPLE_ANALYTICS_ADMIN_API_LIST_WEBSITESAcciónTool to list all websites associated with the authenticated user. use after authenticating an admin account to retrieve website list.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Export Raw Data PointsSIMPLE_ANALYTICS_EXPORT_API_GET_RAW_DATAAcciónTool 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.
SIMPLE_ANALYTICS_EXPORT_API_GET_RAW_DATAAcciónTool 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.
Parámetros de entrada
fieldsstring[]List of data fields to include, e.g., ['date','url','referrer']
formatstringenumResponse format: 'csv' or 'json'
csvjsonto_dateanydateEnd date in YYYY-MM-DD format
websitestringObligatorioWebsite domain or site ID to export data for
from_dateanydateStart date in YYYY-MM-DD format
Parámetros de salida
csvstringRaw CSV data as string when format is 'csv'
dataobject[]List of data point objects when format is 'json'
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get aggregated website statsSIMPLE_ANALYTICS_GET_AGGREGATED_STATSAcciónTool to retrieve aggregated statistics for a specified website. use when you need an overview of key metrics like visitors, pageviews, bounce rate, and more.
SIMPLE_ANALYTICS_GET_AGGREGATED_STATSAcciónTool to retrieve aggregated statistics for a specified website. use when you need an overview of key metrics like visitors, pageviews, bounce rate, and more.
Parámetros de entrada
endstringEnd date in YYYY-MM-DD format.
pagestringFilter stats by specific page path.
startstringStart date in YYYY-MM-DD format.
sourcestringFilter stats by traffic source.
comparestringComparison range start date in YYYY-MM-DD format.
websitestringObligatorioWebsite identifier (domain or custom code).
referrerstringFilter stats by specific referrer host.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not