Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #337 from Tmarty/patch-1
Browse files Browse the repository at this point in the history
chore(readme): clarification and fix typo
  • Loading branch information
SimeonC committed Jan 31, 2019
2 parents 538f23e + 2acc9a2 commit f7cf8f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ ReactGA.initialize([{
|options.titleCase| `Boolean`. Optional. Defaults to `true`. If set to `false`, strings will not be converted to title case before sending to GA.|
|options.gaOptions| `Object`. Optional. [GA configurable create only fields.](https://developers.google.com/analytics/devguides/collection/analyticsjs/field-reference)|
|options.gaAddress| `String`. Optional. If you are self-hosting your `analytics.js`, you can specify the URL for it here.
|options.alwaysSendToDefaultTracker| `Boolean`. Optional. Defaults to `true`. If set to `false` _and_ using multiple trackers, the event wll not be send to the default tracker.|
|options.alwaysSendToDefaultTracker| `Boolean`. Optional. Defaults to `true`. If set to `false` _and_ using multiple trackers, the event will not be send to the default tracker.|
|options.testMode| `Boolean`. Optional. Defaults to `false`. Enables test mode. See [here](https://github.com/react-ga/react-ga#test-mode) for more information.|
|options.standardImplementation| `Boolean`. Optional. Defaults to `false`. Enables loading GA as google expects it. See [here](https://github.com/react-ga/react-ga#standard-implementation) for more information.|

Expand Down Expand Up @@ -246,7 +246,7 @@ ga('send', 'timing', 'JS Libraries', 'load', 20, 'CDN libs');
|args.category|`String`. Required. A string for categorizing all user timing variables into logical groups.|
|args.variable|`String`. Required. Name of the variable being recorded.|
|args.value|`Int`. Required. Number of milliseconds elapsed time to report.|
|args.label|`String`. Optional. It can improved visibility in user timing reports.|
|args.label|`String`. Optional. It can be used to add flexibility in visualizing user timings in the reports.|

#### ReactGA.ga()

Expand Down

0 comments on commit f7cf8f3

Please sign in to comment.