Skip to content

Commit

Permalink
[Update] Remove Google Analytics (#164)
Browse files Browse the repository at this point in the history
* Remove Google Analytics

* fix logo extension
  • Loading branch information
nisrulz authored Mar 3, 2023
1 parent 1ca31ce commit 912386f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 22 deletions.
9 changes: 0 additions & 9 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,6 @@
<link rel="stylesheet prefetch" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css">
<link rel="stylesheet prefetch" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.8.0/css/bulma.css">
<link rel="stylesheet" href="css/style.css">
<script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-53824796-8"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-53824796-8");
</script>
</head>
<body class="bg-pattern">
<div id="app">
Expand Down
14 changes: 12 additions & 2 deletions public/js/thirdpartyservices.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ var thirdPartyServicesJsonArray = [
"name": "One Signal",
"model": "onesignal",
"onesignal": false,
"logo": "images/third_party_logos/one_signal.svg",
"logo": "images/third_party_logos/one_signal.png",
"link": {
"privacy": "https://onesignal.com/privacy_policy",
"terms": "https://onesignal.com/tos"
Expand Down Expand Up @@ -231,7 +231,7 @@ var thirdPartyServicesJsonArray = [
"name": "Amplitude",
"model": "amplitude",
"amplitude": false,
"logo": "images/third_party_logos/amplitude.svg",
"logo": "images/third_party_logos/amplitude.png",
"link": {
"privacy": "https://amplitude.com/privacy",
"terms": "https://amplitude.com/terms"
Expand Down Expand Up @@ -286,5 +286,15 @@ var thirdPartyServicesJsonArray = [
"privacy": "https://mixpanel.com/legal/privacy-policy/",
"terms": "https://mixpanel.com/legal/terms-of-use/"
}
},
{
"name": "RevenueCat",
"model": "revenuecat",
"revenuecat": false,
"logo": "images/third_party_logos/revenuecat.png",
"link": {
"privacy": "https://www.revenuecat.com/privacy",
"terms": "https://www.revenuecat.com/terms"
}
}
]
9 changes: 0 additions & 9 deletions src/includes/google_analytics.pug

This file was deleted.

2 changes: 0 additions & 2 deletions src/includes/head.pug
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,3 @@ title App Privacy Policy Generator
include meta_info.pug

include css.pug

include google_analytics.pug

0 comments on commit 912386f

Please sign in to comment.