Analytics Information - 4.x

This app captures analytics data and stores this in a private analytics database hosted by Amazon Web Services in the United States of America.

The app collects a limited amount of information in order to help us make decisions on where to invest for future releases.  To improve the customer support experience, we do include the Support Entitlement Number (SEN).

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

{
  "event": {
    "timestamp": "2018-07-12T10:58:28.312Z",
    "created_at": "2018-07-12T10:58:29.024Z",
    "id": "5b4734559c5d720001f1c2aa"
  },
  "eventInfo": {
    "type": "install"
  },
  "hostInfo": {
    "hostLicenseType": "TESTING",
    "hostVersion": "6.9.0",
    "hostSEN": "n/a",
    "hostLicenseLevel": "25"
  },
  "pluginInfo": {
    "pluginVersion": "4.0.0-SNAPSHOT",
    "pluginLicense": "EXPIRED",
    "pluginKey": "org.swift.confluence.macrosecurity"
  }
}


Uninstall 

This data is collected each time the app is uninstalled. 

{
  "event": {
    "timestamp": "2018-07-12T10:54:46.251Z",
    "created_at": "2018-07-12T10:54:47.128Z",
    "id": "5b4733773f69b50001763699"
  },
  "eventInfo": {
    "type": "uninstall"
  },
  "hostInfo": {
    "hostLicenseType": "TESTING",
    "hostVersion": "6.9.0",
    "hostSEN": "n/a",
    "hostLicenseLevel": "25"
  },
  "pluginInfo": {
    "pluginVersion": "4.0.0-SNAPSHOT",
    "pluginLicense": "EXPIRED",
    "pluginKey": "org.swift.confluence.macrosecurity"
  }
}


Error 

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

{
  "event": {
    "timestamp": "2018-07-11T16:09:07.852Z",
    "created_at": "2018-07-11T16:09:08.078Z",
    "id": "5b462ba4a0bd3000012f5ca6"
  },
  "eventInfo": {
    "error": "<p>It appears that your configuration cannot be changed at this time due to Confluence being in read-only mode. Please try again later.</p>"
  },
  "hostInfo": {
    "hostLicenseType": "DEVELOPER",
    "hostVersion": "6.9.0",
    "hostSEN": "SEN-L1111111",
    "hostLicenseLevel": "25"
  },
  "pluginInfo": {
    "pluginVersion": "4.0.0",
    "pluginLicense": "COMMERCIAL",
    "pluginKey": "org.swift.confluence.macrosecurity"
  }
}


Global Configuration 

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

{
  "event": {
    "timestamp": "2018-07-11T12:27:21.223Z",
    "created_at": "2018-07-11T12:27:21.390Z",
    "id": "5b45f7a90f08c90001b7e71b"
  },
  "eventInfo": {
    "globalconfig": {
      "enableMacroSecurity": true,
      "sendStatistics": true,
      "configUpdated": "2018-07-11T12:27:21.214+0000"
    }
  },
  "hostInfo": {
    "hostLicenseType": "DEVELOPER",
    "hostVersion": "6.9.0",
    "hostSEN": "SEN-L1111111",
    "hostLicenseLevel": "25"
  },
  "pluginInfo": {
    "pluginVersion": "4.0.0",
    "pluginLicense": "COMMERCIAL",
    "pluginKey": "org.swift.confluence.macrosecurity"
  }
}


Secured Macro 

This data is collected when the administrator adds or updates the macro or macro parameter security settings.

{
  "event": {
    "timestamp": "2018-07-11T12:09:53.878Z",
    "created_at": "2018-07-11T12:09:54.022Z",
    "id": "5b45f3920bc6c90001946125"
  },
  "eventInfo": {
    "securedmacros": {
      "action": "update",
      "restrictions": "G",
      "macroName": "sql.datasource.1233",
      "macroType": "parameter",
      "configUpdated": "2018-07-11T12:09:53.869+0000"
    }
  },
  "hostInfo": {
    "hostLicenseType": "DEVELOPER",
    "hostVersion": "6.9.0",
    "hostSEN": "SEN-L1111111",
    "hostLicenseLevel": "25"
  },
  "pluginInfo": {
    "pluginVersion": "4.0.0",
    "pluginLicense": "COMMERCIAL",
    "pluginKey": "org.swift.confluence.macrosecurity"
  }
}