Skip to main content

Celonis Product Documentation

Configuring the Celonis Platform Adoption extractor

Celonis Platform Adoption Monitor app available

Using this extractor, Celonis has built a Platform Adoption Monitor app. This app gives you insights into who is accessing and using your Celonis team and how this usage varies over time. The app uses public Celonis APIs to extract data every hour about team members logging in and users opening Studio apps and packages, and presents the statistics in a set of monitoring views.

For more information, see: Platform Adoption Monitor appPlatform Adoption Monitor app

The Celonis Platform Adoption (CPA) extractor allows you to extract usage data from your Celonis Platform team, including usage logs, login histories, and user information. This extractor uses OAuth2 authentication, requiring you to set up an OAuth client in your Celonis Platform team. You can find a step-by-step guide to setting up an OAuth client in this topic.

If you previously configured this extractor using App Key authentication, we recommend transitioning to OAuth2. For more information, see: Transitioning from AppKey to OAuth2 authentication

A screenshot showing the celonis platform adoption extractor.

Before configuring the CPA extractor, you need to complete the following prerequisites:

To track user login history and Studio usage, you first need to enable both services:

  1. Click Admin & Settings - Platform Adoption.

  2. Enable Login History.

  3. Click Studio - Set up tracking service.

    A screenshot showing you how to set up Studio tracking services.
  4. Enable Studio.

  5. Click Close.

Your Celonis Platform team login history and Studio usage statistics are now recorded.

Before configuring the CPA extractor, you need to configure an OAuth client in your Celonis Platform team. This OAuth client can then be assigned permissions to access the Celonis public APIs required by the CPA extractor.

To create an OAuth client and assign it permissions:

  1. Click Admin & Settings - Applications.

  2. Click Add New Application - OAuth Client.

    A screenshot showing how to set up an oauth client.
  3. Configure the client using the following options:

    • Name: An internal reference for the client.

    • Description: An optional and internal description.

    • Grant Type: This defaults to Client Credentials and can't be changed.

    • Authentication Methods: Select 'client secret basic'.

    A screenshot showing you how to set up authentication methods for your oauth client.
  4. Click Define Scopes and then select the following scopes:

    • Platform-adoption.tracking-events:read

    • team.user-group-info:read

    • team.login-history:read

  5. Click Create.

    The OAuth client is created and available to assign permissions to.

    A screenshot showing how to define oauth scopes.
  6. Click Permissions and then edit Team permissions:

    A screenshot showing how to edit oauth client permissions.
  7. Assign your recently created extractor the following permissions:

    • Use Login History API

    • Use Studio Adoption API

    • Use User Group Info API

  8. Click Save.

    A screenshot showing how to set up oauth permissions.

With access to your OAuth authentication credentials, you can configure the CPA extractor from your data pool diagram:

  1. Click Data Connections.

    A screenshot showing how to access the data connections screen from a data pool diagram.
  2. Click Add Data Connection and select Connect to Data Source.

  3. Select Celonis Platform Adoption.

    A screenshot showing the celonis platform adoption extractor.
  4. Configure the following details:

    • Name: An internal reference for this data connection.

    • API URL: Use your Celonis Platform team URL in the following format:

      https://(TEAM).(REGION).celonis.cloud/
    • Client ID: Enter the client ID provided when configuring your OAuth client.

    • Client secret: Enter the client secret provided when configuring your OAuth client.

  5. Click Test Connection and correct any issues highlighted.

  6. Click Save.

    A screenshot showing the celonis platform adoption extractor.

    The Celonis Platform Adoption extractor is now establised. You can manage this connection at any time by clicking options:

    A screenshot showing how to edit an existing data connection.

If you have previously configured this extractor using AppKey authentication, we recommend transitioning this to OAuth2 authentication.

To transition to OAuth 2:

  1. Create an OAuth client in your Celonis Platform team, providing you with a client ID and client secret. See: Configuring an OAuth client and assign it permissions.

  2. Click Data Integration - Data Connections and open your existing Celonis Platform Adoption connection.

  3. Click OAuth2 (client credentials) and enter your client ID and client secret from step 1.

    A screenshot showing the celonis platform adoption extractor.
  4. Click Test Connection and correct any issues highlighted.

  5. Click Save.

Your Celonis Platform Adoption extractor now uses OAuth 2 authentication and continues to run as previously configured.