-
Notifications
You must be signed in to change notification settings - Fork 0
/
Analytics.html
267 lines (251 loc) · 13.1 KB
/
Analytics.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-121942481-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-121942481-1');
</script>
<title>Analytics</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin="anonymous">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
</head>
<link rel="stylesheet" href="Styles/style.css" type="">
<!--
<body style="background-image:url('images/banner-home.fc70d7f4.jpg')">
-->
<body class="body">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home
<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="getting_started.html">Getting Started</a>
</li>
<li class="nav-item">
<a class="nav-link" href="HTML.html">HTML</a>
</li>
<li class="nav-item">
<a class="nav-link" href="CSS.html">CSS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Version_Control.html">Version Control</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Bootstrap.html">Bootstrap</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Javascript.html">Javascript</a>
</li>
<li class="nav-item">
<a class="nav-link" href="jQuery.html">jQuery</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Analytics.html">Analytics</a>
</li>
</ul>
</div>
</nav>
<!-- end of navigation -->
<div class='jumbotron'>
<div class='container'>
<div class='row'>
<div class='col-sm-1'>
<br>
</div>
<div class='col-sm-2'>
<a href="https://techreturners.com/">
<img src="images/TR_Logo.png" ; alt="Tech Returners Logo" style="width:182px; height:27px">
<p class='whitetext1'>Empowering into Tech</p>
</a>
</div>
<div class='col-sm-9'>
<br>
</div>
<div class='col-sm-12'>
<h1 class='heading1'>Tech Returners</h1>
</div>
<div class='col-sm-12'>
<h2 class='heading2'>Analytics and Forms</h2>
</div>
<div class='col-sm-12'>
<br>
</div>
<div class='col-sm-1'>
<br>
</div>
<div class='col-sm-5'>
<div class='picture'>
<a href="jQuery.html">
<img src="images/banner-home.fc70d7f4.jpg" alt="TR Classroom image" style="width:242px; height:146px" ;>
<div class="centered">
<h1>Back</h1>
</div>
</a>
</div>
</div>
<div class='col-sm-6'>
<div class='picture'>
<a href="index.html">
<img src="images/banner-home.fc70d7f4.jpg" alt="TR Classroom image" style="width:242px; height:146px" ;>
<div class="centered">
<h1>Home</h1>
</div>
</a>
</div>
</div>
<div class='col-sm-12'>
<br>
</div>
<div class='col-sm-12'>
<h2 class='heading2'>Google Analytics</h2>
</div>
<div class='col-sm-12'>
<h3>
<ul>
<li>Google Analytics is an analytics service provided for free by Google. It allows you get an overview
of how many people are visiting your site, where they come from, what they do on your site,
and much more.</li>
<li>To use Google Analytics you need to place JS Plug-In, a snippet of JavaScript, (that they provide)
on each of the HTML pages on your site. When a user visits the page, the javascript sends
a message to the Google Analytics site logging the visit.</li>
<li>
<a href="https://analytics.google.com/analytics/web/#/report/visitors-overview/a71140768w176355956p175237806/_u.date00=20180612&_u.date01=20180612/"
class='whitetext2'>https://analytics.google.com/analytics/web/#/report/visitors-overview/a71140768w176355956p175237806/_u.date00=20180612&_u.date01=20180612/</a>
</li>
</ul>
</h3>
</div>
<div class='col-sm-12'>
<h2 class='heading2'>Why use analytics?</h2>
</div>
<div class='col-sm-12'>
<h3>
<ul>
<li>Digital Analytics is a set of measurements that help you understand your website performance.
As a business owner or a marketer you want to see what visitors are doing on your site, how
they interact with it, and how to help them accomplish their tasks.</li>
<li>With this information you will be able to increase your sales and maximize your marketing efforts
by focusing on the most profitable marketing channels.</li>
<li>Real-time visitor tracking.</li>
<li>Automated data collection. Once you set up your account and copy a simple piece of code on your
site, Google Analytics will start collecting the data automatically.</li>
<li>Integration with other tools. Use Google Analytics with all your devices and easily implement
data from Google Analytics to other well known Google products, such as Google Adwords (Google’s
main advertising network) and Google Search Console.</li>
<li>Extensive help documentation is available online.</li>
<li>Great Google community. As the world’s most popular analytics software, Google Analytics has
a great community of fellow marketers who are willing to help you with any problem you come
across.
</li>
<li>It’s free. Google does not charge you anything for using it.</li>
</ul>
</h3>
</div>
<div class='col-sm-12'>
<h2 class='heading2'>Google Analytics?</h2>
</div>
<div class='col-sm-12'>
<h3>
<ul>
<li>Create account</li>
<li>Add website details</li>
<li>Go to tracking code</li>
<li>Copy the Global Site Tag (code snippet) into the top of the head section of your index.html file</li>
<li>Explore real time reports</li>
</ul>
</h3>
</div>
<div class='col-sm-12'>
<h2 class='heading2'>Google Forms</h2>
</div>
<div class='col-sm-12'>
<h3>
<ul>
<li>Google Forms uses the
<b><iframe></b> tag to embed a mini-form document into your web page, where you want it.
This can be a quick and easy way to collect information from users on your website via online
forms.
</li>
<li>
<a href="https://www.google.co.uk/forms/about/" class='whitetext'>
<u>https://www.google.co.uk/forms/about/</u>
</a>
</li>
<li>Instructions on using Google forms
<br>
<a href="https://gsuite.google.com/learning-center/products/forms/get-started/" class='whitetext'>
<u>https://gsuite.google.com/learning-center/products/forms/get-started/</u>
</a>
</li>
<li>If you don’t already have one create a Google account, so that you can then log directly into
Google Forms.</li>
<li>Create your form</li>
<li>Once you are happy with the form you can make it available by clicking on the “Send” button in
the top right corner of the screen. You can then choose how you share the form, via email,
a link, or embedded on a web page. Click the “<>” icon to “Embed HTML”.</li>
<li>Copy and paste the link provided by this icon, which will look something like this:
<br>
<code class='whitetext'><iframe
src= “https://docs.google.com/forms/d/ [...] </iframe>”</code>.
<br> Add this code into the relevant HTML code where you’d like your form to appear.</li>
</ul>
</h3>
</div>
<div class='col-sm-12'>
<h2 class='heading2'> We've reached the end!...
<br> Click the link Below to go back to the beginning</h2>
</div>
<div class='col-sm-12'>
<br>
</div>
<div class='col-sm-4'>
<br>
</div>
<div class='col-sm-4'>
<div class='picture'>
<a href="index.html">
<img src="images/banner-home.fc70d7f4.jpg" alt="TR Classroom image" style="width:242px; height:146px" ;>
<div class="centered">
<h1>Home</h1>
</div>
</a>
</div>
</div>
<div class='col-sm-4'>
<br>
</div>
<div class='col-sm-12'>
<br>
</div>
</div>
</div>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<script src="main.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
</body>
<!-- © CookieMonster | <a href="https://antony-cooke.github.io/ChesterBL/</a> -->
</html>