Analytics data

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": "2019-02-22T05:20:53.004Z",
    "created_at": "2019-02-22T05:20:46.656Z",
    "id": "5c6f86aedff905000153e2db"
  },
  "eventInfo": {
    "type": "install"
  },
  "hostInfo": {
    "hostVersion": "6.10.0",
    "hostEdition": 25,
    "hostIsEvaluation": false,
    "hostIsDataCenter": false,
    "hostSEN": "SEN-L6807636",
    "hostServerId": "BAM3-Y5GJ-6EDS-4A8R",
    "hostMaxUsers": "25",
    "hostLicenseType": "DEVELOPER"
  },
  "pluginInfo": {
    "pluginKey": "com.atlassian.confluence.extra.graphviz",
    "isUnlimitedUsers": true,
    "pluginVersion": "4.0.0-SNAPSHOT",
    "pluginLicenseError": "NONE",
    "isDataCenter": false,
    "isEvaluation": false,
    "isSubscription": false,
    "pluginLicenseType": "COMMERCIAL",
    "isMaintenanceExpired": false,
    "pluginLicenseSEN": "SEN-10324158"
  }
}

Uninstall 

This data is collected each time the app is uninstalled. 

{
  "event": {
    "timestamp": "2019-02-22T03:48:01.772Z",
    "created_at": "2019-02-22T03:48:02.124Z",
    "id": "5c6f70f2487ee100019b2824"
  },
  "eventInfo": {
    "type": "uninstall"
  },
  "hostInfo": {
    "hostVersion": "6.10.0",
    "hostEdition": 25,
    "hostIsEvaluation": false,
    "hostIsDataCenter": false,
    "hostSEN": "SEN-L6807636",
    "hostServerId": "CONF-591X-XXXX-XXXX",
    "hostMaxUsers": "25",
    "hostLicenseType": "DEVELOPER"
  },
  "pluginInfo": {
    "pluginKey": "com.atlassian.confluence.extra.graphviz",
    "isUnlimitedUsers": true,
    "pluginVersion": "4.0.0-SNAPSHOT",
    "pluginLicenseError": "NONE",
    "isDataCenter": false,
    "isEvaluation": false,
    "isSubscription": false,
    "pluginLicenseType": "COMMERCIAL",
    "isMaintenanceExpired": false,
    "pluginLicenseSEN": "SEN-9490187"
  }
}

Global configuration 

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

{
  "event": {
    "timestamp": "2019-03-20T06:25:41.832Z",
    "created_at": "2019-03-20T06:25:42.928Z",
    "id": "5c91dce67f7c2f0001451c47"
  },
  "eventInfo": {
    "type": "globalconfig",
    "settings": {
      "sendStatistics": true,
      "allowWhitelistedUrls": false
    }
  },
  "hostInfo": {
    "hostVersion": "6.13.1",
    "hostEdition": 25,
    "hostIsEvaluation": false,
    "hostIsDataCenter": false,
    "hostSEN": "SEN-L6807636",
    "hostServerId": "CONF-640X-MNOP-DFGC",
    "hostMaxUsers": "25",
    "hostLicenseType": "DEVELOPER"
  },
  "pluginInfo": {
    "pluginKey": "com.atlassian.confluence.extra.graphviz",
    "isUnlimitedUsers": true,
    "pluginVersion": "3.2.0",
    "pluginLicenseError": "NONE",
    "isDataCenter": false,
    "isEvaluation": false,
    "isSubscription": false,
    "pluginLicenseType": "COMMERCIAL",
    "isMaintenanceExpired": false,
    "pluginLicenseSEN": "SEN-9490187"
  }
}

Profile added

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

{
  "event": {
    "timestamp": "2021-08-25T13:52:43.108Z",
    "created_at": "2021-08-25T13:52:43.397Z",
    "id": "61264b2bd6c8360001eee86a"
  },
  "eventInfo": {
    "type": "added",
    "settings": {
      "userInUrlParams": false,
      "urlParams": false,
      "accessToken": true,
      "accessTokenInUrlParams": false,
      "url": true,
      "accessTokenInHeaderParams": true,
      "headerParams": true,
      "passwordInUrlParams": false,
      "userInHeaderParams": false,
      "profileType": "GitLab",
      "passwordInHeaderParams": false,
      "password": true,
      "user": false
    }
  },
  "hostInfo": {
    "hostVersion": "6.13.0",
    "hostEdition": 500,
    "hostIsEvaluation": false,
    "hostIsDataCenter": true,
    "hostSEN": "SEN-L16319322",
    "hostServerId": "CONF-591X-XXXX-XXXX",
    "hostMaxUsers": "500",
    "hostLicenseType": "DEVELOPER"
  },
  "pluginInfo": {
    "pluginKey": "com.atlassian.confluence.extra.graphviz",
    "isUnlimitedUsers": false,
    "pluginVersion": "3.4.0",
    "pluginLicenseError": "NONE",
    "isDataCenter": true,
    "isEvaluation": false,
    "isSubscription": true,
    "pluginLicenseType": "DEVELOPER",
    "isMaintenanceExpired": false,
    "pluginLicenseSEN": "SEN-500"
  }
}

