Skip to content

Commit

Permalink
Add Google Analytics Tracking Tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillweston committed Mar 25, 2024
1 parent 43a3f39 commit 32963c8
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Lotso Coins - Leading the PvP Mode

[![Deploy static content to Pages](https://github.com/BTI-US/Lotso/actions/workflows/static.yml/badge.svg?branch=master)](https://github.com/BTI-US/Lotso/actions/workflows/static.yml)
[![CodeQL](https://github.com/BTI-US/Lotso/actions/workflows/codeql.yml/badge.svg)](https://github.com/BTI-US/Lotso/actions/workflows/codeql.yml)

- Last Modified: 2024-03-25
- Author: Saurabh Kumar
Expand Down Expand Up @@ -53,6 +54,10 @@ Lotso Coins is a decentralized application (dApp) that allows users to play PvP
```
Note: After running the command, a `dist` folder will be created in the root directory of the project, and the bundled JavaScript file `bundle.js` will be generated in the `dist` folder. Remember to perform a production build before deploying the project to GitHub Pages.

## Documentation

Click [here](https://lotso.org/documentation/index.html) to view the documentation.

## WalletConnect API Usage

Click [here](https://docs.walletconnect.com/quick-start/dapps/web3-provider) to learn more about WalletConnect API.
Expand Down
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
<html lang="zxx">

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

gtag('config', 'G-V20MYXBVPH');
</script>

<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="keywords" content="NFTs, Disney+, Cryptocurrency, Cartoon" />
Expand Down
10 changes: 10 additions & 0 deletions index2.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
<html lang="zxx">

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

gtag('config', 'G-V20MYXBVPH');
</script>

<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="keywords" content="NFTs, Disney+, Cryptocurrency, Cartoon" />
Expand Down
10 changes: 10 additions & 0 deletions index3.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
<html lang="zxx">

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

gtag('config', 'G-V20MYXBVPH');
</script>

<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="keywords" content="NFTs, Disney+, Cryptocurrency, Cartoon" />
Expand Down
10 changes: 10 additions & 0 deletions index4.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
<html lang="zxx">

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

gtag('config', 'G-V20MYXBVPH');
</script>

<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="keywords" content="NFTs, Disney+, Cryptocurrency, Cartoon" />
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 32963c8

Please sign in to comment.