Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add anonymizeIp option to saber-plugin-google-analytics #363

Merged
merged 4 commits into from
Aug 19, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
typo
egoist committed Aug 19, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 84b5afccc87debaf75c16acb5442620931aed364
4 changes: 2 additions & 2 deletions packages/saber-plugin-google-analytics/README.md
Original file line number Diff line number Diff line change
@@ -16,12 +16,12 @@ In your `saber-config.yml`:
plugins:
- resolve: saber-plugin-google-analytics
options:
trackID: UA-XXX-XX # Google Analytics Track ID
trackId: UA-XXX-XX # Google Analytics Track ID
```

## Plugin Options

### trackID
### trackId

- Type: `string`
- Required: `true`