track_events
Decode page-fired analytics beacons (GA4, Meta Pixel, Ads, etc.) from browser network logs. Read-only; one line per event with key parameters.
Instructions
Decode the tracking beacons the page fired (GA4, Meta Pixel, Google Ads, TikTok, LinkedIn, Pinterest, Microsoft Ads, GTM, Hotjar, Clarity) from the browser network log: one line per event with its key params. Read-only; POST-body params are flagged, not decoded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clear | No | Clear the browser log first — call it right before the action you want to observe | |
| tab_id | No | Target tab; omitted = last tab navigated in this session, else the active one | |
| wait_ms | No | Time to wait before reading, for beacons sent after the action |