Skip to end of banner
Go to start of banner

Analytics information - Cloud

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 5 Next »

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

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. 

{
  "keen": {
    "timestamp": "2020-01-09T05:25:32.744Z",
    "created_at": "2020-01-09T05:25:32.744Z",
    "id": "5e16b94ca02faf000174e962"
  },
  "eventInfo": {
    "type": "installed"
  },
  "hostInfo": {
    "clientKey": "506e6aa6-8aba-3745-8da2-19ac84e3ef0e",
    "baseUrl": "https://xxxxxxxxxx.atlassian.net/wiki",
    "productType": "confluence"
  },
  "pluginInfo": {
    "pluginsVersion": "1.583.0",
    "pluginKey": "org.swift.confluence.excel"
  }
}

Uninstall 

This data is collected each time the app is uninstalled. 

{
  "keen": {
    "timestamp": "2020-01-09T05:25:32.744Z",
    "created_at": "2020-01-09T05:25:32.744Z",
    "id": "5e16b94ca02faf000174e962"
  },
  "eventInfo": {
    "type": "installed"
  },
  "hostInfo": {
    "clientKey": "506e6aa6-8aba-3745-8da2-19ac84e3ef0e",
    "baseUrl": "https://xxxxxxxxxx.atlassian.net/wiki",
    "productType": "confluence"
  },
  "pluginInfo": {
    "pluginsVersion": "1.583.0",
    "pluginKey": "org.swift.confluence.excel"
  }
}

Global configuration 

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

{
  "keen": {
    "timestamp": "2019-11-27T06:48:56.776Z",
    "created_at": "2019-11-27T06:48:56.776Z",
    "id": "5dde1c58e1658500019bd718"
  },
  "eventInfo": {
    "type": "globalconfig",
    "settings": {
      "allowWhitelistedUrls": false,
      "maxRowLimitSpecified" : false,
      "maxFileSizeSpecified" : true,
      "processingOption" : "legacy",
      "sendStatistics": true
    }
  },
  "hostInfo": {
    "host": "https://xxxxxxxxxx.atlassian.net/wiki"
  },
  "pluginInfo": {
    "links": {
      "marketplace": [
        {
          "href": "https://marketplace.atlassian.com/plugins/org.swift.confluence.excel"
        }
      ],
      "self": [
        {
          "href": "https://xxxxxxxxxx.atlassian.net/wiki/rest/atlassian-connect/1/addons/org.swift.confluence.excel"
        }
      ]
    },
    "host": {
      "product": "Confluence"
    },
    "lastUpdated": "2019-11-27T06:22:10Z",
    "state": "ENABLED",
    "version": "1.0",
    "key": "org.swift.confluence.excel",
    "installedDate": "2019-11-27T06:22:10Z"
  }
}

Whitelist configuration

This data is collected each time a URL is configured as a whitelisted URL.

{
  "keen": {
    "timestamp": "2019-11-27T06:52:18.465Z",
    "created_at": "2019-11-27T06:52:18.465Z",
    "id": "5dde1d223699fe0001af2056"
  },
  "eventInfo": {
    "type": "whitelistconfig"
  },
  "hostInfo": {
    "host": "https://xxxxxxxxxx.atlassian.net/wiki"
  },
  "pluginInfo": {
    "links": {
      "marketplace": [
        {
          "href": "https://marketplace.atlassian.com/plugins/org.swift.confluence.excel"
        }
      ],
      "self": [
        {
          "href": "https://xxxxxxxxxx.atlassian.net/wiki/rest/atlassian-connect/1/addons/org.swift.confluence.excel"
        }
      ]
    },
    "host": {
      "product": "Confluence"
    },
    "lastUpdated": "2019-11-27T06:22:10Z",
    "state": "ENABLED",
    "version": "1.0",
    "key": "org.swift.confluence.excel",
    "installedDate": "2019-11-27T06:22:10Z"
  }
}

View macro

This event is sent when a page with the macro is visited. 

