Skip to end of banner
Go to start of banner

Analytics information - Cloud

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

This app captures analytics data and stores this in a private analytics database hosted by Amazon Web Services in the United States of America.

The app collects a limited amount of information in order to help us make decisions on where to invest for future releases.  To improve the customer support experience, we do include the Support Entitlement Number (SEN).

You can opt out at any point by toggling the analytics option to "off" within the app's administration Configuration screen.

Install 

This data is collected each time the app is installed. 

{
  "event": {
    "timestamp": "2018-11-13T14:25:43.475Z",
    "created_at": "2018-11-13T14:25:43.669Z",
    "id": "5beadee7af62030001bf4298"
  },
  "eventInfo": {
    "type": "install"
  },
  "hostInfo": {
    "hostVersion": "6.10.0",
    "hostSEN": "SEN-L6807636",
    "hostIsEvaluation": false,
    "hostLicenseLevel": "25",
    "hostIsDataCenter": false,
    "hostEdition": 25,
    "hostServerId": "BIDU-NMH6-4BHZ-UH3D",
    "hostLicenseType": "DEVELOPER"
  },
  "pluginInfo": {
    "pluginVersion": "8.0.0-SNAPSHOT",
    "pluginLicense": "UNLICENSED",
    "pluginLicenseSEN": "NONE",
    "pluginKey": "org.swift.confluence.table"
  }
}

Uninstall 

This data is collected each time the app is uninstalled. 

{
  "event": {
    "timestamp": "2018-11-13T11:58:21.446Z",
    "created_at": "2018-11-13T11:58:22.178Z",
    "id": "5beabc5e1ee0590001c623e6"
  },
  "eventInfo": {
    "type": "uninstall"
  },
  "hostInfo": {
    "hostVersion": "6.10.0",
    "hostSEN": "SEN-L6807636",
    "hostIsEvaluation": false,
    "hostLicenseLevel": "25",
    "hostIsDataCenter": false,
    "hostEdition": 25,
    "hostServerId": "BIDU-NMH6-4BHZ-UH3D",
    "hostLicenseType": "DEVELOPER"
  },
  "pluginInfo": {
    "pluginVersion": "8.0.0-SNAPSHOT",
    "pluginLicense": "UNLICENSED",
    "pluginLicenseSEN": "NONE",
    "pluginKey": "org.swift.confluence.table"
  }
}

New macro

This data is collected on the first instance when a user creates a page and inserts the macro.

{
  "event": {
    "timestamp": "2020-03-31T10:50:01.500Z",
    "created_at": "2020-03-31T10:50:01.692Z",
    "id": "5e832059de60f90001ee102e"
  },
  "eventInfo": {
    "type": "new-macro",
    "macroName": "table-plus",
    "macroParms": {
      "autoNumber": "true",
      "sortColumn": "4",
      "columnTypes": "M, M,   MYYYY-DD-MM,      MYY-MM-DD,      M, MYYYY-MMM-DD,MYYYY-MMMM-DD, M(de)YYYYMMMDD,     M(de)MMMMDDYYYY,      M(de)YYYYMMMDD,       M(de)YYYY-MMMM-DD,       M(fr)MMMM-DD-YYYY, M(fr)YYYY-MMM-DD,      M(fr)YYYY-MMM-DD",
      "id": "moment4"
    }
  },
  "hostInfo": {
    "hostVersion": "6.13.8",
    "hostEdition": 500,
    "hostIsEvaluation": false,
    "hostIsDataCenter": true,
    "hostSEN": "SEN-L13252638",
    "hostServerId": "CONF-591X-XXXX-XXXX",
    "hostMaxUsers": "500",
    "hostLicenseType": "DEVELOPER"
  },
  "pluginInfo": {
    "pluginKey": "org.swift.confluence.table",
    "isUnlimitedUsers": true,
    "pluginVersion": "8.1.0",
    "pluginLicenseError": "NONE",
    "isDataCenter": false,
    "isEvaluation": false,
    "isSubscription": false,
    "pluginLicenseType": "COMMERCIAL",
    "isMaintenanceExpired": false,
    "pluginLicenseSEN": "SEN-10324132"
  }
}

Error conditions

The app collects data on a few different error conditions. 

{
  "event": {
    "timestamp": "2018-07-26T01:12:36.856Z",
    "created_at": "2018-07-26T01:12:37.088Z",
    "id": "5b59200542445e0001cd80b6"
  },
  "eventInfo": {
    "error": "Settings could not be saved. Your login may have expired. Try again."
  },
  "hostInfo": {
    "hostLicenseType": "DEVELOPER",
    "hostVersion": "6.6.5",
    "hostSEN": "SEN-L10779939",
    "hostLicenseLevel": "500"
  },
  "pluginInfo": {
    "pluginVersion": "8.0.0-SNAPSHOT",
    "pluginLicense": "COMMERCIAL",
    "pluginKey": "org.swift.confluence.table"
  }
}
  • No labels