NAiOS IconNAiOS Logo
Volver al catálogo

Simple Analytics

simple_analytics

Simple Analytics is a privacy-friendly and simple alternative to Google Analytics, offering straightforward analytics without cookies or trackers.

Acciones
3
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Export Raw Data PointsSIMPLE_ANALYTICS_EXPORT_API_GET_RAW_DATAAcción

Tool 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']

  • formatstringenum

    Response format: 'csv' or 'json'

    csvjson
  • to_dateanydate

    End date in YYYY-MM-DD format

  • websitestringObligatorio

    Website domain or site ID to export data for

  • from_dateanydate

    Start date in YYYY-MM-DD format

Parámetros de salida

  • csvstring

    Raw CSV data as string when format is 'csv'

  • dataobject[]

    List of data point objects when format is 'json'

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get aggregated website statsSIMPLE_ANALYTICS_GET_AGGREGATED_STATSAcción

Tool 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

  • endstring

    End date in YYYY-MM-DD format.

  • pagestring

    Filter stats by specific page path.

  • startstring

    Start date in YYYY-MM-DD format.

  • sourcestring

    Filter stats by traffic source.

  • comparestring

    Comparison range start date in YYYY-MM-DD format.

  • websitestringObligatorio

    Website identifier (domain or custom code).

  • referrerstring

    Filter stats by specific referrer host.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not