我智商爆棚
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
262 B

4 months ago
# google_analytics
```js
// usage
chance.google_analytics()
```
Return a random [Google Analytics](https://support.google.com/analytics/answer/1032385?hl=en) tracking code. Takes the form `'UA-123456-01'`
```js
chance.google_analytics()
=> 'UA-384555-17'
```