Telemetry data collection

At Neptune, we are committed to provide you with the best possible experience while safeguarding your privacy. To achieve this, we utilize telemetry to collect statistical information about your system. This data helps us understand how our platform is being used, identify areas for improvement, and deliver personalized enhancements.

This telemetry is entirely anonymous and does not include any personally identifiable information. Your privacy and confidentiality remain our top priorities.

Telemetry fields and descriptions

Field name Description Valid from

ai_naia

Boolean flag if Naia is enabled

24.10.0

ai_openai

Boolean flag if OpenAI integration used in server scripts is enabled

24.10.0

count_api

Count APIs

24.10.0

count_app

Count applications

24.10.0

count_bootstrap

Count applications that use Bootstrap

24.10.0

count_certificate

Count certificates

24.10.0

count_connector

Count connectors

24.10.0

count_customComponent

Count custom components

24.10.0

count_custom_launchpad_app

Count custom launchpads

24.10.0

count_devPackage

Count development packages

24.10.0

count_documentation

Count documentations

24.10.0

count_emailTemplate

Count email templates

24.10.0

count_group

Count groups

24.10.0

count_ionic

Count applications using Ionic

24.10.0

count_job

Count jobs

24.10.0

count_jwt

Count JWT authentication mechanisms registered in the system for logging in

24.10.0

count_launchpad

Count launchpads

24.10.0

count_launchpad_pwa

Count PWA-enabled launchpads

24.10.0

count_ldap

Count LDAP authentication mechanisms registered in the system for logging in

24.10.0

count_microsoftEntraId

Count Microsoft Entra ID authentication mechanisms registered in the system for logging in

24.10.0

count_mobileClient

Count mobile clients

24.10.0

count_mobileClient_android

Count Android builds (ZIP files) in the Mobile Client tool

24.10.0

count_mobileClient_iOS

Count iOS builds (ZIP files) in the Mobile Client tool

24.10.0

count_mobileClient_windows

Count Windows builds (ZIP files) in the Mobile Client tool

24.10.0

count_npm

Count npm modules

24.10.0

count_oauth2

Count OAuth 2.0 authentication mechanisms registered in the system for logging in

24.10.0

count_odataSource

Count OData sources

24.10.0

count_openIdConnect

Count OpenID Connect authentication mechanisms registered in the system for logging in

24.10.0

count_pdf

Count PDFs

24.10.0

count_proxyAuth

Count proxy authentications

24.10.0

count_reports

Count adaptive applications

24.10.0

count_role

Count roles

24.10.0

count_rulesengine

Count rules created in the Rules Engine tool

24.10.0

count_saml

Count SAML authentication mechanisms registered in the system for logging in

24.10.0

count_sapEdition

Count Neptune DXP - SAP Edition authentication mechanisms registered in the system for logging in

24.10.0

count_serverScript

Count server scripts

24.10.0

count_systems

Count remote systems

24.10.0

count_table

Count table definitions

24.10.0

count_theme

Count themes

24.10.0

count_themeUi5

Count custom UI5 themes and imported themes

24.10.0

count_tile

Count tiles

24.10.0

count_tileGroup

Count tile groups

24.10.0

count_user

Count users

24.10.0

count_webapp

Count applications created in the App Editor

24.10.0

count_workflow

Count workflows

24.10.0

dbtype

Specify the database type

24.10.0

description

Specify the system description

24.10.0

ip

Specify the IP

24.10.0

lic_client

Specify the company name that is encrypted in the license key

24.10.0

lic_expires

Specify when the license expires

24.10.0

lic_users

Specify number of users in the license

24.10.0

name

Specify the system name

24.10.0

os_platform

Specify the platform of the operating system used

24.10.0

os_release

Specify the release of the operating system used

24.10.0

os_type

Specify the operating system used

24.10.0

protocol

Specify the protocol

24.10.0

role

Specify the role in the system

24.10.0

systemid

Specify the system ID

24.10.0

version

Specify the Neptune DXP version used

24.10.0

Example request payload

[
    {
        "systemid": "d176bbc82f21a9e57aaed81bda472c464069b08d6e2508595b14a4f8b5c802b6",
        "version": "24.10.0",
        "name": "Dev Gunnar",
        "description": "Kontor - MSSQL",
        "role": "LOC",
        "os_type": "Windows_NT",
        "os_release": "10.0.19045",
        "os_platform": "win32",
        "dbtype": "mssql",
        "lic_client": "Neptune Software",
        "lic_expires": "2024-12-31",
        "lic_users": 5000,
        "count_app": 258,
        "count_api": 95,
        "count_launchpad": 13,
        "count_tile": 52,
        "count_odataSource": 1,
        "count_role": 12,
        "count_tileGroup": 24,
        "count_user": 23,
        "count_serverScript": 167,
        "count_table": 41,
        "count_job": 2,
        "count_group": 6,
        "count_devPackage": 24,
        "count_connector": 25,
        "count_reports": 49,
        "count_webapp": 1,
        "count_rulesengine": 10,
        "count_documentation": 1,
        "count_npm": 2,
        "count_pdf": 8,
        "count_theme": 1,
        "count_themeUi5": 0,
        "count_emailTemplate": 1,
        "count_mobileClient": 2,
        "count_systems": 4,
        "count_workflow": 1,
        "count_certificate": 1,
        "count_proxyAuth": 3,
        "ip": "109.74.191.114",
        "protocol": "https",
        "count_bootstrap": 2,
        "count_ionic": 0,
        "count_customComponent": 40,
        "ai_naiaai_openaicount_custom_launchpad_app": 1,
        "count_launchpad_pwa": 2,
        "count_mobileClient_android": 2,
        "count_mobileClient_iOS": 2,
        "count_mobileClient_windows": 0,
        "count_jwt": 0,
        "count_microsoftEntraId": 3,
        "count_ldap": 1,
        "count_saml": 1,
        "count_oauth2": 1,
        "count_openIdConnect": 3,
        "count_sapEdition": 1
    }
]