Profile updated

This data is collected each time a profile configuration is updated on the Global Configuration page.

{
  "event": {
    "timestamp": "2021-08-25T13:52:43.108Z",
    "created_at": "2021-08-25T13:52:43.397Z",
    "id": "61264b2bd6c8360001eee86a"
  },
  "eventInfo": {
    "type": "updated",
    "settings": {
      "userInUrlParams": false,
      "urlParams": false,
      "accessToken": true,
      "accessTokenInUrlParams": false,
      "url": true,
      "accessTokenInHeaderParams": true,
      "headerParams": true,
      "passwordInUrlParams": false,
      "userInHeaderParams": false,
      "profileType": "GitLab",
      "passwordInHeaderParams": false,
      "password": true,
      "user": false
    }
  },
  "hostInfo": {
    "hostVersion": "6.13.0",
    "hostEdition": 500,
    "hostIsEvaluation": false,
    "hostIsDataCenter": true,
    "hostSEN": "SEN-L16319322",
    "hostServerId": "CONF-591X-XXXX-XXXX",
    "hostMaxUsers": "500",
    "hostLicenseType": "DEVELOPER"
  },
  "pluginInfo": {
    "pluginKey": "com.atlassian.confluence.extra.graphviz",
    "isUnlimitedUsers": false,
    "pluginVersion": "3.4.0",
    "pluginLicenseError": "NONE",
    "isDataCenter": true,
    "isEvaluation": false,
    "isSubscription": true,
    "pluginLicenseType": "DEVELOPER",
    "isMaintenanceExpired": false,
    "pluginLicenseSEN": "SEN-500"
  }
}


New Digraph macro

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

{
  "event": {
    "timestamp": "2019-02-22T03:58:45.263Z",
    "created_at": "2019-02-22T03:58:45.459Z",
    "id": "5c6f7375c6aeb70001a28e48"
  },
  "eventInfo": {
    "type": "new-macro",
    "macroName": "digraph"
  },
  "hostInfo": {
    "hostVersion": "6.13.0",
    "hostEdition": 25,
    "hostIsEvaluation": false,
    "hostIsDataCenter": false,
    "hostSEN": "SEN-L6807636",
    "hostServerId": "CONF-591X-XXXX-XXXX",
    "hostMaxUsers": "25",
    "hostLicenseType": "DEVELOPER"
  },
  "pluginInfo": {
    "pluginKey": "com.atlassian.confluence.extra.graphviz",
    "isUnlimitedUsers": true,
    "pluginVersion": "4.0.0-SNAPSHOT",
    "pluginLicenseError": "NONE",
    "isDataCenter": false,
    "isEvaluation": false,
    "isSubscription": false,
    "pluginLicenseType": "COMMERCIAL",
    "isMaintenanceExpired": false,
    "pluginLicenseSEN": "SEN-10324158"
  }
}

New Flowchart macro

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

{
  "event": {
    "timestamp": "2019-02-22T03:57:57.722Z",
    "created_at": "2019-02-22T03:57:57.923Z",
    "id": "5c6f734556fe2900019cfb63"
  },
  "eventInfo": {
    "type": "new-macro",
    "macroName": "flowchart"
  },
  "hostInfo": {
    "hostVersion": "6.13.0",
    "hostEdition": 25,
    "hostIsEvaluation": false,
    "hostIsDataCenter": false,
    "hostSEN": "SEN-L6807636",
    "hostServerId": "CONF-591X-XXXX-XXXX",
    "hostMaxUsers": "25",
    "hostLicenseType": "DEVELOPER"
  },
  "pluginInfo": {
    "pluginKey": "com.atlassian.confluence.extra.graphviz",
    "isUnlimitedUsers": true,
    "pluginVersion": "4.0.0-SNAPSHOT",
    "pluginLicenseError": "NONE",
    "isDataCenter": false,
    "isEvaluation": false,
    "isSubscription": false,
    "pluginLicenseType": "COMMERCIAL",
    "isMaintenanceExpired": false,
    "pluginLicenseSEN": "SEN-10324158"
  }
}

