Skip to content

Commit

Permalink
Update GA tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuanlin Lin committed Apr 30, 2022
1 parent 36cfbe2 commit e923178
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,13 @@
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-159968206-1"
></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-5QRQRTF774"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());

gtag("config", "UA-159968206-1");
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-5QRQRTF774');
</script>

<!-- meta for Facebook share-->
<meta property="og:title" content="Yuanlin Lin 林沅霖" />
<meta property="og:url" content="https://www.linyuanlin.com" />
Expand Down

0 comments on commit e923178

Please sign in to comment.