Skip to content

Latest commit

 

History

History
 
 

analytics

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Analytics

Jovo offers easy analytics integrations and enhancements for Dashbot, Bespoken, Chatbase, and Botanalytics.

Jovo Analytics Interface

Jovo offers an abstraction layer for analytics integrations that allows you to add multiple analytics providers.

Analytics for your voice app can be added in your config.js file like this:

// @language=javascript

// src/config.js

module.exports = {
    
    analytics: {
        ServiceName: {
            // Add configuration
        },
    },

    // ...

};

// @language=typescript

// src/config.ts

const config = {
    
    analytics: {
        ServiceName: {
            // Add configuration
        },
    },

    // ...

};

More detailed step-by-step guides for each service can be found in the Available Integrations section.

Available Integrations

Name Description
Dashbot Conversational Analytics
Bespoken Voice App Logging and Monitoring
Chatbase Virtual Agent Analytics
Botanalytics Conversational Analytics