Skip to content

Commit

Permalink
docs: fix markdown links in analytics docs
Browse files Browse the repository at this point in the history
(cherry picked from commit 95adf11)
  • Loading branch information
alan-agius4 committed Oct 12, 2022
1 parent 60fecde commit 4c2d99c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/design/analytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ simplicity it should remain unique across all CLI commands. The dimension is the
`x-user-analytics` field in the `schema.json` files.

### Adding dimension or metic.
1. Create the dimension or metric in (https://analytics.google.com/)[Google Analytics] first. These are not tracked if they aren't
1. Create the dimension or metric in [Google Analytics](https://analytics.google.com/) first. These are not tracked if they aren't
defined in Google Analytics.
1. Use the ID of the dimension as the `x-user-analytics` value in the `schema.json` file.
1. New dimension and metrics PRs need to be approved by the tooling lead and require a new (http://go/launch)[Launch].
1. New dimension and metrics PRs need to be approved by the tooling lead and require a new [Launch](http://go/launch).

### Deleting a dimension or metic.
1. Archive the dimension and metric in (https://analytics.google.com/)[Google Analytics].
1. Archive the dimension and metric in [Google Analytics](https://analytics.google.com/).


**DO NOT ADD `x-user-analytics` FOR VALUES THAT ARE USER IDENTIFIABLE (PII), FOR EXAMPLE A
Expand Down

0 comments on commit 4c2d99c

Please sign in to comment.