1.2.3 • Published 2 years ago

dappling-analytics v1.2.3

Weekly downloads
-
License
MPL-2.0
Repository
github
Last release
2 years ago

Overview

dappling-analytics is a fork of @vercel/analytics that allows you to track page views and users in your Next.js app or any other website that is deployed on dAppling.

All page views are automatically tracked in your app.

This package does not track data in development mode.

Quickstart

  1. Add the dappling-analytics package to your project
npm i dappling-analytics
yarn add dappling-analytics
  1. Inject the Analytics script to your app
import { Analytics } from 'dappling-analytics/react'

// ...

export default function App() {
  return (
    <div>
     <Analytics />
     <h1>Hello Earth</h1>
   </div>
  );
}
  1. Re-deploy your app to dAppling and see your garden growing.

Documentation

Find more details about this package and see an example in our documentation.

1.2.3

2 years ago

1.2.2

2 years ago

1.2.0

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago