データ収集

This page is not available in the language you requested. You have been redirected to the English version of the page.
Link to this page copied to clipboard
Not for use with personal data

axe DevTools 拡張機能

axe DevTools 拡張機能(Pro)ユーザーのために保存される情報には、メールアドレス、名前、会社名、職務(開発者/デザイナーなど)、および当社の 利用規約に同意した日付が含まれます。さらに、保存された問題はデータベースに保存され、テストを実行したユーザーに関連付けられます。この問題データには、ソースコード、セレクタ、アクセシビリティ問題を持つHTML要素の特定のaria属性、および問題が発見されたURLが含まれます。テストが保存されると、ブラウザ/バージョン、オペレーティングシステム、ビューポートの幅、高さを含む基本的なメタデータがキャプチャされます。axe DevTools 拡張機能がオンプレミスサーバーにローカルでホストされている場合、Dequeに送信されるデータは少なくなります。

問題のスクリーンショット

「共有された問題のスクリーンショット」が axe DevTools 拡張機能の設定で有効になっている場合、アクセシビリティ違反がある要素のスクリーンショットがキャプチャされます。これらのスクリーンショットは、ユーザーが 「問題を共有」機能を介して共有を決定したすべての問題に表示されます。

note

企業のお客様の場合、共有された問題はその企業の他のメンバーとだけ共有されます。非企業のお客様の場合、リンクを持っている誰でもログインせずに共有された問題にアクセスできます。

機械学習データ

「機械学習」(ML)が axe DevTools 拡張機能の設定で有効になると、知的ガイド付きテストは、MLを利用してユーザーに求められることを自動化し、最適化および強化されます。これを実現するために、テスト中のページのスクリーンショットが撮られ、処理のためにMLサーバーに送信されます。これらのスクリーンショットは誰にも公開されておらず、知的ガイド付きテストを最適化するためだけに使用されます。

axe DevTools ブラウザー拡張機能(無料版)

axe DevTools ブラウザー拡張機能の無料版では、個人を特定できる情報(PII)は収集されません。

次の分析データが収集されます:

  • ユーザーの設定(WCAGレベル、axe-coreバージョン、ハイライトテーマ、ロケール)は各イベントと共に追跡されます
  • 拡張機能が初めてインストールされたときにイベントがキャプチャされます
  • devtools拡張機能のインスタンスが開かれるたびにイベントがキャプチャされます
  • 無料ユーザーがスキャンを実行するたびに、次の情報を含むイベントがキャプチャされます:
    • axe-coreのパスしたルールの数
    • レビューが必要な問題の数
    • axe-core の違反の数
    • 該当しないaxe-coreルールの数
    • スキャン時に実行されている拡張機能のバージョン
    • スキャン時に選択されたaxe-coreのバージョン
  • 無料ユーザーが問題を表示するたびにイベントがキャプチャされます
  • ユーザーが「検査」ボタンをクリックするたびにイベントがキャプチャされます
  • ユーザーがハイライトボタンを切り替えるたびにイベントがキャプチャされます
  • パフォーマンスメトリックが収集され、特定のスキャンにかかる時間をミリ秒単位で追跡します

イベントペイロードの例

[
  {
    "device_id": "abc123",
    "user_id": null,
    "timestamp": 1688408399452,
    "event_id": 123,
    "session_id": 123456789,
    "event_type": "analysis:analyze",
    "version_name": null,
    "platform": "Web",
    "os_name": "Chrome",
    "os_version": "114",
    "device_model": "Mac",
    "device_manufacturer": null,
    "language": "en-US",
    "carrier": null,
    "api_properties": {},
    "event_properties": {
      "devInstance": false,
      "productName": "axe-devtools-html",
      "productComponent": "extension-chrome",
      "productComponentVersion": "4.58.3",
      "engineVersion": "4.7.0",
      "scoped": false,
      "target": "https://www.google.com/",
      "targetMedium": "text/html",
      "targetState": "Google",
      "experimental": false,
      "rulesetName": "wcag21aa",
      "bestPractices": false,
      "failedRuleCount": 6,
      "failedRuleNames": [
        "aria-allowed-role",
        "aria-valid-attr-value",
        "color-contrast-enhanced",
        "landmark-one-main",
        "page-has-heading-one",
        "region"
      ],
      "criticalIssueCount": 2,
      "seriousIssueCount": 7,
      "moderateIssueCount": 10,
      "minorIssueCount": 1,
      "failedItemCount": 20,
      "reRun": false,
      "eventTool": "axe-core",
      "passedRuleCount": 32,
      "incompleteRuleCount": 1,
      "inapplicableRuleCount": 55,
      "orientation": "vertical",
      "axeRunPerformance": 585,
      "screenshots": true
    },
    "user_properties": {},
    "uuid": "<redacted>",
    "library": {
      "name": "amplitude-js",
      "version": "7.4.4"
    },
    "sequence_number": 570,
    "groups": {},
    "group_properties": {},
    "user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36"
  },
  {
    "device_id": "abc123",
    "user_id": null,
    "timestamp": 1688408399452,
    "event_id": 383,
    "session_id": 123456789,
    "event_type": "$identify",
    "version_name": null,
    "platform": "Web",
    "os_name": "Chrome",
    "os_version": "114",
    "device_model": "Mac",
    "device_manufacturer": null,
    "language": "en-US",
    "carrier": null,
    "api_properties": {},
    "event_properties": {},
    "user_properties": {
      "$set": {
        "role": "Developer",
        "userStatus": "anonymous",
        "axeSettings": {
          "highlightTheme": "high-contrast",
          "theme": "browser",
          "locale": "default",
          "axeServerURL": "https://axe.deque.com",
          "automaticColorContrastReview": "manual",
          "axeVersion": "latest",
          "disableNeedsReview": true,
          "enableAutomaticColorContrast": false,
          "enableBestPractices": false,
          "enableExperimentalRules": false,
          "enableMachineLearning": true,
          "enableScreenshots": true,
          "includeNeedsReviewInIssueCount": true,
          "ruleset": "wcag21aa"
        },
        "policySettings": {},
        "firstView": {
          "seenColorContrastReview": false,
          "seenNeedsReviewOptionModal": false,
          "sentRecordSharedEvent": false
        },
        "exportSchema": "devtools"
      }
    },
    "uuid": "abc123",
    "library": {
      "name": "amplitude-js",
      "version": "7.4.4"
    },
    "sequence_number": 571,
    "groups": {},
    "group_properties": {},
    "user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36"
  }
]