Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This data is collected each time the app is uninstalled. 

No Format
{
  "keenevent": {
    "timestamp": "2019-03-08T05:09:03.097Z",
    "created_at": "2019-03-08T05:09:03.746Z",
    "id": "5c04ba6fd8f6160001372af9"
  },
  "eventInfo": {
    "type": "install"
  },
  "hostInfo": {
    "hostVersion": "6.10.0",
    "hostSEN": "SEN-L12345678",
    "hostIsEvaluation": true,
    "hostLicenseLevel": "-1",
    "hostIsDataCenter": false,
    "hostEdition": "25",
    "hostServerId": "AAAA-BBBB-CCCC-DDDD",
    "hostLicenseType": "COMMERCIAL"
  },
  "pluginInfo": {
    "pluginKey": "org.swift.confluence.markdown",
    "isUnlimitedUsers": true,
    "pluginVersion": "3.4.0",
    "pluginLicenseError": "NONE",
    "isDataCenter": false,
    "isEvaluation": false,
    "isSubscription": false,
    "pluginLicenseType": "COMMERCIAL",
    "isMaintenanceExpired": false,
    "pluginLicenseSEN": "SEN-1234567"
  }
}

...

This data is collected when the administrator changes the app's global configuration.  

No Format
 {
  "keenevent": {
    "timestamp": "2020-02-06T05:05:33.223Z",
    "created_at": "2020-02-06T05:05:33.310Z",
    "id": "5e3b9e9d442d950001ecab44"
  },
  "eventInfo": {
    "type": "globalconfig",
    "settings": {
      "blacklistDomains": false,
      "allowJavaScript": true,
      "sendStatistics": false,
      "allowWhitelistedUrls": false
    }
  },
  "hostInfo": {
    "hostVersion": "7.3.1",
    "hostEdition": 100,
    "hostIsEvaluation": false,
    "hostIsDataCenter": false,
    "hostSEN": "SEN-L13252798",
    "hostServerId": "CONF-591X-XXXX-XXXX",
    "hostMaxUsers": "100",
    "hostLicenseType": "DEVELOPER"
  },
  "pluginInfo": {
    "pluginKey": "org.swift.confluence.markdown",
    "isUnlimitedUsers": true,
    "pluginVersion": "3.5.0",
    "pluginLicenseError": "NONE",
    "isDataCenter": false,
    "isEvaluation": false,
    "isSubscription": false,
    "pluginLicenseType": "COMMERCIAL",
    "isMaintenanceExpired": false,
    "pluginLicenseSEN": "SEN-9490175"
  }
}

...

This data is collected when the user adds a new license to the app.

No Format
{
  "keenevent": {
    "timestamp": "2019-03-08T06:05:46.099Z",
    "created_at": "2019-03-08T06:05:49.456Z",
    "id": "5c04c7bde32f9c00011fe444"
  },
  "eventInfo": {
    "type": "license-added"
  },
  "hostInfo": {
    "hostVersion": "6.10.0",
    "hostSEN": "SEN-L12345678",
    "hostIsEvaluation": true,
    "hostLicenseLevel": "-1",
    "hostIsDataCenter": false,
    "hostEdition": "25",
    "hostServerId": "AAAA-BBBB-CCCC-DDDD",
    "hostLicenseType": "COMMERCIAL"
  },
  "pluginInfo": {
    "pluginKey": "org.swift.confluence.markdown",
    "isUnlimitedUsers": true,
    "pluginVersion": "3.4.0",
    "pluginLicenseError": "NONE",
    "isDataCenter": false,
    "isEvaluation": false,
    "isSubscription": false,
    "pluginLicenseType": "COMMERCIAL",
    "isMaintenanceExpired": false,
    "pluginLicenseSEN": "SEN-1234567"
  }
}

...