Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SaaS Telemetry Docs Page #4038

Open
HanselIdes opened this issue Jul 17, 2024 · 1 comment · May be fixed by #4846
Open

Add SaaS Telemetry Docs Page #4038

HanselIdes opened this issue Jul 17, 2024 · 1 comment · May be fixed by #4846
Assignees
Labels
component:web-modeler-SaaS Continuous delivery - Issues related with Web Modeler SaaS

Comments

@HanselIdes
Copy link
Contributor

HanselIdes commented Jul 17, 2024

Similar to https://docs.camunda.io/docs/self-managed/console-deployment/telemetry/, but applied to SaaS + Mixpanel

Design:

  • User and system activities are collected and sent to Camunda's data warehouse and other specialized 3rd party analytics systems.

Collected Data:

  • differentiate between FE (opt in required, attached to a user) and BE (anonymized, related to org)

Opt-In

  • on an individual basis

Example

  • deploy a process
    {
    "event": "modeler:deploy:confirm",
    "properties": {
    "time": 1721228056.002,
    "distinct_id": "auth0|669533a8339ceebe5e8f7fed",
    "$browser": "Microsoft Edge",
    "$browser_version": 126,
    "$city": "Gotham City",
    "$current_url": "https://modeler.camunda.io/diagrams/a8c077ae-22d6-4be3-bebb-a847f40376fe--batsymbol-activate?v=736,217,1",
    "$device_id": "190b6d254651ec-0a7e1ef548a163-4c657b58-e1000-190b6d2518f1ec",
    "$initial_referrer": "https://console.camunda.io/",
    "$initial_referring_domain": "console.camunda.io",
    "$insert_id": "xjsmufevamu6v5y7",
    "$lib_version": "2.53.0",
    "$mp_api_endpoint": "api-js.mixpanel.com",
    "$mp_api_timestamp_ms": 1721228056805,
    "$os": "Windows",
    "$referrer": "https://dsm-1.operate.camunda.io/",
    "$referring_domain": "dsm-1.operate.camunda.io",
    "$region": "New Jersey",
    "$screen_height": 1080,
    "$screen_width": 1920,
    "$user_id": "auth0|669533a8339ceebe5e8f7fed",
    "clusterId": "ea9ddef9-f1e3-4241-a37c-655334c45de8",
    "clusterTag": "dev",
    "clusterVersion": "8.5",
    "connectors": [
    "io.camunda.connectors.HttpJson.v2"
    ],
    "containsUserTasks": true,
    "deployType": "single-file",
    "deployedForms": {
    "Form_0ec4ghh": "764a75e7-85a8-448f-8a1f-4952cc8a189d"
    },
    "fileId": "a8c077ae-22d6-4be3-bebb-af97040123fe",
    "fileType": "bpmn",
    "license": "Free",
    "mp_country_code": "US",
    "mp_lib": "web",
    "mp_processing_time_ms": 1721228056937,
    "mp_sent_by_lib_version": "2.53.0",
    "orgId": "30ba73a-4b2f-433f-80e5-d41176874bb5",
    "org_id": "30ba73a-4b2f-433f-80e5-d41176874bb5",
    "organizationId": "30ba73a-4b2f-433f-80e5-d41176874bb5",
    "stage": "prod",
    "success": true,
    "userId": "auth0|669533a8339ceebe5e8f7fed",
    "version": "8.5.4"
    }
    }

Legal and privacy consideration

  • MAY track
  • features used
  • asset IDs
  • email + name if user opts-in
  • WILL NOT track
  • intellectual property
  • payment information
  • personal information beyond name and email
  • protected health information
  • no information about the variables collected during a process
@HanselIdes HanselIdes added the hold This issue is parked, do not merge. label Jul 17, 2024
@HanselIdes HanselIdes self-assigned this Jul 17, 2024
@HanselIdes
Copy link
Contributor Author

Hi @akeller, I'll draft this contribution. No support required

@HanselIdes HanselIdes linked a pull request Jan 14, 2025 that will close this issue
13 tasks
@akeller akeller added component:web-modeler-SaaS Continuous delivery - Issues related with Web Modeler SaaS and removed hold This issue is parked, do not merge. labels Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:web-modeler-SaaS Continuous delivery - Issues related with Web Modeler SaaS
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants