beyonk-group / svelte-google-analytics

Google Analytics component for Svelte
77 stars 12 forks source link

Misleading documentation for event tracking #7

Closed hmaesta closed 3 years ago

hmaesta commented 3 years ago

README says:

import { ga } from '@beyonk/svelte-google-analytics'

function handleClick () {
    ga.earnVirtualCurrency('SvelteBucks', 50)
}
ga.earnVirtualCurrency('SvelteBucks', 50, 'Property Id B')

But ga.earnVirtualCurrency() doesn't work. It should be ga.games.earnVirtualCurrency()

REPL to reproduce.

antony commented 3 years ago

whoops! thanks :)