ampproject / ampproject/amp.dev
Navigating from amp.dev to blog leaves _gl query param in the URL
Open
Category: Blog
Status: Pending Triage
Type: Bug
- Dominant language
- HTML
- Stars
- 600
- Forks
- 675
- PR merge metrics
- No merged PRs in 30d
Description
When navigating from amp.dev to the blog via the nav menu, the resulting URL has a `_gl` query parameter left in it. For example:

This parameter should not persist.
I believe the only thing needed here is to install the Site Kit plugin on the blog rather than use the existing hard-coded `amp-analytics` tag. The analytics added by Site Kit have support for domain linker which will cause that query parameter to be stripped.
Contributor guide
Assessment
This issue has not been assessed yet.