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

Minor typo fix #55

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
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
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,13 @@ After onDeviceReady, create a local var and startup the plugin like so;

To get things rolling you need to call init() when your device ready function fires.
Init takes 4 arguments;

1) success - a function that will be called on success
2) fail - a function that will be called on error.
3) id - Your Google Analytics account ID of the form; UA-XXXXXXXX-X
This is the account ID you were given when you signed up.
4) period - An integer containing the minimum number of seconds
between upload of metrics. When metics are logged, they are enqued
between upload of metrics. When metrics are logged, they are enqued
and are sent out in batches based on this value. You'll want to
avoid setting this value too low, to limit the overhead of sending data.

Expand Down Expand Up @@ -145,4 +146,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
THE SOFTWARE.