Skip to content

Commit 2fb9a4d

Browse files
committed
docs: remove page view section from analytics doc
Page views are no longer used in GA4.
1 parent 3d253e3 commit 2fb9a4d

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

docs/design/analytics.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,6 @@ This document list exactly what is gathered and how.
44

55
Any change to analytics should most probably include a change to this document.
66

7-
## Pageview
8-
9-
Each command creates a pageview with the path `/command/${commandName}/${subcommandName}`. IE.
10-
`ng generate component my-component --dryRun` would create a page view with the path
11-
`/command/generate/@schematics_angular/component`.
12-
13-
We use page views to keep track of sessions more effectively, and to tag events to a page.
14-
15-
Project names and target names will be removed.
16-
The command `ng run some-project:lint:some-configuration` will create a page view with the path
17-
`/command/run`.
18-
197
## Dimensions and Metrics
208

219
Google Analytics Custom Dimensions are used to track system values and flag values. These

0 commit comments

Comments
 (0)