All Projects β†’ EveryAnalytics β†’ react-analytics-provider

EveryAnalytics / react-analytics-provider

Licence: MIT License
Super convenient analytics provider for React

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to react-analytics-provider

Canvas-Vision
πŸ“· Wallpaper Downloading Android App
Stars: ✭ 14 (-70.21%)
Mutual labels:  google-analytics
unified-analytics
ready-to-deploy custom web analytics collection & reporting for government
Stars: ✭ 20 (-57.45%)
Mutual labels:  google-analytics
Stop.Google.Analytics.Ghost.Spam.HOWTO
How to stop Google Analytics "Ghost" Spam using a well curated list of spam referrer domains and web sites. Simple and easy to use with instructions for creating Segments in Google Analytics using our google-exclude files.
Stars: ✭ 21 (-55.32%)
Mutual labels:  google-analytics
ember-google-analytics-embed
An Ember Addon for adding analytics visualizations using the Google Analytics Embed API.
Stars: ✭ 26 (-44.68%)
Mutual labels:  google-analytics
dashflare
πŸ•΅πŸΌβ€β™€οΈ Open Source and privacy-focused analytics solution. πŸ“Š Advanced monitoring for your website behind Cloudflare
Stars: ✭ 78 (+65.96%)
Mutual labels:  google-analytics
yii2-google-analytics
Google Analytics Universal tracking widget.
Stars: ✭ 14 (-70.21%)
Mutual labels:  google-analytics
google-analytics
Get data from google analytics (API v4) using PHP
Stars: ✭ 22 (-53.19%)
Mutual labels:  google-analytics
aws-web-analytics
Privacy-focused alternative to Google Analytics on AWS Pinpoint
Stars: ✭ 45 (-4.26%)
Mutual labels:  google-analytics
search-github-starred
Full-Text Search the readme, description, homepage and URL of your GitHub starred repository. Use GitHub OAuth 2, React, Redux, Golang (server side), Elasticsearch, Redis.
Stars: ✭ 15 (-68.09%)
Mutual labels:  google-analytics
kirby-ga
Kirby GA - Google Analytics
Stars: ✭ 16 (-65.96%)
Mutual labels:  google-analytics
blazor-analytics
Blazor extensions for Analytics: Google Analytics, GTAG, ...
Stars: ✭ 101 (+114.89%)
Mutual labels:  google-analytics
GAlogger
Log R Events and R Usage to Google Analytics
Stars: ✭ 23 (-51.06%)
Mutual labels:  google-analytics
web-analytics-handbook
Handbook - Rendezvous between developers and web data
Stars: ✭ 23 (-51.06%)
Mutual labels:  google-analytics
ga-fetcher
Fetch Google Analytics data with Google APIs in Node.js 🚠
Stars: ✭ 14 (-70.21%)
Mutual labels:  google-analytics
galytics3
ΠžΠ±Π΅Ρ€Ρ‚ΠΊΠ° Π½Π°Π΄ стандартной Π±ΠΈΠ±Π»ΠΈΠΎΡ‚Π΅ΠΊΠΎΠΉ google_api_python_client для Π»Π΅Π³ΠΊΠΎΠΉ Ρ€Π°Π±ΠΎΡ‚Ρ‹ с API Google Analytics v3
Stars: ✭ 16 (-65.96%)
Mutual labels:  google-analytics
qt-google-analytics
Qt5 classes for providing Google analytics usage in a Qt/QtQuick application
Stars: ✭ 51 (+8.51%)
Mutual labels:  google-analytics
benjamincarlson.io
My personal website built with Next.js, Chakra UI, Firebase, and next-mdx-remeote.
Stars: ✭ 102 (+117.02%)
Mutual labels:  google-analytics
ob google-bigquery
This service is meant to simplify running Google Cloud operations, especially BigQuery tasks. This means you do not have to worry about installation, configuration or ongoing maintenance related to an SDK environment. This can be helpful to those who would prefer to not to be responsible for those activities.
Stars: ✭ 43 (-8.51%)
Mutual labels:  google-analytics
svelte-google-analytics
Google Analytics component for Svelte
Stars: ✭ 41 (-12.77%)
Mutual labels:  google-analytics
Social-Media-Monitor
Automatically monitor and log fan counters from social media(Facebook Pages, Twitter, Instagram, YouTube, Google+, OneSignal, Alexa) using APIs to Google Spreadsheet. Very useful for website admins and social media managers.
Stars: ✭ 36 (-23.4%)
Mutual labels:  google-analytics

React Analytics Provider

Super convenient analytics provider for React

  • πŸ’™ Typescript support
  • πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦ GA4 support
  • πŸƒ Currently maintaining

1. Getting Started

npm i --save @every-analytics/react-analytics-provider
# or
yarn add @every-analytics/react-analytics-provider

2. Usage

You can check examples here

import {AnalyticsProvider} from '@every-analytics/react-analytics-provider';

<AnalyticsProvider
  onInitialize={() => console.log('initialized')}
  onPageView={(params) => console.log('pageview', params)}
  onEvent={(name, params) => console.log('event', name, params)}
  onClick={(name, params) => console.log('click', name, params)}
  onSetUserId={(userId) => console.log('setUserId', userId)}
>
  <App />
</AnalyticsProvider>

3. Contributors

This project exists thanks to all the people who contribute. [Contributing]


MiryangJung

⚠️

Choi Sumin

πŸ“– πŸš‡ πŸ’» πŸ‘€ ⚠️

HyojinKim

πŸ’‘ πŸ’» 🎨

Yurim Jalynne Jin

πŸ’»

JunHee Lee

πŸ’» πŸš‡ πŸ‘€

Youngchang Lee

πŸ’» πŸš‡ πŸ‘€

Johan Kim

πŸ‘€

Leehaeun

πŸ’» πŸ‘€

Jiyoon Hur

πŸ’» πŸ‘€

Seongcheol Jo

πŸ’»

uoon (philos)

πŸ’» πŸ‘€

chanheeis

πŸ’» πŸ‘€

Yebin Seo

πŸ’»

4. License

Licensed under the MIT License, Copyright (c) 2021 EveryAnalytics.

See LICENSE for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].