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": "2019-01-30T10:38:18.250Z",
    "created_at": "2019-01-30T10:38:19.744Z",
    "id": "5c517e9bbc58a20001cb9105"
  },
  "eventInfo": {
    "type": "install"
  },
  "hostInfo": {
    "hostVersion": "6.8.2",
    "hostEdition": "NONE",
    "hostIsEvaluation": true,
    "hostIsDataCenter": false,
    "hostSEN": "SEN-L11111111",
    "hostServerId": "B862-LKIT-OY0R-HZFO",
    "hostMaxUsers": "-1",
    "hostLicenseType": "COMMERCIAL"
  },
  "pluginInfo": {
    "pluginKey": "org.swift.confluence.run",
    "isUnlimitedUsers": true,
    "pluginVersion": "6.0.0",
    "pluginLicenseError": "NONE",
    "isDataCenter": false,
    "isEvaluation": false,
    "isSubscription": false,
    "pluginLicenseType": "COMMERCIAL",
    "isMaintenanceExpired": false,
    "pluginLicenseSEN": "SEN-11111111"
  }
}


Uninstall 

This data is collected each time the app is uninstalled. 

No Format
{
  "event": {
    "timestamp": "2019-01-30T08:55:10.333Z",
    "created_at": "2019-01-30T08:55:10.628Z",
    "id": "5c51666e3593a90001ec97aa"
  },
  "eventInfo": {
    "type": "uninstall"
  },
  "hostInfo": {
    "hostVersion": "6.6.5",
    "hostEdition": 500,
    "hostIsEvaluation": false,
    "hostIsDataCenter": true,
    "hostSEN": "SEN-11111111",
    "hostServerId": "CONF-591X-XXXX-XXXX",
    "hostMaxUsers": "500",
    "hostLicenseType": "COMMERCIAL"
  },
  "pluginInfo": {
    "pluginKey": "org.swift.confluence.run",
    "isUnlimitedUsers": true,
    "pluginVersion": "6.0.0",
    "pluginLicenseError": "NONE",
    "isDataCenter": false,
    "isEvaluation": false,
    "isSubscription": false,
    "pluginLicenseType": "COMMERCIAL",
    "isMaintenanceExpired": false,
    "pluginLicenseSEN": "SEN-11111111"
  }
}

Licensed

This event is collected when there is a license change to the application.

No Format
{
  "event": {
    "timestamp": "2019-01-29T10:54:54.577Z",
    "created_at": "2019-01-29T10:54:54.803Z",
    "id": "5c5030fed405260001683883"
  },
  "eventInfo": {
    "type": "license-added"
  },
  "hostInfo": {
    "hostVersion": "6.8.2",
    "hostEdition": "NONE",
    "hostIsEvaluation": true,
    "hostIsDataCenter": false,
    "hostSEN": "SEN-11111111",
    "hostServerId": "B862-LKIT-OY0R-HZFO",
    "hostMaxUsers": "-1",
    "hostLicenseType": "COMMERCIAL"
  },
  "pluginInfo": {
    "pluginKey": "org.swift.confluence.run",
    "isUnlimitedUsers": true,
    "pluginVersion": "6.0.0",
    "pluginLicenseError": "NONE",
    "isDataCenter": false,
    "isEvaluation": false,
    "isSubscription": false,
    "pluginLicenseType": "COMMERCIAL",
    "isMaintenanceExpired": false,
    "pluginLicenseSEN": "SEN-11111111"
  }
}


Macro

This event is collected when a new macro is added to a page for the first time only. 

No Format
{
  "event": {
    "timestamp": "2019-01-30T08:58:07.580Z",
    "created_at": "2019-01-30T08:58:07.628Z",
    "id": "5c51671fd91d1d000113a445"
  },
  "eventInfo": {
    "type": "new-macro",
    "summary": {
      "fieldTypes": {
        "integer-select": 1
      }
    },
    "macroName": "run",
    "macroParms": {
      "id": "1"
    }
  },
  "hostInfo": {
    "hostVersion": "6.6.5",
    "hostEdition": 500,
    "hostIsEvaluation": false,
    "hostIsDataCenter": true,
    "hostSEN": "SEN-11111111",
    "hostServerId": "CONF-591X-XXXX-XXXX",
    "hostMaxUsers": "500",
    "hostLicenseType": "COMMERCIAL"
  },
  "pluginInfo": {
    "pluginKey": "org.swift.confluence.run",
    "isUnlimitedUsers": true,
    "pluginVersion": "6.0.0",
    "pluginLicenseError": "NONE",
    "isDataCenter": false,
    "isEvaluation": false,
    "isSubscription": false,
    "pluginLicenseType": "COMMERCIAL",
    "isMaintenanceExpired": false,
    "pluginLicenseSEN": "SEN-11111111"
  }
}


Error 

This data is collected when the app encounters a severe error. 

No Format
{
  "event": {
    "timestamp": "2018-08-02T04:04:19.526Z",
    "created_at": "2018-08-02T04:04:19.861Z",
    "id": "5b6282c3b62cd5000176ef3e"
  },
  "eventInfo": {
    "error": "Settings could not be saved. Your login may have expired. Try again."
  },
  "hostInfo": {
    "hostLicenseType": "DEVELOPER",
    "hostVersion": "6.6.5",
    "hostSEN": "SEN-L11111111",
    "hostLicenseLevel": "500"
  },
  "pluginInfo": {
    "pluginKey": "org.swift.confluence.run",
    "isUnlimitedUsers": true,
    "pluginVersion": "6.0.0",
    "pluginLicenseError": "NONE",
    "isDataCenter": false,
    "isEvaluation": false,
    "isSubscription": false,
    "pluginLicenseType": "COMMERCIAL",
    "isMaintenanceExpired": false,
    "pluginLicenseSEN": "SEN-11111111"
  }
}


Global Configuration 

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

...