Untitled
3 years ago in Plain Text
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
ga('create', 'UA-XXXXX-Y', 'auto');
ga('send', 'pageview');
<h1>This is a Heading</h1>
<p>This is a paragraph.</p>
</body>
</html>