Click around to generate pixel events
| Events | page_view (every link below is a navigation); its query_params reflects the URL. |
|---|---|
| How | Click a link and read query_params on the resulting page_view (debug console / network tab). |
| Notes | The pixel merges the real query string (before the #) with the query string inside an SPA hash route (#/route?…). On a key collision the hash-route value wins. Anchor hashes (#section) contribute nothing. Traditional and SPA /{path} links carry params in the real query string; #/ and #!/ links carry them inside the hash; merge links carry them in both. |
TenonTag — Sandbox Frontend