-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcookies.html
836 lines (828 loc) · 37.5 KB
/
cookies.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
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>TigerAware</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="description"
content="A mobile-based data collection platform for collecting participant experiences in real time, over time."
/>
<meta
name="keywords"
content="Ecological Momentary Assessment, mobile, data collection, mobile health"
/>
<meta name="author" content="TigerAware Labs" />
<!-- Facebook and Twitter integration -->
<meta
property="og:title"
content="A mobile-based data collection platform for collecting participant experiences in real time, over time."
/>
<!-- Facebook and Twitter integration -->
<meta property="og:title" content="" />
<meta property="og:image" content="" />
<meta property="og:url" content="" />
<meta property="og:site_name" content="" />
<meta property="og:description" content="" />
<meta name="twitter:title" content="" />
<meta name="twitter:image" content="" />
<meta name="twitter:url" content="" />
<meta name="twitter:card" content="" />
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="shortcut icon" href="favicon.png" />
<link
href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,400italic,700"
rel="stylesheet"
type="text/css"
/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css" />
<!-- Icomoon Icon Fonts-->
<link rel="stylesheet" href="css/icomoon.css" />
<!-- Simple Line Icons -->
<link rel="stylesheet" href="css/simple-line-icons.css" />
<!-- Magnific Popup -->
<link rel="stylesheet" href="css/magnific-popup.css" />
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css" />
<link rel="stylesheet" href="./css/style.css" />
<!-- Modernizr JS -->
<script src="js/modernizr-2.6.2.min.js"></script>
<style>
.link {
color: white;
}
.link:hover {
color: white;
}
</style>
</head>
<body>
<section id="fh5co-services" data-section="services">
<div class="container">
<div class="row">
<div class="col-md-12 section-heading text-left">
<h2 class="left-border to-animate">Cookie Policy</h2>
<div class="row">
<div class="col-md-8 subtext to-animate">
<div data-custom-class="body">
<div> </div>
<div>
<strong
><span data-custom-class="subtitle"
>Last updated May 05, 2020</span
></strong
>
</div>
<div> </div>
<div> </div>
<div> </div>
<div>
<span data-custom-class="body_text"
>This Cookie Policy explains how TigerAware,
LLC ("<strong>Company</strong>",
"<strong>we</strong>", "<strong>us</strong>", and
"<strong>our</strong>") uses cookies and similar
technologies to recognize you when you visit our websites
at <a
class="link"
href="https://tigeraware.com"
target="_blank"
data-custom-class="link"
>https://tigeraware.com</a
>, ("<strong>Websites</strong>"). It explains what
these technologies are and why we use them, as well as
your rights to control our use of them.</span
>
</div>
<div> </div>
<div>
<span data-custom-class="body_text"
>In some cases we may use cookies to collect personal
information, or that becomes personal information if we
combine it with other information.</span
>
</div>
<div> </div>
<div>
<strong
><span data-custom-class="heading_1"
>What are cookies?</span
></strong
>
</div>
<div> </div>
<div>
<span data-custom-class="body_text"
>Cookies are small data files that are placed on your
computer or mobile device when you visit a website.
Cookies are widely used by website owners in order to make
their websites work, or to work more efficiently, as well
as to provide reporting information.</span
>
</div>
<div> </div>
<div>
<span data-custom-class="body_text"
>Cookies set by the website owner (in this
case, TigerAware, LLC) are called "first party
cookies". Cookies set by parties other than the website
owner are called "third party cookies". Third party
cookies enable third party features or functionality to be
provided on or through the website (e.g. like advertising,
interactive content and analytics). The parties that set
these third party cookies can recognize your computer both
when it visits the website in question and also when it
visits certain other websites.</span
>
</div>
<div> </div>
<div>
<strong
><span data-custom-class="heading_1"
>Why do we use cookies?</span
></strong
>
</div>
<div> </div>
<div>
<span data-custom-class="body_text"
>We use first and third party cookies for
several reasons. Some cookies are required for technical
reasons in order for our Websites to operate, and we refer
to these as "essential" or "strictly necessary" cookies.
Other cookies also enable us to track and target the
interests of our users to enhance the experience on our
Online Properties. Third parties serve cookies
through our Websites for advertising, analytics and other
purposes. This is described in more detail
below.</span
>
</div>
<div> </div>
<div>
<span data-custom-class="body_text"
>The specific types of first and third party
cookies served through our Websites and the purposes they
perform are described below (please note that the specific
cookies served may vary depending on the specific Online
Properties you visit):</span
>
</div>
<div> </div>
<div>
<span id="control"
><strong
><span data-custom-class="heading_1"
>How can I control cookies?</span
></strong
></span
>
</div>
<div> </div>
<div>
<span data-custom-class="body_text"
>You have the right to decide whether to accept or reject
cookies. You can exercise your cookie rights by setting
your preferences in the Cookie Consent Manager. The Cookie
Consent Manager allows you to select which categories of
cookies you accept or reject. Essential cookies cannot be
rejected as they are strictly necessary to provide you
with services.</span
>
</div>
<div> </div>
<div>
<span data-custom-class="body_text"
>The Cookie Consent Manager can be found in the
notification banner and on our website. If you choose to
reject cookies, you may still use our website though your
access to some functionality and areas of our website may
be restricted. You may also set or amend your web browser
controls to accept or refuse cookies. As the means by
which you can refuse cookies through your web browser
controls vary from browser-to-browser, you should visit
your browser's help menu for more information.</span
>
</div>
<div> </div>
<div>
<span data-custom-class="body_text"
>In addition, most advertising networks offer you a way to
opt out of targeted advertising. If you would like to find
out more information, please visit </span
><span data-custom-class="body_text"
><a
class="link"
href="http://www.aboutads.info/choices/"
target="_blank"
data-custom-class="link"
>http://www.aboutads.info/choices/</a
></span
><span data-custom-class="body_text"> or </span
><span data-custom-class="body_text"
><a
class="link"
href="http://www.youronlinechoices.com"
target="_blank"
data-custom-class="link"
data-fr-linked="true"
>http://www.youronlinechoices.com</a
></span
><span data-custom-class="body_text">.</span>
</div>
<div> </div>
<div>
<span data-custom-class="body_text"
>The specific types of first and third party cookies
served through our Websites and the purposes they perform
are described in the table below (please note that the
specific </span
><span data-custom-class="body_text"
>cookies served may vary depending on the specific Online
Properties you visit):</span
><span data-custom-class="heading_2"
><strong
><u><br /><br />Essential website cookies:</u></strong
></span
>
</div>
<div>
<div> </div>
<div>
<span data-custom-class="body_text"
>These cookies are strictly necessary to provide you
with services available through our Websites and to use
some of its features, such as access to secure
areas.</span
>
</div>
<p> </p>
<section data-custom-class="body_text">
<div>
<table>
<tbody>
<tr>
<td>Name:</td>
<td>__tlbcpv</td>
</tr>
<tr>
<td>Purpose:</td>
<td>
Used to record unique visitor views of the
consent banner.
</td>
</tr>
<tr>
<td>Provider:</td>
<td>.termly.io</td>
</tr>
<tr>
<td>Service:</td>
<td>
Termly <a
class="link"
href="https://termly.io/our-privacy-policy/"
target="_blank"
>View Service Privacy Policy</a
>
</td>
</tr>
<tr>
<td>Country:</td>
<td>United States</td>
</tr>
<tr>
<td>Type:</td>
<td>http_cookie</td>
</tr>
<tr>
<td>Expires in:</td>
<td>1 year</td>
</tr>
</tbody>
</table>
</div>
</section>
<p> </p>
<section data-custom-class="body_text">
<div>
<table>
<tbody>
<tr>
<td>Name:</td>
<td>__cfduid</td>
</tr>
<tr>
<td>Purpose:</td>
<td>
Used by Cloudflare to identify individual
clients behind a shared IP address, and apply
security settings on a per-client basis. This is
a HTTP type cookie that expires after 1 year.
</td>
</tr>
<tr>
<td>Provider:</td>
<td>.termly.io</td>
</tr>
<tr>
<td>Service:</td>
<td>
CloudFlare <a
href="https://www.cloudflare.com/privacypolicy/"
target="_blank"
>View Service Privacy Policy</a
>
</td>
</tr>
<tr>
<td>Country:</td>
<td>United States</td>
</tr>
<tr>
<td>Type:</td>
<td>server_cookie</td>
</tr>
<tr>
<td>Expires in:</td>
<td>30 days</td>
</tr>
</tbody>
</table>
</div>
</section>
<p> </p>
<section data-custom-class="body_text">
<div>
<table>
<tbody>
<tr>
<td>Name:</td>
<td>TERMLY_API_CACHE</td>
</tr>
<tr>
<td>Purpose:</td>
<td>
Used to store visitor’s consent result in
order to improve performance of the consent
banner.
</td>
</tr>
<tr>
<td>Provider:</td>
<td>tigeraware.com</td>
</tr>
<tr>
<td>Service:</td>
<td>Termly </td>
</tr>
<tr>
<td>Country:</td>
<td>Netherlands</td>
</tr>
<tr>
<td>Type:</td>
<td>html_local_storage</td>
</tr>
<tr>
<td>Expires in:</td>
<td>1 year</td>
</tr>
</tbody>
</table>
</div>
</section>
</div>
<div> </div>
<div>
<div>
<span data-custom-class="heading_2"
><strong
><u
><br />Analytics and customization cookies:</u
></strong
></span
>
</div>
<p>
<span data-custom-class="body_text"
>These cookies collect information that is used either
in aggregate form to help us understand how our Websites
are being used or how effective our marketing campaigns
are, or to help us customize our Websites for you.</span
>
</p>
<div>
<section data-custom-class="body_text">
<div>
<table>
<tbody>
<tr>
<td>Name:</td>
<td>_gat#</td>
</tr>
<tr>
<td>Purpose:</td>
<td>
Enables Google Analytics regulate the rate of
requesting. It is a HTTP cookie type that
lasts for a session.
</td>
</tr>
<tr>
<td>Provider:</td>
<td>.tigeraware.com</td>
</tr>
<tr>
<td>Service:</td>
<td>
Google Analytics <a
class="link"
href="https://policies.google.com/privacy"
target="_blank"
>View Service Privacy Policy</a
>
</td>
</tr>
<tr>
<td>Country:</td>
<td>Netherlands</td>
</tr>
<tr>
<td>Type:</td>
<td>http_cookie</td>
</tr>
<tr>
<td>Expires in:</td>
<td>1 minute</td>
</tr>
</tbody>
</table>
</div>
</section>
<section data-custom-class="body_text">
<div>
<table>
<tbody>
<tr>
<td>Name:</td>
<td>_gid</td>
</tr>
<tr>
<td>Purpose:</td>
<td>
Keeps an entry of unique ID which is then used
to come up with statistical data on website
usage by visitors. It is a HTTP cookie type
and expires after a browsing session.
</td>
</tr>
<tr>
<td>Provider:</td>
<td>.tigeraware.com</td>
</tr>
<tr>
<td>Service:</td>
<td>
Google Analytics <a
class="link"
href="https://policies.google.com/privacy"
target="_blank"
>View Service Privacy Policy</a
>
</td>
</tr>
<tr>
<td>Country:</td>
<td>Netherlands</td>
</tr>
<tr>
<td>Type:</td>
<td>http_cookie</td>
</tr>
<tr>
<td>Expires in:</td>
<td>1 day</td>
</tr>
</tbody>
</table>
</div>
</section>
<section data-custom-class="body_text">
<div>
<table>
<tbody>
<tr>
<td>Name:</td>
<td>vuid</td>
</tr>
<tr>
<td>Purpose:</td>
<td>
Used by Vimeo player to check if certain
features or preferences have been selected by
the user on websites with embedded videos from
Vimeo.
</td>
</tr>
<tr>
<td>Provider:</td>
<td>.vimeo.com</td>
</tr>
<tr>
<td>Service:</td>
<td>
Vimeo <a
class="link"
href="https://vimeo.com/privacy"
target="_blank"
>View Service Privacy Policy</a
>
</td>
</tr>
<tr>
<td>Country:</td>
<td>United States</td>
</tr>
<tr>
<td>Type:</td>
<td>http_cookie</td>
</tr>
<tr>
<td>Expires in:</td>
<td>1 year 11 months 29 days</td>
</tr>
</tbody>
</table>
</div>
</section>
<section data-custom-class="body_text">
<div>
<table>
<tbody>
<tr>
<td>Name:</td>
<td>_ga</td>
</tr>
<tr>
<td>Purpose:</td>
<td>
It records a particular ID used to come up
with data about website usage by the user. It
is a HTTP cookie that expires after 2 years.
</td>
</tr>
<tr>
<td>Provider:</td>
<td>.tigeraware.com</td>
</tr>
<tr>
<td>Service:</td>
<td>
Google Analytics <a
class="link"
href="https://policies.google.com/privacy"
target="_blank"
>View Service Privacy Policy</a
>
</td>
</tr>
<tr>
<td>Country:</td>
<td>Netherlands</td>
</tr>
<tr>
<td>Type:</td>
<td>http_cookie</td>
</tr>
<tr>
<td>Expires in:</td>
<td>1 year 11 months 29 days</td>
</tr>
</tbody>
</table>
</div>
</section>
</div>
</div>
<div> </div>
<div>
<strong
><span data-custom-class="heading_1"
>What about other tracking technologies, like web
beacons?</span
></strong
>
</div>
<div> </div>
<div>
<span data-custom-class="body_text"
>Cookies are not the only way </span
><span data-custom-class="body_text"
>to recognize or track visitors to a website. We may use
other, similar technologies from time to time, like web
beacons (sometimes called "tracking pixels" or "clear
gifs"). These are tiny graphics files that contain a
unique identifier that enable us to recognize when someone
has visited our Websites or opened an e-mail
including them. This allows us, for example, to
monitor </span
><span data-custom-class="body_text"
>the traffic patterns of users from one page within a
website to another, to deliver or communicate with
cookies, to understand whether you have come to the
website from an online advertisement displayed on a
third-party website, to improve site performance, and to
measure the success of e-mail marketing campaigns. In many
instances, these technologies are reliant on cookies to
function properly, and so declining cookies will impair
their functioning.</span
>
</div>
<div> </div>
<div>
<strong
><span data-custom-class="heading_1"
>Do you use Flash cookies or Local Shared Objects?</span
></strong
>
</div>
<div> </div>
<div>
<span data-custom-class="body_text"
>Websites may also use so-called "Flash Cookies" (also
known as Local Shared Objects or "LSOs") to, among other
things, collect and store information about your use of
our services, fraud prevention and for other site
operations.</span
>
</div>
<div> </div>
<div>
<span data-custom-class="body_text"
>If you do not want Flash Cookies stored on your computer,
you can adjust the settings of your Flash player to block
Flash Cookies storage using the tools contained in
the </span
><span data-custom-class="body_text"
><a
class="link"
href="http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager07.html"
target="_BLANK"
data-custom-class="link"
>Website Storage Settings Panel</a
>. You can also control Flash Cookies by going to
the <a
class="link"
href="http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager03.html"
target="_BLANK"
data-custom-class="link"
>Global Storage Settings Panel</a
></span
><span data-custom-class="body_text"> and </span
><span data-custom-class="body_text"
>following the instructions (which may include
instructions that explain, for example, how to delete
existing Flash Cookies (referred to "information" on the
Macromedia site), how to prevent Flash LSOs from being
placed on your computer without your being asked, and (for
Flash Player 8 and later) how to block Flash Cookies that
are not being delivered by the operator of the page you
are on at the time).</span
>
</div>
<div> </div>
<div>
<span data-custom-class="body_text"
>Please note that setting the Flash Player to restrict or
limit acceptance of Flash Cookies may reduce or impede the
functionality of some Flash applications, including,
potentially, Flash applications used in connection with
our services or online content.</span
>
</div>
<div> </div>
<div>
<strong
><span data-custom-class="heading_1"
>Do you serve targeted advertising?</span
></strong
>
</div>
<div> </div>
<div>
<span data-custom-class="body_text"
>Third parties may serve cookies on your computer or
mobile device to serve advertising through our Websites.
These companies may use information about your visits to
this and other websites in order to provide relevant
advertisements about goods and services that you may be
interested in. They may also employ technology that is
used to measure the effectiveness of advertisements. This
can be accomplished by them using cookies or web beacons
to collect information about your visits to this and other
sites in order to provide relevant advertisements about
goods and services of potential interest to you. The
information collected through this process does not enable
us or them to identify your name, contact details or other
details that directly identify you unless you choose to
provide these.</span
>
</div>
<div> </div>
<div>
<strong
><span data-custom-class="heading_1"
>How often will you update this Cookie Policy?</span
></strong
>
</div>
<div> </div>
<div>
<span data-custom-class="body_text"
>We may update </span
><span data-custom-class="body_text"
>this Cookie Policy from time to time in order to reflect,
for example, changes to the cookies we use or for other
operational, legal or regulatory reasons. Please therefore
re-visit this Cookie Policy regularly to stay informed
about our use of cookies and related technologies.</span
>
</div>
<div> </div>
<div>
<span data-custom-class="body_text"
>The date at the top of this Cookie Policy indicates when
it was last updated.</span
>
</div>
<div> </div>
<div>
<strong
><span data-custom-class="heading_1"
>Where can I get further information?</span
></strong
>
</div>
<div> </div>
<div>
<span data-custom-class="body_text"
>If you have any questions about our use of cookies or
other technologies, please email us
at [email protected] or by post to:</span
>
</div>
<div><span data-custom-class="body_text"> </span></div>
<div>
<span data-custom-class="body_text">TigerAware, LLC</span>
</div>
<div>
<span data-custom-class="body_text"
>1601 S Providence Rd Suite 113R</span
>
</div>
<div>
<span data-custom-class="body_text"
>Columbia, MO 65211-3460</span
>
</div>
<div>
<span data-custom-class="body_text">United States</span>
</div>
</div>
<br><br><br><br><br><br>
<div>
This cookie policy was created using <a
class="link"
href="https://termly.io/en/products/cookie-consent-manager/?ftseo"
>Termly’s Cookie Consent Manager</a
>.
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- jQuery Easing -->
<script src="js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- Stellar Parallax -->
<script src="js/jquery.stellar.min.js"></script>
<!-- Counter -->
<script src="js/jquery.countTo.js"></script>
<!-- Magnific Popup -->
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/magnific-popup-options.js"></script>
<!-- Main JS (Do not remove) -->
<script src="js/main.js"></script>
</body>
</html>