Skip to end of banner
Go to start of banner

Analytics data

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Current »

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 labeled "Help Us Improve the Product" to Off within the app's administration configuration screen.

Install 

This data is collected each time the app is installed. 

{
  "event": {
    "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"
  }
}

Uninstall 

This data is collected each time the app is uninstalled.

{
  "event": {
    "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"
  }
}

Global Configuration 

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

{
  "event": {
    "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"
  }
}

New Html-bobswift macro

This data is collected when the user creates a new Html-bobswift macro.

{
  "keen": {
    "timestamp": "2020-07-23T07:49:35.123Z",
    "created_at": "2020-07-23T07:49:36.208Z",
    "id": "5f194110f71d47000128cc1b"
  },
  "eventInfo": {
    "type": "new-macro",
    "macroName": "html-bobswift",
    "macroParms": {
      "profile": "true",
      "head": "true",
      "encoding": "UTF-16",
      "script": "template",
      "tidy": "true",
      "height": "400",
      "replace": "Atlassian",
      "width": "300",
      "user": "true",
      "timeout": "1000",
      "password": "true",
      "atlassian-macro-output-type": "INLINE"
    }
  },
  "hostInfo": {
    "hostVersion": "7.2.0",
    "hostEdition": 100,
    "hostIsEvaluation": false,
    "hostIsDataCenter": false,
    "hostSEN": "SEN-L14979420",
    "hostServerId": "CONF-640X-MNOP-DFGC",
    "hostMaxUsers": "100",
    "hostLicenseType": "DEVELOPER"
  },
  "pluginInfo": {
    "pluginKey": "org.swift.confluence.html",
    "isUnlimitedUsers": true,
    "pluginVersion": "5.7.0-SNAPSHOT",
    "pluginLicenseError": "NONE",
    "isDataCenter": false,
    "isEvaluation": false,
    "isSubscription": false,
    "pluginLicenseType": "COMMERCIAL",
    "isMaintenanceExpired": false,
    "pluginLicenseSEN": "SEN-10324161"
  }
}

New XSLT macro

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

{
  "event": {
    "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"
  }
}

Profile added

This data is collected when the user creates a new profile on the Global Configuration page. 

{
  "keen": {
    "timestamp": "2020-05-25T11:55:45.146Z",
    "created_at": "2020-05-25T11:55:46.198Z",
    "id": "5ecbb242fc66b500019eebea"
  },
  "eventInfo": {
    "type": "added",
    "settings": {
      "userInUrlParams": false,
      "urlParams": false,
      "accessToken": false,
      "accessTokenInUrlParams": false,
      "url": true,
      "accessTokenInHeaderParams": false,
      "headerParams": false,
      "passwordInUrlParams": false,
      "userInHeaderParams": false,
      "profileType": "URL",
      "passwordInHeaderParams": false,
      "password": true,
      "user": true
    }
  },
  "hostInfo": {
    "hostVersion": "7.2.0",
    "hostEdition": 100,
    "hostIsEvaluation": false,
    "hostIsDataCenter": false,
    "hostSEN": "SEN-13498042",
    "hostServerId": "CONF-640X-MNOP-DFGC",
    "hostMaxUsers": "100",
    "hostLicenseType": "COMMERCIAL"
  },
  "pluginInfo": {
    "pluginKey": "org.swift.confluence.html",
    "isUnlimitedUsers": true,
    "pluginVersion": "5.7.0-SNAPSHOT",
    "pluginLicenseError": "NONE",
    "isDataCenter": false,
    "isEvaluation": false,
    "isSubscription": false,
    "pluginLicenseType": "COMMERCIAL",
    "isMaintenanceExpired": false,
    "pluginLicenseSEN": "SEN-10324161"
  }
}

Profile updated

This data is collected when the user updates a profile on the Global Configuration page. 

{
  "keen": {
    "timestamp": "2020-05-26T05:00:42.889Z",
    "created_at": "2020-05-26T05:00:43.033Z",
    "id": "5ecca27b160b870001990535"
  },
  "eventInfo": {
    "type": "updated",
    "settings": {
      "userInUrlParams": false,
      "urlParams": false,
      "accessToken": false,
      "accessTokenInUrlParams": false,
      "url": true,
      "accessTokenInHeaderParams": false,
      "headerParams": false,
      "passwordInUrlParams": false,
      "userInHeaderParams": false,
      "profileType": "URL",
      "passwordInHeaderParams": false,
      "password": false,
      "user": true
    }
  },
  "hostInfo": {
    "hostVersion": "7.2.0",
    "hostEdition": 100,
    "hostIsEvaluation": false,
    "hostIsDataCenter": false,
    "hostSEN": "SEN-13498042",
    "hostServerId": "CONF-640X-MNOP-DFGC",
    "hostMaxUsers": "100",
    "hostLicenseType": "COMMERCIAL"
  },
  "pluginInfo": {
    "pluginKey": "org.swift.confluence.html",
    "isUnlimitedUsers": true,
    "pluginVersion": "5.7.0-SNAPSHOT",
    "pluginLicenseError": "NONE",
    "isDataCenter": false,
    "isEvaluation": false,
    "isSubscription": false,
    "pluginLicenseType": "COMMERCIAL",
    "isMaintenanceExpired": false,
    "pluginLicenseSEN": "SEN-10324161"
  }
}
 

Profile deleted

This data is collected when the user deletes a profile on the Global Configuration page. 

{
  "keen": {
    "timestamp": "2020-05-26T05:01:02.585Z",
    "created_at": "2020-05-26T05:01:03.244Z",
    "id": "5ecca28fc14b530001f0cdf9"
  },
  "eventInfo": {
    "type": "removed",
    "settings": {
      "userInUrlParams": false,
      "urlParams": false,
      "accessToken": false,
      "accessTokenInUrlParams": false,
      "url": false,
      "accessTokenInHeaderParams": false,
      "headerParams": false,
      "passwordInUrlParams": false,
      "userInHeaderParams": false,
      "profileType": null,
      "passwordInHeaderParams": false,
      "password": false,
      "user": false
    }
  },
  "hostInfo": {
    "hostVersion": "7.2.0",
    "hostEdition": 100,
    "hostIsEvaluation": false,
    "hostIsDataCenter": false,
    "hostSEN": "SEN-13498042",
    "hostServerId": "CONF-640X-MNOP-DFGC",
    "hostMaxUsers": "100",
    "hostLicenseType": "COMMERCIAL"
  },
  "pluginInfo": {
    "pluginKey": "org.swift.confluence.html",
    "isUnlimitedUsers": true,
    "pluginVersion": "5.7.0-SNAPSHOT",
    "pluginLicenseError": "NONE",
    "isDataCenter": false,
    "isEvaluation": false,
    "isSubscription": false,
    "pluginLicenseType": "COMMERCIAL",
    "isMaintenanceExpired": false,
    "pluginLicenseSEN": "SEN-10324161"
  }
}

New macro profile

This data is collected when a new HTML macro is created on the page and uses the Profile parameter.

{
  "keen": {
    "timestamp": "2020-05-26T05:05:16.223Z",
    "created_at": "2020-05-26T05:05:17.015Z",
    "id": "5ecca38dc0a16f0001346fea"
  },
  "eventInfo": {
    "type": "new-macro",
    "macroName": "html",
    "macroParms": {
      "profile": "true",
      "atlassian-macro-output-type": "INLINE"
    }
  },
  "hostInfo": {
    "hostVersion": "7.2.0",
    "hostEdition": 100,
    "hostIsEvaluation": false,
    "hostIsDataCenter": false,
    "hostSEN": "SEN-13498042",
    "hostServerId": "CONF-640X-MNOP-DFGC",
    "hostMaxUsers": "100",
    "hostLicenseType": "COMMERCIAL"
  },
  "pluginInfo": {
    "pluginKey": "org.swift.confluence.html",
    "isUnlimitedUsers": true,
    "pluginVersion": "5.7.0-SNAPSHOT",
    "pluginLicenseError": "NONE",
    "isDataCenter": false,
    "isEvaluation": false,
    "isSubscription": false,
    "pluginLicenseType": "COMMERCIAL",
    "isMaintenanceExpired": false,
    "pluginLicenseSEN": "SEN-10324161"
  }
}

Migration

This data is collected when the administrator uses the migration feature in the Global Configuration screen to update the pages and/or template from html macro name to html-bobswift.

{
  "keen": {
    "timestamp": "2020-07-27T06:52:59.775Z",
    "created_at": "2020-07-27T06:53:00.083Z",
    "id": "5f1e79ccdd824000019d4e1b"
  },
  "eventInfo": {
    "type": "globalconfig",
    "settings": {
      "overallNoOfTemplates": 22,
      "totalNoOfPagesToBeMigrated": 0,
      "overallNoOfPages": 1062,
      "pagesMigrationStatus": "COMPLETED",
      "totalNoOfPagesWithThisMacro": 0,
      "totalNoOfTemplatesWithThisMacro": 0,
      "noOfPagesFailed": 0,
      "timeTakenForMigration": "0:02:42.891",
      "totalNoOfTemplatesToBeMigrated": 0,
      "noOfPagesMigrated": 999,
      "templatesMigrationStatus": "COMPLETED",
      "migrationStartdate": "06:50 AM 07/27/2020 GMT",
      "noOfTemplatesFailed": 0,
      "type": "migration",
      "overallMigrationStatus": "COMPLETED",
      "noOfTemplatesMigrated": 7
    }
  },
  "hostInfo": {
    "hostVersion": "6.15.2",
    "hostEdition": 500,
    "hostIsEvaluation": false,
    "hostIsDataCenter": true,
    "hostSEN": "SEN-L13252638",
    "hostServerId": "CONF-591X-XXXX-XXXX",
    "hostMaxUsers": "500",
    "hostLicenseType": "DEVELOPER"
  },
  "pluginInfo": {
    "pluginKey": "org.swift.confluence.html",
    "isUnlimitedUsers": true,
    "pluginVersion": "5.7.0",
    "pluginLicenseError": "NONE",
    "isDataCenter": false,
    "isEvaluation": false,
    "isSubscription": false,
    "pluginLicenseType": "COMMERCIAL",
    "isMaintenanceExpired": false,
    "pluginLicenseSEN": "SEN-10324161"
  }
}
  • No labels