Tags

Analytics

Fetches and reports analytics using the Google Analytics API.

Installation

Install the analytics npm package:

npm install nano-analytics

Usage

<script>
  import 'nano-analytics';
</script>
 
<nano-analytics
  userId="USER_ID"
  projectKey="PROJECT_KEY"
/>
Edit on GitHub

Last updated on

On this page