Skip to content

Commit

Permalink
馃敟 Remove analytics (#958)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpetetot committed Mar 11, 2023
1 parent 75265fd commit 3169f68
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 21 deletions.
3 changes: 0 additions & 3 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,3 @@ REACT_APP_API_KEY=<API_KEY>
REACT_APP_AUTH_DOMAIN=<AUTH_DOMAIN>
REACT_APP_PROJECT_ID=<PROJECT_ID>
REACT_APP_STORAGE=<URL_STORAGE>

# Google Analytics
REACT_APP_GOOGLE_ANALYTICS_ID=<ANALYTICS_ID>
1 change: 0 additions & 1 deletion .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
REACT_APP_PROJECT_ID: ${{ secrets.PROD_FIREBASE_PROJECT_ID }}
REACT_APP_STORAGE: ${{ secrets.PROD_FIREBASE_APP_STORAGE }}
PUBLIC_URL: https://${{ secrets.PROD_FIREBASE_AUTH_DOMAIN }}
REACT_APP_GOOGLE_ANALYTICS_ID: ${{ secrets.PROD_GOOGLE_ANALYTICS_ID }}
- uses: actions/upload-artifact@v2
with:
name: build
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
REACT_APP_PROJECT_ID: ${{ secrets.DEV_FIREBASE_PROJECT_ID }}
REACT_APP_STORAGE: ${{ secrets.DEV_FIREBASE_APP_STORAGE }}
PUBLIC_URL: https://${{ secrets.DEV_FIREBASE_AUTH_DOMAIN }}
REACT_APP_GOOGLE_ANALYTICS_ID: ""
- uses: actions/upload-artifact@v2
with:
name: build
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Conference Hall

[![circleci](https://circleci.com/gh/bpetetot/conference-hall.svg?style=shield)](https://circleci.com/gh/bpetetot/conference-hall)&nbsp;


**Conference Hall** is an opened SaaS platform to manage call for papers and speaker submissions for your conferences and meetups. Any speaker writes a talk once and can submit it to every event of the platform.

**Application:** **[https://conference-hall.io](https://conference-hall.io)**
Expand Down
4 changes: 0 additions & 4 deletions docs/app/install.story.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,6 @@ If you want to configure the email template to be able to display one-click acti

NOTE: If you don't do the configuration the In-App confirmation will not be displayed but the speaker can still confirm his attendance within the content of the email.

### Configure Google Analytics (optional)

You can add a Google Analytics by adding your Analytics ID in the environmenent variable `REACT_APP_GOOGLE_ANALYTICS_ID` in the `.env.local` file.

## Run

### Run the app in dev mode
Expand Down
9 changes: 0 additions & 9 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,6 @@
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
<title>Conference Hall</title>

<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=%REACT_APP_GOOGLE_ANALYTICS_ID%"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', '%REACT_APP_GOOGLE_ANALYTICS_ID%');
</script>
</head>

<body>
Expand Down

0 comments on commit 3169f68

Please sign in to comment.