New Graph from table macro

This data is collected when the user creates a new graph-from-table macro.  

{
  "event": {
    "timestamp": "2019-02-22T05:41:02.707Z",
    "created_at": "2019-02-22T05:41:02.976Z",
    "id": "5c6f8b6e0a79210001f02c04"
  },
  "eventInfo": {
    "type": "new-macro",
    "macroName": "graph-from-table"
  },
  "hostInfo": {
    "hostVersion": "6.13.0",
    "hostEdition": 25,
    "hostIsEvaluation": false,
    "hostIsDataCenter": false,
    "hostSEN": "SEN-L6807636",
    "hostServerId": "CONF-591X-XXXX-XXXX",
    "hostMaxUsers": "25",
    "hostLicenseType": "DEVELOPER"
  },
  "pluginInfo": {
    "pluginKey": "com.atlassian.confluence.extra.graphviz",
    "isUnlimitedUsers": true,
    "pluginVersion": "4.0.0-SNAPSHOT",
    "pluginLicenseError": "NONE",
    "isDataCenter": false,
    "isEvaluation": false,
    "isSubscription": false,
    "pluginLicenseType": "COMMERCIAL",
    "isMaintenanceExpired": false,
    "pluginLicenseSEN": "SEN-10324158"
  }
}

New Graph  Macro

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

{
  "event": {
    "timestamp": "2019-02-22T03:58:21.569Z",
    "created_at": "2019-02-22T03:58:21.774Z",
    "id": "5c6f735dec1dcb0001432816"
  },
  "eventInfo": {
    "type": "new-macro",
    "macroName": "graph"
  },
  "hostInfo": {
    "hostVersion": "6.13.0",
    "hostEdition": 25,
    "hostIsEvaluation": false,
    "hostIsDataCenter": false,
    "hostSEN": "SEN-L6807636",
    "hostServerId": "CONF-591X-XXXX-XXXX",
    "hostMaxUsers": "25",
    "hostLicenseType": "DEVELOPER"
  },
  "pluginInfo": {
    "pluginKey": "com.atlassian.confluence.extra.graphviz",
    "isUnlimitedUsers": true,
    "pluginVersion": "4.0.0-SNAPSHOT",
    "pluginLicenseError": "NONE",
    "isDataCenter": false,
    "isEvaluation": false,
    "isSubscription": false,
    "pluginLicenseType": "COMMERCIAL",
    "isMaintenanceExpired": false,
    "pluginLicenseSEN": "SEN-10324158"
  }
}


New Graphviz  Macro

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

{
  "event": {
    "timestamp": "2019-02-22T03:57:32.967Z",
    "created_at": "2019-02-22T03:57:33.247Z",
    "id": "5c6f732d0dc39300010b6ea7"
  },
  "eventInfo": {
    "type": "new-macro",
    "macroName": "graphviz"
  },
  "hostInfo": {
    "hostVersion": "6.13.0",
    "hostEdition": 25,
    "hostIsEvaluation": false,
    "hostIsDataCenter": false,
    "hostSEN": "SEN-L6807636",
    "hostServerId": "CONF-591X-XXXX-XXXX",
    "hostMaxUsers": "25",
    "hostLicenseType": "DEVELOPER"
  },
  "pluginInfo": {
    "pluginKey": "com.atlassian.confluence.extra.graphviz",
    "isUnlimitedUsers": true,
    "pluginVersion": "4.0.0-SNAPSHOT",
    "pluginLicenseError": "NONE",
    "isDataCenter": false,
    "isEvaluation": false,
    "isSubscription": false,
    "pluginLicenseType": "COMMERCIAL",
    "isMaintenanceExpired": false,
    "pluginLicenseSEN": "SEN-10324158"
  }
}

New Space Graph Macro

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

{
  "event": {
    "timestamp": "2019-02-22T05:42:24.462Z",
    "created_at": "2019-02-22T05:42:24.732Z",
    "id": "5c6f8bc060e23600018b2472"
  },
  "eventInfo": {
    "type": "new-macro",
    "macroName": "spacegraph",
    "macroParms": {
      "direction": "TB"
    }
  },
  "hostInfo": {
    "hostVersion": "6.13.0",
    "hostEdition": 25,
    "hostIsEvaluation": false,
    "hostIsDataCenter": false,
    "hostSEN": "SEN-L6807636",
    "hostServerId": "CONF-591X-XXXX-XXXX",
    "hostMaxUsers": "25",
    "hostLicenseType": "DEVELOPER"
  },
  "pluginInfo": {
    "pluginKey": "com.atlassian.confluence.extra.graphviz",
    "isUnlimitedUsers": true,
    "pluginVersion": "4.0.0-SNAPSHOT",
    "pluginLicenseError": "NONE",
    "isDataCenter": false,
    "isEvaluation": false,
    "isSubscription": false,
    "pluginLicenseType": "COMMERCIAL",
    "isMaintenanceExpired": false,
    "pluginLicenseSEN": "SEN-10324158"
  }
}

