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

systemid

Specify the system ID

22.10.12

version

Specify the Neptune DXP version used

22.10.12

name

Specify the system name

22.10.12

description

Specify the system description

22.10.12

role

Specify the role in the system

22.10.12

os_type

Specify the operating system used

22.10.12

os_release

Specify the release of the operating system used

22.10.12

os_platform

Specify the platform of the operating system used

22.10.12

dbtype

Specify the database type

22.10.12

lic_client

Specify the company name that is encrypted in the license key

22.10.12

lic_expires

Specify when the license expires

22.10.12

lic_users

Specify number of users in the license

22.10.12

count_app

Count applications

22.10.12

count_api

Count APIs

22.10.12

count_launchpad

Count launchpads

22.10.12

count_tile

Count tiles

22.10.12

count_odataSource

Count OData sources

22.10.12

count_role

Count roles

22.10.12

count_tileGroup

Count tile groups

22.10.12

count_user

Count users

22.10.12

count_serverScript

Count server scripts

22.10.12

count_table

Count table definitions

22.10.12

count_job

Count jobs

22.10.12

count_group

Count groups

22.10.12

count_devPackage

Count development packages

22.10.12

count_connector

Count connectors

22.10.12

count_reports

Count adaptive applications

22.10.12

count_webapp

Count applications created in the App Editor

22.10.12

count_rulesengine

Count rules created in the Rules Engine tool

22.10.12

count_documentation

Count documentations

22.10.12

count_npm

Count npm modules

22.10.12

count_pdf

Count PDFs

22.10.12

count_theme

Count themes

22.10.12

count_themeUi5

Count custom UI5 themes and imported themes

22.10.12

count_emailTemplate

Count email templates

22.10.12

count_mobileClient

Count mobile clients

22.10.12

count_systems

Count remote systems

22.10.12

count_workflow

Count workflows

22.10.12

count_certificate

Count certificates

22.10.12

count_proxyAuth

Count proxy authentications

22.10.12

ip

Specify the IP

22.10.12

protocol

Specify the protocol

22.10.12

count_bootstrap

Count applications that use Bootstrap

22.10.12

count_ionic

Count applications using Ionic

22.10.12

count_customComponent

Count custom components

22.10.12

ai_naia

Boolean flag if Naia is enabled

22.10.12

ai_openai

Boolean flag if OpenAI integration used in server scripts is enabled

22.10.12

count_custom_launchpad_app

Count custom launchpads

22.10.12

count_launchpad_pwa

Count PWA-enabled launchpads

22.10.12

count_mobileClient_android

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

22.10.12

count_mobileClient_iOS

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

22.10.12

count_mobileClient_windows

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

22.10.12

count_jwt

Count JWT authentication mechanisms registered in the system for logging in

22.10.12

count_microsoftEntraId

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

22.10.12

count_ldap

Count LDAP authentication mechanisms registered in the system for logging in

22.10.12

count_saml

Count SAML authentication mechanisms registered in the system for logging in

22.10.12

count_oauth2

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

22.10.12

count_openIdConnect

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

22.10.12

count_sapEdition

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

22.10.12

Example request payload

[
    {
        "systemid": "d176bbc82f21a9e57aaed81bda472c464069b08d6e2508595b14a4f8b5c802b6",
        "version": "22.10.12",
        "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
    }
]