@kineto-frontend/analytics
v0.5.0
Published
Kineto analytics tracking script for TinyBird
Downloads
724
Readme
@kineto-frontend/analytics
Kineto analytics tracking script for Tinybird. Auto-executes on load, no framework dependencies.
Deploy
The package is published to npm registry under the @kineto-frontend organization (managed by Tatyana Yakovleva).
Steps
npm login # Required once per day
npm run build # Build the package
npm version minor # Bump version (or: patch for bug fixes, major for breaking changes)
npm publish # Publish to npmUsage in generated apps
unpkg automatically serves the latest published version when no version is specified in the URL in cloud/app-deploy-fastinflate project
<script src="https://unpkg.com/@kineto-frontend/analytics/dist/index.js"
defer
data-token="TINYBIRD_TOKEN"
data-host="https://api.europe-west2.gcp.tinybird.co"
data-tb-tenant-id="PROJECT_ID">
</script>