Versions Compared

Key

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

...

  1. Your Atlassian instance domain

    • e.g. https://yourinstancename.atlassian.net/wiki

  2. The edition of Confluence you are using

    • e.g. free, standard, premium, server_or_dc

  3. Whether you have a license for the app

    • e.g. Whether you license is active or none

  4. Whether your users are authenticated

    • e.g. AUTHENTICATED_USER or ANONYMOUS_USER

  5. The URL of the data collection page for our app, but with any confidential information such as space key or page ID stripped from the request parameters

    • For Cloud, this will be in the format:

      Code Block
      https://www.gaic.app/data-collection
        ?hostname=yourinstancename.atlassian.net
        &edition=standard
        &lic=active
    • For Server / Data Center, this will be a fake URL in the format:

      Code Block
      https://wiki.yourdomain.com/spoof/gaic/server-or-dc
        ?hostname=wiki.yourdomain.com
        &edition=server_or_dc
        &lic=active

  6. The format of your Atlassian Account ID
    An anonymised version of Atlassian Account ID, which is used to anticipate any changes that Atlassian makes to this important identifier e.g.

    • for an Atlassian Account ID of abc14a15de56 we would record aaa11a11aa11

    • for an Atlassian Account ID of 81556:abc14-a15de56-abc14a15de56 we would record 11111:aaa11-a11aa11-aaa11a11aa11

...