axe Expert 使用データ
axe Expert 拡張機能は正式に廃止されました。詳細についてはaxe Expert 代替ページをご覧ください。これらのページは2024年7月に削除されます。ご質問やご不明点があればhelpdesk@deque.comまでメールしてください。
axe Expert 内での使用データの理解と管理
axe Expert Extension Usage Service は Deque の AWS インフラストラクチャにデプロイされた「マイクロサービス」であり、Attest 製品が HTTP 経由で使用データを記録(「トラッキング」)できるようにします。トラッキングされた使用データは以下に詳細を示します。このオプションはポリシー構成セクションで説明されているように、ブラウザポリシーを通じて制御することが可能です。
顧客はトラフィックを傍受して、それを独自のデータ分析サービスにリダイレクトできます。次回の axe Expert Extension リリースには、顧客管理サービスに直接使用データを送信するオプションが含まれており、ブラウザポリシーも設定可能です。次回のリリースには、顧客が特定の組織文字列を指定できる機能も含まれています。
version: 'v2'
productName: string
productComponent: string
productComponentVersion: string
event: string
// Universal parameters
dateTime: Date
keycloakId?: string
distinctId: string
userId?: string
organization?: string
department?: string
application?: string
devInstance?: boolean
sessionId?: string
userStatus?: string
loggedIn?: boolean
// Application specific properties.
applicationProperties?: Record<string, number | boolean | string>
// Role associated with the user that created the event ("Developer")
userJobRole?: string
version: 'v1'
dateTime: Date
// "axe", "axe-devtools", "axe-expert", ...
productName: string
// "chromeExtension"
productComponent: string
// Event type ("analyze")
event: string
// "analyze"
eventTool?: string
// URL or application name
target?: string
// Event target's state ("Recipe Home Page")
targetState?: string
// Target medium ("HTML")
targetMedium?: string
// Number of rules failed/passed/...
failedRuleCount?: number
passedRuleCount?: number
incompleteRuleCount?: number
inapplicableRuleCount?: number
// Sum of all the failed nodes, views or equivalent
failedItemCount?: number
// Names of all failed rules.
failedRuleNames?: string[]
// (Ideally) unique identifier for the user creating the event (`user.id`, `user.email`, etc)
devInstance?: boolean
新しい axe Expert Extension Usage Reporter トラッキングの有効化と無効化
新しい axe Expert Extension には Usage Reporter トラッキング機能があります。具体的には、ブラウザ拡張機能にユーザーがANALYZE ボタンをクリックしたタイミングをトラッキングして報告するオプトイン機能が含まれています。
ユーザーは拡張オプションメニュー内のSend Usage Data チェックボックスを使用して、新しい axe Expert Extension Usage Reporter 機能を有効または無効にできます。

