Versions Compared

Key

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

...

This data is collected each time the app is installed. 

No Format
{
  "keenevent": {
    "timestamp": "2018-08-01T12:36:06.103Z",
    "created_at": "2018-08-01T12:36:06.287Z",
    "id": "5b61a93671a4950001b8e811"
  },
  "eventInfo": {
    "type": "install"
  },
  "hostInfo": {
    "hostLicenseType": "DEVELOPER",
    "hostVersion": "6.8.0",
    "hostServerId": "CONF-640X-MNOP-DFGC",
    "hostLicenseLevel": "25"
  },
  "pluginInfo": {
    "pluginVersion": "5.4.0-SNAPSHOT",
    "pluginLicense": "COMMERCIAL",
    "pluginLicenseSEN": "SEN-9490176",
    "pluginKey": "org.swift.confluence.html"
  }
}

...

This data is collected each time the app is uninstalled. 

No Format
{
  "keenevent": {
    "timestamp": "2018-08-01T12:38:52.257Z",
    "created_at": "2018-08-01T12:38:52.656Z",
    "id": "5b61a9dce991d90001c9e204"
  },
  "eventInfo": {
    "type": "uninstall"
  },
  "hostInfo": {
    "hostLicenseType": "DEVELOPER",
    "hostVersion": "6.8.2",
    "hostServerId": "CONF-591X-XXXX-XXXX",
    "hostLicenseLevel": "25"
  },
  "pluginInfo": {
    "pluginVersion": "5.4.0-SNAPSHOT",
    "pluginLicense": "COMMERCIAL",
    "pluginLicenseSEN": "SEN-9490176",
    "pluginKey": "org.swift.confluence.html"
  }
}

...

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

No Format
{
  "keenevent": {
    "timestamp": "2020-01-02T11:58:00.650Z",
    "created_at": "2020-01-02T11:58:00.701Z",
    "id": "5e0ddac88d571500016ac84f"
  },
  "eventInfo": {
    "type": "globalconfig",
    "settings": {
      "allowJavascript": "on",
      "blacklistDomains": "off",
      "disableSecureProcessing": "on",
      "allowWhitelistedUrls": "off",
      "type": null,
      "sendStatistics": "on"
    }
  },
  "hostInfo": {
    "hostVersion": "7.2.0",
    "hostEdition": 100,
    "hostIsEvaluation": false,
    "hostIsDataCenter": false,
    "hostSEN": "SEN-L13252798",
    "hostServerId": "CONF-591X-XXXX-XXXX",
    "hostMaxUsers": "100",
    "hostLicenseType": "DEVELOPER"
  },
  "pluginInfo": {
    "pluginKey": "org.swift.confluence.html",
    "isUnlimitedUsers": true,
    "pluginVersion": "5.6.0",
    "pluginLicenseError": "NONE",
    "isDataCenter": false,
    "isEvaluation": false,
    "isSubscription": false,
    "pluginLicenseType": "COMMERCIAL",
    "isMaintenanceExpired": false,
    "pluginLicenseSEN": "SEN-9490176"
  }
}

...

This data is collected when the user creates a new html macro.  

No Format
{
  "keenevent": {
    "timestamp": "2018-08-01T12:36:42.180Z",
    "created_at": "2018-08-01T12:36:42.417Z",
    "id": "5b61a95a8c98c10001540f0a"
  },
  "eventInfo": {
    "newhtmlmacro": {
      "head": "false",
      "timeout": "true",
      "encoding": "true",
      "noPanel": "true",
      "script": "true",
      "tidy": "false",
      "height": "500",
      "replace": "true",
      "width": "500",
      "user": "true",
      "clean": "true",
      "output": "true",
      "password": "true",
      "find": "true"
    }
  },
  "hostInfo": {
    "hostLicenseType": "DEVELOPER",
    "hostVersion": "6.8.2",
    "hostServerId": "CONF-591X-XXXX-XXXX",
    "hostLicenseLevel": "25"
  },
  "pluginInfo": {
    "pluginVersion": "5.4.0-SNAPSHOT",
    "pluginLicense": "COMMERCIAL",
    "pluginLicenseSEN": "SEN-9490176",
    "pluginKey": "org.swift.confluence.html"
  }
}

...

This data is collected when the user creates a new xslt macro.  

No Format
{
  "keenevent": {
    "timestamp": "2018-08-01T12:36:57.776Z",
    "created_at": "2018-08-01T12:36:58.004Z",
    "id": "5b61a96a88896500016dbdb1"
  },
  "eventInfo": {
    "newxsltmacro": {
      "head": "false",
      "encoding": "true",
      "disableSecureProcessing": "true",
      "replace": "true",
      "source": "true",
      "style": "false",
      "showErrors": "true",
      "user": "true",
      "timeout": "true",
      "output": "true",
      "password": "true",
      "find": "true"
    }
  },
  "hostInfo": {
    "hostLicenseType": "DEVELOPER",
    "hostVersion": "6.8.2",
    "hostServerId": "CONF-591X-XXXX-XXXX",
    "hostLicenseLevel": "25"
  },
  "pluginInfo": {
    "pluginVersion": "5.4.0-SNAPSHOT",
    "pluginLicense": "COMMERCIAL",
    "pluginLicenseSEN": "SEN-9490176",
    "pluginKey": "org.swift.confluence.html"
  }
}

...