Amplitude Event Explorer
Featured

Amplitude Event Explorer

Inspect and debug Amplitude JavaScript SDK events, properties, and configuration in real time on your site.

★★★★☆ 4.3 24 reviews 50K+ users · Developer Tools

Description

Amplitude Event Explorer is a developer tool that helps you inspect and debug the instrumentation of Amplitude's JavaScript SDK directly on your website. It provides a real-time view of events, event properties, and user properties as they are being tracked, allowing you to verify that your analytics implementation is working correctly without leaving the page.

Key Capabilities

  • Real-time event timeline: As you interact with your web application, all Amplitude events are displayed in a chronological list. Each entry shows the event name, timestamp, and a summary of its properties, making it easy to monitor tracking in action.
  • Detailed event inspection: Click on any event in the timeline to expand its full payload, including all event properties (e.g., revenue, product ID) and user properties (e.g., language, plan type). This is useful for checking that the correct data is being sent to Amplitude.
  • SDK configuration viewer: The API Options tab reveals the current configuration of your Amplitude SDK instance, such as API key, server URL, and tracking options. This helps you confirm that settings like offline mode or event upload intervals are applied correctly.
  • Cross-SDK compatibility: Works with all Amplitude Browser SDKs (e.g., TypeScript, JavaScript). For mobile or server-side SDKs, Amplitude provides separate tools like User Lookup and Ingestion Debugger.
  • Endpoint support: Operates with the default Amplitude HTTP endpoints. Note that custom domains are not supported at this time.

Use this extension during development or QA to catch missing events, incorrect property values, or misconfigured SDK options. It eliminates the need to switch between your app and Amplitude's debugger, streamlining the testing workflow.

Related