Skip to content

Commit 08d7e51

Browse files
author
Péter Hauszknecht
committed
update README
1 parent 46f9ec5 commit 08d7e51

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818

1919
## Easy to start using
2020

21-
[electron-ga]() works only in [renderer process](https://electronjs.org/docs/tutorial/quick-start#renderer-process).
21+
First create a [Google Analytics Mobile Account](https://developers.google.com/analytics/solutions/mobile). It is needed, because webpage account does not track many parameters, like version. In many aspect an [Electron](https://electronjs.org/) application is more similar to a mobile application than a simple webpage.
22+
23+
[electron-ga]() works only in the [renderer process](https://electronjs.org/docs/tutorial/quick-start#renderer-process).
2224

2325
```js
2426
import Analytics from 'electron-ga';

0 commit comments

Comments
 (0)