Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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. 

No Format
{
  "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. 

No Format
{
  "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.  

No Format
{
  "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.

No Format
{
  "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. 

No Format
{
  "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.

No Format
{
  "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.

No Format
{
  "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. 

...

page contains security information about Excel for Confluence Cloud.

Data tracking and privacy
At Appfire, we are committed to continuously improving our products while respecting user privacy.

  • Our tracking efforts are designed to collect aggregate data related to app usage patterns and feature engagement. It allows us to identify areas for improvement and tailor our product roadmap accordingly.

  • We utilize tracking tools to gather analytics that inform our development process, focusing on enhancing user experience and optimizing our app's performance.

  • Our privacy promise: No sensitive data is ever stored.

    • All data is anonymized and aggregated before being used for analysis, ensuring that individual user information remains confidential and secure. Our practices align with industry standards for data protection and privacy.

For detailed information on security, data processing, and privacy policies, look at our Appfire Trust Centre.

References