New PlantUML Macro

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

{
  "keen": {
    "timestamp": "2021-04-07T13:19:17.672Z",
    "created_at": "2021-04-07T13:19:17.818Z",
    "id": "606db1551e4279000141d67c"
  },
  "eventInfo": {
    "type": "new-macro",
    "macroName": "plantuml",
    "macroParms": {
      "showCode": "true",
      "output": "svg"
    }
  },
  "hostInfo": {
    "hostVersion": "7.9.0",
    "hostEdition": 100,
    "hostIsEvaluation": false,
    "hostIsDataCenter": false,
    "hostSEN": "SEN-L16947598",
    "hostServerId": "CONF-640X-MNOP-DFGC",
    "hostMaxUsers": "100",
    "hostLicenseType": "DEVELOPER"
  },
  "pluginInfo": {
    "pluginKey": "com.atlassian.confluence.extra.graphviz",
    "isUnlimitedUsers": true,
    "pluginVersion": "3.3.0",
    "pluginLicenseError": "NONE",
    "isDataCenter": false,
    "isEvaluation": false,
    "isSubscription": false,
    "pluginLicenseType": "DEVELOPER",
    "isMaintenanceExpired": false,
    "pluginLicenseSEN": "SEN-L16049804"
  }
}

License Updated

This data is collected when the user updates the app license.

{
  "event": {
    "timestamp": "2019-02-18T12:53:35.677Z",
    "created_at": "2019-02-18T12:53:35.962Z",
    "id": "5c6aaacf28a456000133bd34"
  },
  "eventInfo": {
    "type": "license-updated"
  },
  "hostInfo": {
    "hostVersion": "6.13.0",
    "hostEdition": 25,
    "hostIsEvaluation": false,
    "hostIsDataCenter": false,
    "hostSEN": "SEN-L6807636",
    "hostServerId": "CONF-591X-XXXX-XXXX",
    "hostMaxUsers": "25",
    "hostLicenseType": "DEVELOPER"
  },
  "pluginInfo": {
    "pluginKey": "com.atlassian.confluence.extra.graphviz",
    "isUnlimitedUsers": true,
    "pluginVersion": "4.0.0-SNAPSHOT",
    "pluginLicenseError": "NONE",
    "isDataCenter": false,
    "isEvaluation": false,
    "isSubscription": false,
    "pluginLicenseType": "COMMERCIAL",
    "isMaintenanceExpired": false,
    "pluginLicenseSEN": "SEN-9490187"
  }
}


License Added

This data is collected when the user adds new license to the app.

{
  "event": {
    "timestamp": "2019-02-18T12:51:27.940Z",
    "created_at": "2019-02-18T12:51:28.241Z",
    "id": "5c6aaa500f94770001d2753a"
  },
  "eventInfo": {
    "type": "license-added"
  },
  "hostInfo": {
    "hostVersion": "6.13.0",
    "hostEdition": 25,
    "hostIsEvaluation": false,
    "hostIsDataCenter": false,
    "hostSEN": "SEN-L6807636",
    "hostServerId": "CONF-591X-XXXX-XXXX",
    "hostMaxUsers": "25",
    "hostLicenseType": "DEVELOPER"
  },
  "pluginInfo": {
    "pluginKey": "com.atlassian.confluence.extra.graphviz",
    "isUnlimitedUsers": true,
    "pluginVersion": "4.0.0-SNAPSHOT",
    "pluginLicenseError": "NONE",
    "isDataCenter": false,
    "isEvaluation": false,
    "isSubscription": false,
    "pluginLicenseType": "COMMERCIAL",
    "isMaintenanceExpired": false,
    "pluginLicenseSEN": "SEN-9490187"
  }
}



Find answers from the community.

Ask a question to the community.

Log a request with our support team.

Confluence®, Jira®, Atlassian Bamboo®, Bitbucket®, Fisheye®, and Atlassian Crucible® are registered trademarks of Atlassian®
Copyright © 2005 - 2024 Appfire | All rights reserved. Appfire™, the 'Apps for makers™' slogan and Bob Swift Atlassian Apps™ are all trademarks of Appfire Technologies, LLC.