Versions Compared

Key

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

...

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

No Format
{
  "keenevent": {
    "timestamp": "2020-02-06T01:20:07.515Z",
    "created_at": "2020-02-06T01:20:07.805Z",
    "id": "5e3b69c7176373000177dffe"
  },
  "eventInfo": {
    "type": "globalconfig",
    "settings": {
      "processOption": "Legacy",
      "allowWhitelistURL": true,
      "fileSize": "2",
      "maxRowsLimit": null,
      "blacklistDomains": true,
      "sendStatistics": true
    }
  },
  "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.excel",
    "isUnlimitedUsers": true,
    "pluginVersion": "6.8.0",
    "pluginLicenseError": "NONE",
    "isDataCenter": false,
    "isEvaluation": false,
    "isSubscription": false,
    "pluginLicenseType": "COMMERCIAL",
    "isMaintenanceExpired": false,
    "pluginLicenseSEN": "SEN-10324136"
  }
}

...

This event is sent when a new macro is added to a new page only. 

No Format
{
  "keenevent": {
    "timestamp": "2018-11-23T08:50:16.323Z",
    "created_at": "2018-11-23T08:50:16.999Z",
    "id": "5bf7bf49ed2e1b0001c8eca1"
  },
  "eventInfo": {
    "newexcelmacro": {
      "sortColumn": null,
      "sheets": null,
      "encoding": null,
      "processOption": "Default",
      "autoNumberSort": false,
      "styleClass": "@default",
      "highlightColor": "lightgoldenrodyellow",
      "file": "attachment",
      "escape": false,
      "formatColumn": true,
      "border": null,
      "id": null,
      "configUpdated": "2018-11-23T08:50:16.314+0000",
      "showSheetName": false,
      "style": null,
      "columnUsed": false,
      "columnStyles": null,
      "width": null,
      "hyperlinks": true,
      "enableSorting": true,
      "autoNumber": false,
      "enableHighlighting": true,
      "autoTotal": false,
      "sortDescending": false,
      "columnAttributes": null,
      "columnCalculations": null,
      "retainRowStyleOrder": true,
      "password": false,
      "disableAntiXss": false,
      "outputFormat": "html",
      "ignoreTrailingBlankColumns": true,
      "enableHeadingAttributes": true,
      "language": null,
      "sortIcon": false,
      "url": false,
      "country": null,
      "formatCell": false,
      "ignoreTrailingBlankRows": true,
      "columnTypes": null,
      "rowStyles": null,
      "showHidden": false,
      "timeout": null,
      "showWiki": false,
      "sortTip": null,
      "heading": "1",
      "allowExport": false,
      "user": false
    }
  },
  "hostInfo": {
    "hostVersion": "6.12.0",
    "hostSEN": "SEN-2511485",
    "hostIsEvaluation": false,
    "hostLicenseLevel": "10",
    "hostIsDataCenter": false,
    "hostEdition": 10,
    "hostServerId": "B2DL-7TV3-LFUU-83ED",
    "hostLicenseType": "COMMERCIAL"
  },
  "pluginInfo": {
    "pluginVersion": "6.6.0",
    "pluginLicense": "COMMERCIAL",
    "pluginLicenseSEN": "SEN-11873037",
    "pluginKey": "org.swift.confluence.excel"
  }
}

...

This event is sent when there is an error in saving the configuration.

No Format
{
  "keenevent": {
    "timestamp": "2019-07-31T13:53:14.508Z",
    "created_at": "2019-07-31T13:53:14.780Z",
    "id": "5d419d4a02187f00014f8ff0"
  },
  "eventInfo": {
    "type": "error",
    "error": "Settings could not be saved. Your login may have expired. Try again."
  },
  "hostInfo": {
    "hostVersion": "6.15.1",
    "hostEdition": 100,
    "hostIsEvaluation": false,
    "hostIsDataCenter": false,
    "hostSEN": "SEN-L13252798",
    "hostServerId": "CONF-591X-XXXX-XXXX",
    "hostMaxUsers": "100",
    "hostLicenseType": "DEVELOPER"
  },
  "pluginInfo": {
    "pluginKey": "org.swift.confluence.excel",
    "isUnlimitedUsers": true,
    "pluginVersion": "6.7.0",
    "pluginLicenseError": "NONE",
    "isDataCenter": false,
    "isEvaluation": false,
    "isSubscription": false,
    "pluginLicenseType": "COMMERCIAL",
    "isMaintenanceExpired": false,
    "pluginLicenseSEN": "SEN-10324136"
  }
}

...