{
  "keen": {
    "timestamp": "2019-11-27T08:52:58.364Z",
    "created_at": "2019-11-27T08:52:58.364Z",
    "id": "5dde396a5de5280001e3f0f6"
  },
  "eventInfo": {
    "type": "view-page",
    "macroName": "excel",
    "macroParms": {
        "output": "html",
        "script": true,
        "url" : true,
        "user" : true,
        "password" : true,
        "timeout" :  false,
        "sheets" : true,
        "encoding" : true,
        "language" : true,
        "country" : false,
        "columns" : true,
        "heading" : true,
        "showHidden" : true,
        "showSheetName" : false,
        "formatCell" : false,
        "formatColumn" : false,
        "showWiki" : false,
        "escape" : true,
        "hyperlinks" : false,
        "ignoreTrailingBlankRows" : true,
        "ignoreTrailingBlankColumns" : false,
        "enableSorting" : true,
        "enableHighlighting" : true,
        "enableHeading" : true,
        "autoNumber" : false,
        "autoTotal" : true,
        "allowExport" : true,
        "autoNumberSort" : true,
        "sortDescending" : true,
        "sortIcon" : true,
        "sortColumn" : true,
        "sortTip" : false,
        "columnTypes" : true,
        "columnCalculations" : false,
        "rowStyles" : false,
        "retainRowStyleOrder" : true,
        "columnStyles" : false,
        "columnAttributes" : true,
        "highlightColor" : true,
        "id" : true,
        "class" :  false,
        "style" : false,
        "width" : false,
        "border" : true
    }
  },
  "hostInfo": {
    "host": "https://xxxxxxxxxx.atlassian.net/wiki"
  },
  "pluginInfo": {
    "links": {
      "marketplace": [
        {
          "href": "https://marketplace.atlassian.com/plugins/org.swift.confluence.excel"
        }
      ],
      "self": [
        {
          "href": "https://xxxxxxxxxx.atlassian.net/wiki/rest/atlassian-connect/1/addons/org.swift.confluence.excel"
        }
      ]
    },
    "host": {
      "product": "Confluence"
    },
    "lastUpdated": "2019-11-27T06:22:10Z",
    "state": "ENABLED",
    "version": "1.0",
    "key": "org.swift.confluence.excel",
    "installedDate": "2019-11-27T06:22:10Z"
  }
}

Profile added

This event is sent when a profile is added in the configuration.

{
  "keen": {
    "timestamp": "2020-01-09T06:33:12.795Z",
    "created_at": "2020-01-09T06:33:12.795Z",
    "id": "5e16c928e3f2e90001207812"
  },
  "eventInfo": {
    "type": "added",
    "settings": {
      "userInUrlParams": false,
      "urlParams": false,
      "accessToken": true,
      "accesstokenInUrlParams": false,
      "url": true,
      "accesstokenInHeaderParams": true,
      "headerParams": true,
      "passwordInUrlParams": false,
      "userInHeaderParams": false,
      "profileType": "URL",
      "passwordInHeaderParams": false,
      "password": false,
      "user": false
    }
  },
  "hostInfo": {
    "host": "https://xxxxxxxxxx.atlassian.net/wiki"
  },
  "pluginInfo": {
    "links": {
      "marketplace": [
        {
          "href": "https://marketplace.atlassian.com/plugins/org.swift.confluence.excel"
        }
      ],
      "self": [
        {
          "href": "https://xxxxxxxxxx.atlassian.net/wiki/rest/atlassian-connect/1/addons/org.swift.confluence.excel"
        }
      ]
    },
    "host": {
      "product": "Confluence"
    },
    "lastUpdated": "2020-01-09T05:25:32Z",
    "state": "ENABLED",
    "version": "1.0",
    "key": "org.swift.confluence.excel",
    "installedDate": "2020-01-09T05:25:31Z"
  }
}

Profile updated

This event is sent when an existing profile is updated in the configuration.

{
  "keen": {
    "timestamp": "2020-01-09T06:32:37.528Z",
    "created_at": "2020-01-09T06:32:37.528Z",
    "id": "5e16c905e232320001f157ca"
  },
  "eventInfo": {
    "type": "updated",
    "settings": {
      "userInUrlParams": true,
      "urlParams": true,
      "accessToken": true,
      "accesstokenInUrlParams": false,
      "url": true,
      "accesstokenInHeaderParams": true,
      "headerParams": true,
      "passwordInUrlParams": false,
      "userInHeaderParams": false,
      "profileType": "URL",
      "passwordInHeaderParams": false,
      "password": true,
      "user": false
    }
  },
  "hostInfo": {
    "host": "https://xxxxxxxxxx.atlassian.net/wiki"
  },
  "pluginInfo": {
    "links": {
      "marketplace": [
        {
          "href": "https://marketplace.atlassian.com/plugins/org.swift.confluence.excel"
        }
      ],
      "self": [
        {
          "href": "https://xxxxxxxxxx.atlassian.net/wiki/rest/atlassian-connect/1/addons/org.swift.confluence.excel"
        }
      ]
    },
    "host": {
      "product": "Confluence"
    },
    "lastUpdated": "2020-01-09T05:25:32Z",
    "state": "ENABLED",
    "version": "1.0",
    "key": "org.swift.confluence.excel",
    "installedDate": "2020-01-09T05:25:31Z"
  }
}

Migration

This data is collected each time the administrator begins a server/DC to cloud migration. 

{
  "event": {
    "timestamp": "2020-11-27T03:25:43.990Z",
    "created_at": "2020-11-27T03:25:43.990Z",
    "id": "5fc071b77c30620001dec2a8"
  },
  "eventInfo": {
    "maxFileSize": "614",
    "maxRowLimit": "614",
    "type": "servertocloudmigration",
    "sendStatistics": true,
    "allowWhitelistedUrls": true
  },
  "hostInfo": {
    "clientKey": "b776f19a-286b-38f2-8f49-e60cf7e6ca51",
    "baseUrl": "https://xxxxxxxxxx.atlassian.net/wiki",
    "productType": "confluence"
  },
  "pluginInfo": {
    "pluginsVersion": "1.829.0",
    "pluginKey": "org.swift.confluence.excel"
  }
}
  • No labels