Versions Compared

Key

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

...

(info) 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. 

No Format

{
  "event": {
    "timestamp": "2018-11-28T21:29:24.746Z",
    "created_at": "2018-11-28T21:29:25.127Z",
    "id": "5bff08b5c085c00001220155"
  },
  "eventInfo": {
    "type": "install"
  },
  "hostInfo": {
    "hostVersion": "6.12.1",
    "hostSEN": "SEN-161077",
    "hostIsEvaluation": false,
    "hostLicenseLevel": "2000",
    "hostIsDataCenter": false,
    "hostEdition": 2000,
    "hostServerId": "A9HJ-HUWN-TJ72-MTJ9",
    "hostLicenseType": "COMMERCIAL"
  },
  "pluginInfo": {
    "pluginVersion": "6.6.0",
    "pluginLicense": "COMMERCIAL",
    "pluginLicenseSEN": "SEN-7457422",
    "pluginKey": "org.swift.confluence.excel"
  }
}

Uninstall 

This data is collected each time the app is uninstalled. 

No Format
{
  "event": {
    "timestamp": "2018-11-28T19:21:35.650Z",
    "created_at": "2018-11-28T19:21:36.369Z",
    "id": "5bfeeac06bf2c90001ae2727"
  },
  "eventInfo": {
    "type": "uninstall"
  },
  "hostInfo": {
    "hostVersion": "6.11.0",
    "hostSEN": "SEN-2206057",
    "hostIsEvaluation": false,
    "hostLicenseLevel": "2000",
    "hostIsDataCenter": false,
    "hostEdition": 2000,
    "hostServerId": "B5D9-20BD-IX9V-ATI3",
    "hostLicenseType": "ACADEMIC"
  },
  "pluginInfo": {
    "pluginVersion": "6.6.0",
    "pluginLicense": "ACADEMIC",
    "pluginLicenseSEN": "SEN-9509906",
    "pluginKey": "org.swift.confluence.excel"
  }
}

Global Configuration 

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

No Format
{
  "event": {
    "timestamp": "2018-11-19T21:21:13.570Z",
    "created_at": "2018-11-19T21:21:15.311Z",
    "id": "5bf3294b0891b80001809c60"
  },
  "eventInfo": {
    "globalconfig": {
      "processOption": "Legacy",
      "allowWhitelistURL": null,
      "fileSize": "100",
      "type": "create",
      "sendStatistics": "on",
      "configUpdated": "2018-11-19T21:21:13.497+0000"
    }
  },
  "hostInfo": {
    "hostVersion": "6.12.0",
    "hostSEN": "SEN-10997331",
    "hostIsEvaluation": false,
    "hostLicenseLevel": "10",
    "hostIsDataCenter": false,
    "hostEdition": 10,
    "hostServerId": "BC7N-7BNK-F4QD-EY1G",
    "hostLicenseType": "COMMERCIAL"
  },
  "pluginInfo": {
    "pluginVersion": "6.6.0",
    "pluginLicense": "COMMERCIAL",
    "pluginLicenseSEN": "SEN-L12676382",
    "pluginKey": "org.swift.confluence.excel"
  }
}

New Macro

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

...