Route templates in Next.js
Next.js pageviews can include route templates such as `/products/[id]`, rather than only each concrete URL. That makes dynamic routes easier to analyze together.
Added 1
- Next.js pageviews can now include route templates such as /products/[id], allowing dynamic routes to be analyzed together rather than only tracking concrete URLs