forked from youtube/cobalt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy_sandbox_strings.grdp
1350 lines (1337 loc) · 217 KB
/
privacy_sandbox_strings.grdp
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
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="utf-8"?>
<grit-part>
<message name="IDS_PRIVACY_SANDBOX_FLOC_INVALID" desc="A message shown in place of the user's FLoC ID if the ID is invalid and will not be recomputed">
None
</message>
<message name="IDS_PRIVACY_SANDBOX_FLOC_DESCRIPTION" desc="Description of how FLoC works displayed to the user.">
{NUM_DAYS, plural,
=0 {When this control is on and the status is active, Chrome determines which large group of people, or "cohort," your recent browsing activity is most similar to. Advertisers can select ads for the group and your browsing activity is kept private on your device. Your group is updated every day.}
=1 {When this control is on and the status is active, Chrome determines which large group of people, or "cohort," your recent browsing activity is most similar to. Advertisers can select ads for the group and your browsing activity is kept private on your device. Your group is updated every day.}
other {When this control is on and the status is active, Chrome determines which large group of people, or "cohort," your recent browsing activity is most similar to. Advertisers can select ads for the group and your browsing activity is kept private on your device. Your group is updated every {NUM_DAYS} days.}}
</message>
<message name="IDS_PRIVACY_SANDBOX_FLOC_TIME_TO_NEXT_COMPUTE" desc="Description of how long until the user's FLoC ID is recomputed, in days.">
{NUM_DAYS, plural,
=0 {In less than a day}
=1 {In a day}
other {In {NUM_DAYS} days}}
</message>
<message name="IDS_PRIVACY_SANDBOX_FLOC_TIME_TO_NEXT_COMPUTE_INVALID" desc="A message shown in place of when the user's FLoC ID will be next computed if the user's ID will not be recomputed for any reason, such as having FLoC disabled">
Not applicable
</message>
<message name="IDS_PRIVACY_SANDBOX_FLOC_RESET_EXPLANATION" desc="Description of what happens when a user chooses to reset their Federated Learning of Cohorts (FLoC) identifier">
{NUM_DAYS, plural,
=0 {You can reset your group at any time. It takes about a day to join a new group.}
=1 {You can reset your group at any time. It takes about a day to join a new group.}
other {You can reset your group at any time. It takes {NUM_DAYS} days to join a new group.}}
</message>
<message name="IDS_PRIVACY_SANDBOX_FLOC_STATUS_ACTIVE" desc="Description of the user's FLoC status when they have the FLoC setting enabled, and the Origin Trial feature enabled, and so FLoC is fully active.">
Trial is active
</message>
<message name="IDS_PRIVACY_SANDBOX_FLOC_STATUS_ELIGIBLE_NOT_ACTIVE" desc="Description of the user's FLoC status when FLoC is not operational because the user was not placed in the origin trial. When the user is placed in the trial, because their FLoC setting is enabled, FLoC will become operational">
Eligible for trial but not active
</message>
<message name="IDS_PRIVACY_SANDBOX_FLOC_STATUS_NOT_ACTIVE" desc="Description of the user's FLoC status when FLoC is not operational, either because the user does not have the FLoC setting enabled, or the user was not placed in the origin trial, or both.">
Off
</message>
<!-- Privacy Sandbox v4 - Consent EEA. -->
<message name="IDS_PRIVACY_SANDBOX_M1_CONSENT_TITLE" desc="This string is a page title. It needs to serve 2 purposes: 1) it needs to encompass 3 settings: one of which appears on this screen and two others on a second screen. 2) it also tries to give a sense for a bigger project, Privacy Sandbox described at www.privacysandbox.com. * 'ad privacy' is also the name of a new page in Chrome settings called 'Ad settings'. We mean privacy associated with ads, and not privacy from ads. That new page includes 3 settings: Ad topics, Site-suggested ads, and Ad measurement. Those are also the same 3 settings associated with this 2-screen moment. * The new ad settings appear in the privacy section of Chrome settings: chrome://settings/adSettings **** CONTEXT PRIVACY SANDBOX **** Chrome’s Privacy Sandbox initiative 1) deprecates third-party cookies in Chrome, 2) supports free and open content on the web (by finding better ways to support ads online), 3) while providing stronger privacy protections for users. You can see a high-level description of this public project at www.privacysanbox.com. **** CONTEXT EEA CONSENT **** 1) This screen is a Consent moment for Chrome users in the European Economic Area (EEA). It follows guidelines established by the GDPR. 2) This screen is 1 of 2 screens. This first screen describes the “Ad topics” setting. The second screen describes 2 other settings: “Site-suggested ads” and “Ad measurement”. " formatter_data="android_java">
Enhanced ad privacy in Chrome
</message>
<message name="IDS_PRIVACY_SANDBOX_M1_CONSENT_DESCRIPTION_1" desc="* 'we' refers to Chrome. We're using a personal pronoun to improve tone and make the moment more conversational, but that's not required and you can replace this with 'Chrome is launching new privacy features...' * 'new privacy features': This screen is the first encounter users have with Privacy Sandbox (www.privacysandbox.com), Chrome's effort to deprecate third-party cookies. This paragraph speaks broadly to the effort and so references multiple settings, even though the user, in this moment, is consenting (or not) to one single setting: Ad topics. * 'more choice over the ads you see': This phrase suggests a comparison. We're comparing the new features with third-party cookies, the old manner advertisers had to track users and show personalized ads. The 'more choice' we're providing is the possibility to block certain ad topics. So if the user sets Chrome settings to allow personalized ads, the user can block an ad topic like 'Sports'. This is one input among others, so it doesn't necessarily mean the user won't see ads related to sports, but it's more control than they have today and it can be a meaningful control. **** CONTEXT PRIVACY SANDBOX **** Chrome’s Privacy Sandbox initiative 1) deprecates third-party cookies in Chrome, 2) supports free and open content on the web (by finding better ways to support ads online), 3) while providing stronger privacy protections for users. You can see a high-level description of this public project at www.privacysanbox.com. **** CONTEXT EEA CONSENT **** 1) This screen is a Consent moment for Chrome users in the European Economic Area (EEA). It follows guidelines established by the GDPR. 2) This screen is 1 of 2 screens. This first screen describes the “Ad topics” setting. The second screen describes 2 other settings: “Site-suggested ads” and “Ad measurement”. " formatter_data="android_java">
We’re launching new privacy features that give you more choice over the ads you see.
</message>
<message name="IDS_PRIVACY_SANDBOX_M1_CONSENT_DESCRIPTION_2" desc="* 'Ad topics' is both the name of a new Chrome setting and the concept of topics of interest used to influence ads. For legal reasons, it's important that we convey the name of the setting to users so that they can find the setting of the same name in Chrome settings. * 'help sites': The setting allows users to decide whether or not a site they visit can ask Chrome for ad topics (topics of interests) that Chrome estimates based on the user's browsing history. It's simply a 'help' and not an 'allow' because a site the user visits might have many means of showing the user personalized ads—Chrome's new Ad topics setting is just one of them. * 'relevant ads' is another way to say 'personalized ads' * 'while protecting your browsing history and identity': Today, with third-party cookies, an ad company can track a user from site to site, and often know who the user is by name. The new settings help sites maintain personalized ads while limiting sites from tracking users from site to site, another way to say 'protecting your browsing history'. * 'Chrome can note...': This explains how the new setting works. When the Ad topics setting is on, a user gives Chrome permission to consider the user's browsing history to determine topics of interest that Chrome can then share with sites so that a site can show personalized ads based on the user's topics of interest. * 'recent browsing history': At the time of launch, this is a 4 week window. For example, imagine you spend time looking at web sites related to model airplanes. With this setting on, Chrome can use this info to choose topics of interest. But then for the next 4 weeks, you don't look at any sites related to model airplanes. Topics of interest are deleted after 4 weeks on a rolling basis, so after 4 weeks the fact that you looked at sites related to model airplanes won't have any influence on the topics of interests chosen by Chrome. * 'Later' helps the user understand that there are 2 stages relative to this setting. In the first stage, Chrome can estimate the user's interests based on their browsing history. Later, as the user continues browsing, a site can ask Chrome for topics of interest used to personalize ads. It's not instantaneous. **** CONTEXT PRIVACY SANDBOX **** Chrome’s Privacy Sandbox initiative 1) deprecates third-party cookies in Chrome, 2) supports free and open content on the web (by finding better ways to support ads online), 3) while providing stronger privacy protections for users. You can see a high-level description of this public project at www.privacysanbox.com. **** CONTEXT EEA CONSENT **** 1) This screen is a Consent moment for Chrome users in the European Economic Area (EEA). It follows guidelines established by the GDPR. 2) This screen is 1 of 2 screens. This first screen describes the “Ad topics” setting. The second screen describes 2 other settings: “Site-suggested ads” and “Ad measurement”." formatter_data="android_java">
Ad topics help sites show you relevant ads while protecting your browsing history and identity. Chrome can note topics of interest based on your recent browsing history. Later, a site you visit can ask Chrome for relevant topics to personalize the ads you see.
</message>
<message name="IDS_PRIVACY_SANDBOX_M1_CONSENT_DESCRIPTION_3" desc="* A reassuring paragraph that emphasizes the element of control. Today, with third-party cookies, advertisers can learn much about users and this information is largely hidden from the user. With this new setting, the user can see the topics of interests estimated by Chrome and block ones they're not comfortable with. * 'auto-deletes': this could also read 'Chrome also deletes...' We included the 'auto' to reinforce that this is part of a system and the deletion is done regularly. **** CONTEXT PRIVACY SANDBOX **** Chrome’s Privacy Sandbox initiative 1) deprecates third-party cookies in Chrome, 2) supports free and open content on the web (by finding better ways to support ads online), 3) while providing stronger privacy protections for users. You can see a high-level description of this public project at www.privacysanbox.com. **** CONTEXT EEA CONSENT **** 1) This screen is a Consent moment for Chrome users in the European Economic Area (EEA). It follows guidelines established by the GDPR. 2) This screen is 1 of 2 screens. This first screen describes the “Ad topics” setting. The second screen describes 2 other settings: “Site-suggested ads” and “Ad measurement”. " formatter_data="android_java">
You can see ad topics in settings and block the ones you don’t want shared with sites. Chrome also auto-deletes ad topics that are older than 4 weeks.
</message>
<message name="IDS_PRIVACY_SANDBOX_M1_CONSENT_LEARN_MORE_EXPAND_LABEL" desc="This is an actionable string, allowing the user to learn more about the Ad topics setting. The name of the setting is 'Ad topics', with a capital 'A'. So here in this string, we use 'ad topics' to help the user find the setting later in Settings, but we're more referring to the concept of topics of interest than the setting. Both are important." formatter_data="android_java">
More about ad topics
</message>
<message name="IDS_PRIVACY_SANDBOX_M1_CONSENT_DESCRIPTION_4" desc="We inform the user that regardless of their choice in this moment, they can always change their mind in Chrome settings—in this case by finding the 'Ad topics' setting and changing the toggle. **** CONTEXT PRIVACY SANDBOX **** Chrome’s Privacy Sandbox initiative 1) deprecates third-party cookies in Chrome, 2) supports free and open content on the web (by finding better ways to support ads online), 3) while providing stronger privacy protections for users. You can see a high-level description of this public project at www.privacysanbox.com. **** CONTEXT EEA CONSENT **** 1) This screen is a Consent moment for Chrome users in the European Economic Area (EEA). It follows guidelines established by the GDPR. 2) This screen is 1 of 2 screens. This first screen describes the “Ad topics” setting. The second screen describes 2 other settings: “Site-suggested ads” and “Ad measurement”. " formatter_data="android_java">
You can change your mind any time in Chrome settings
</message>
<message name="IDS_PRIVACY_SANDBOX_M1_CONSENT_DECLINE_BUTTON" desc="A button label that enables a user to refuse turning on the Ad topics setting. **** CONTEXT PRIVACY SANDBOX **** Chrome’s Privacy Sandbox initiative 1) deprecates third-party cookies in Chrome, 2) supports free and open content on the web (by finding better ways to support ads online), 3) while providing stronger privacy protections for users. You can see a high-level description of this public project at www.privacysanbox.com. **** CONTEXT EEA CONSENT **** 1) This screen is a Consent moment for Chrome users in the European Economic Area (EEA). It follows guidelines established by the GDPR. 2) This screen is 1 of 2 screens. This first screen describes the “Ad topics” setting. The second screen describes 2 other settings: “Site-suggested ads” and “Ad measurement”. " formatter_data="android_java">
No thanks
</message>
<message name="IDS_PRIVACY_SANDBOX_M1_CONSENT_ACCEPT_BUTTON" desc="It's rare that a Google interface speaks from the user's perspective, but we do it here to reinforce the importance of the choice. This could also read something like 'Yes, I accept'. **** CONTEXT PRIVACY SANDBOX **** Chrome’s Privacy Sandbox initiative 1) deprecates third-party cookies in Chrome, 2) supports free and open content on the web (by finding better ways to support ads online), 3) while providing stronger privacy protections for users. You can see a high-level description of this public project at www.privacysanbox.com. **** CONTEXT EEA CONSENT **** 1) This screen is a Consent moment for Chrome users in the European Economic Area (EEA). It follows guidelines established by the GDPR. 2) This screen is 1 of 2 screens. This first screen describes the “Ad topics” setting. The second screen describes 2 other settings: “Site-suggested ads” and “Ad measurement”. " formatter_data="android_java">
Yes, I'm in
</message>
<message name="IDS_PRIVACY_SANDBOX_M1_CONSENT_SAVING_LABEL" desc="This is a third screen that appears momentarily between the 2 primary screens of this consent/notice moment. Technically, we don't need this screen and we don't need time to save the user's choice on the first screen. We include this screen, and this string, to: 1) reinforce that the user has made a choice and that we're saved that choice 2) separate the 1st from the second screen. The 2 screens are related, because they're both about 'Ad privacy' settings, but they're distinct moments because legally, we need the user's consent from Ad topics. For Site-suggested ads and Ad measurement, it's sufficient to provide the user notice about these settings." formatter_data="android_java">
Saving...
</message>
<message name="IDS_PRIVACY_SANDBOX_M1_CONSENT_LEARN_MORE_BULLET_1" desc="* This is 1 of 3 bullets. The label above the bullets is 'More about ad topics'. That string appears on the Consent page as an actionable label that leads the user to more information (this page) about the Ad topics setting. * 'What data is used:': This string appears in bold and serves as a label for this bullet. * 'Your ad topics': 'Ad topics' is the name of the setting. Here, it's referring to a list of topics that are generated by Chrome when the user turns this setting on. It's useful to use the same string, 'ad topics', to reinforce that the list of topics is associated with the setting of that name, but it's not strictly necessary. * 'recent browsing history': Chrome estimates the user's interests based on the URLs of the sites they visit. Every 4 weeks, Chrome deletes ad topics so that the list of topics is always 'recent'. **** CONTEXT PRIVACY SANDBOX **** Chrome’s Privacy Sandbox initiative 1) deprecates third-party cookies in Chrome, 2) supports free and open content on the web (by finding better ways to support ads online), 3) while providing stronger privacy protections for users. You can see a high-level description of this public project at www.privacysanbox.com." formatter_data="android_java">
<ph name="BEGIN_BOLD"><b></ph>What data is used:<ph name="END_BOLD"></b></ph> Your ad topics are based on your recent browsing history, a list of sites you’ve visited using Chrome on this device.
</message>
<message name="IDS_PRIVACY_SANDBOX_M1_CONSENT_LEARN_MORE_BULLET_2" desc="* This is 2 of 3 bullets. The label above the bullets is 'More about ad topics'. That string appears on the Consent page as an actionable label that leads the user to more information (this page) about the Ad topics setting. * 'How we use this data:': This string appears in bold and serves as a label for this bullet. * 'Chrome notes...': This user uses Chrome to browse the web, so Chrome already has a notion of their browsing history. With this setting on, Chrome considers the recent browsing history to make a list of topics of interest. * 'Topic labels are predefined': Right now, the publicly-availabel list of topics is here: https://github.com/patcg-individual-drafts/topics/blob/main/taxonomy_v1.md. * 'Later' helps the user understand that there are 2 stages relative to this setting. In the first stage, Chrome can estimate the user's interests based on their browsing history. Later, as the user continues browsing, a site can ask Chrome for topics of interest used to personalize ads. It's not instantaneous. * 'a few of your topics': The actual number is 3, so 'a few' is referring to 3. We don't want to be precise about the number, even though it's a small number and should feel reassuring to the user, because concrete numbers often invite questions. * 'but not your browsing history': we include this to reassure the user. If a site could access the user's browsing history, that site could track the user across the Web. This setting uses info from the user's browsing history, but it doesn't share the actual browsing history. **** CONTEXT PRIVACY SANDBOX **** Chrome’s Privacy Sandbox initiative 1) deprecates third-party cookies in Chrome, 2) supports free and open content on the web (by finding better ways to support ads online), 3) while providing stronger privacy protections for users. You can see a high-level description of this public project at www.privacysanbox.com." formatter_data="android_java">
<ph name="BEGIN_BOLD"><b></ph>How we use this data:<ph name="END_BOLD"></b></ph> Chrome notes topics of interest as you browse. Topic labels are predefined and include things like, Arts & Entertainment, Shopping, and Sports. Later, a site you visit can ask Chrome for a few of your topics (but not your browsing history) to personalize the ads you see.
</message>
<message name="IDS_PRIVACY_SANDBOX_M1_CONSENT_LEARN_MORE_BULLET_3" desc="* This is 3 of 3 bullets. The label above the bullets is 'More about ad topics'. That string appears on the Consent page as an actionable label that leads the user to more information (this page) about the Ad topics setting. * 'How you can manage your data:': This string appears in bold and serves as a label for this bullet. * 'auto-deletes': this could also read 'Chrome also deletes...' We included the 'auto' to reinforce that this is part of a system and the deletion is done regularly. * 'As you keep browsing...': If a user visits similar sites every week for months on end, the same topic may appear on their list of topics and appear 'permanent'. This sentence explains why a topic might persist despite having just said that topics are deleted every 4 weeks. **** CONTEXT PRIVACY SANDBOX **** Chrome’s Privacy Sandbox initiative 1) deprecates third-party cookies in Chrome, 2) supports free and open content on the web (by finding better ways to support ads online), 3) while providing stronger privacy protections for users. You can see a high-level description of this public project at www.privacysanbox.com. " formatter_data="android_java">
<ph name="BEGIN_BOLD"><b></ph>How you can manage your data:<ph name="END_BOLD"></b></ph> Chrome auto-deletes topics that are older than 4 weeks. As you keep browsing, a topic might reappear on the list. You can also block topics you don’t want Chrome to share with sites and turn ad topics off at any time in Chrome settings.
</message>
<message name="IDS_PRIVACY_SANDBOX_M1_CONSENT_LEARN_MORE_LINK" desc="A sentence that appears alone at the bottom of the learn more page. It offers the user a path towards additional information about how Google protects their data." formatter_data="android_java">
Learn more about how Google protects your data in our Privacy Policy.
</message>
<!-- Privacy Sandbox v4 - Notice EEA. -->
<message name="IDS_PRIVACY_SANDBOX_M1_NOTICE_EEA_TITLE" desc="* A page title for the second of 2 screens * 'Other features': There are 3 settings we're launching that all appear on Chrome's 'Ad privacy' page. The first screen of this Consent/Notice moment speaks to the Ad topics setting. This second screen speaks to the 2 other Ad privacy settings: Site-suggested ads and Ad measurement. So this page title refers to features other than the Ad topics setting that Chrome is launching to make ads more private. * 'make ads more private' invites a comparison. It's not explicit, but we're comparing these new settings to the system we have today to show personalized ads, and that's third-party cookies. **** CONTEXT PRIVACY SANDBOX **** Chrome’s Privacy Sandbox initiative 1) deprecates third-party cookies in Chrome, 2) supports free and open content on the web (by finding better ways to support ads online), 3) while providing stronger privacy protections for users. You can see a high-level description of this public project at www.privacysanbox.com. **** CONTEXT EEA NOTICE **** 1) This screen provides notice to Chrome users in the European Economic Area (EEA). It follows guidelines established by the GDPR. 2) This screen is the second of 2 screens. This second screen describes 2 settings: “Site-suggested ads” and “Ad measurement”. The first screen describes the “Ad topics” setting. " formatter_data="android_java">
Other features that make ads more private
</message>
<message name="IDS_PRIVACY_SANDBOX_M1_NOTICE_EEA_DESCRIPTION_1" desc="* 'we' refers to Chrome. We're using a personal pronoun to improve tone and make the moment more conversational, but that's not required and you can replace this with 'Chrome is launching new ways...' * 'limit': Don't use a word like 'prevent', because we can't promise that. A site can still learn something about a user when they use these new settings, but it's relatively little compared to what a site can learn using third-party cookies. * 'when they show you personalized ads': We're referring to the ad-personalization system broadly. Arguably, a site doesn't learn anything about a user when that user is shown a single ad (except if the user clicks on the ad), but in the process of learning about their users and showing them ads, a site learns something about specific users. * 'for example:': 2 bullets follow these words. We're suggesting that the bullets describe ways we limit what sites can learn but that these 2 things aren't the only ways. In fact, the Ad topics setting described on the first screen of this Consent/Notice moment also helps limit what sites can learn about you as part of the ad personalization system. **** CONTEXT PRIVACY SANDBOX **** Chrome’s Privacy Sandbox initiative 1) deprecates third-party cookies in Chrome, 2) supports free and open content on the web (by finding better ways to support ads online), 3) while providing stronger privacy protections for users. You can see a high-level description of this public project at www.privacysanbox.com. **** CONTEXT EEA NOTICE **** 1) This screen provides notice to Chrome users in the European Economic Area (EEA). It follows guidelines established by the GDPR. 2) This screen is the second of 2 screens. This second screen describes 2 settings: “Site-suggested ads” and “Ad measurement”. The first screen describes the “Ad topics” setting. **** CONTEXT PRIVACY SANDBOX **** Chrome’s Privacy Sandbox initiative 1) deprecates third-party cookies in Chrome, 2) supports free and open content on the web (by finding better ways to support ads online), 3) while providing stronger privacy protections for users. You can see a high-level description of this public project at www.privacysanbox.com. **** CONTEXT EEA NOTICE **** 1) This screen provides notice to Chrome users in the European Economic Area (EEA). It follows guidelines established by the GDPR. 2) This screen is the second of 2 screens. This second screen describes 2 settings: “Site-suggested ads” and “Ad measurement”. The first screen describes the “Ad topics” setting. " formatter_data="android_java">
We’re launching new ways to limit what sites can learn about you when they show you personalized ads, for example:
</message>
<message name="IDS_PRIVACY_SANDBOX_M1_NOTICE_EEA_BULLET_1" desc="* This is 1 of 2 bullets that site beneath the sentence: 'We’re launching new ways to limit what sites can learn about you when they show you personalized ads, for example:' * 'Site-suggested ads' is the name of a new setting we're launching and that appears on the Ad privacy page of Chrome settings. * 'help protect your browsing history and identity': Today, with third-party cookies, an ad company can track a user from site to site, and often know who the user is by name. The new settings help sites maintain personalized ads while limiting sites from tracking users from site to site, another way to say 'protecting your browsing history'. * 'while enabling sites': When this new setting is on, a site can ask Chrome for information that helps the site show the user personalized ads. Chrome is helping the site show personalized ads (and thus helping sites earn money and keep the Internet free to people browsing). * 'Based on your activity' this sentence explains how this setting works. 'your activity' refers to your activity on a specific site, not to your browsing history. * 'a site you visited': This setting is about the user's interaction with a single site; not the user's browsing history. This string is intentionally in the past tense to help the reader understand that there are 2 stages associated with this setting: 1) a user interacts with a site and the site (or an advertiser associated with the site), gets a sense for the user based on that interaction. And then 2) later, as the user engages with a different site, the user might see ads suggested by the first site. * 'can suggest related ads': Say you visit a site that sells shoes. That site can store info with Chrome, such as the fact that you nearly purchased running shoes on the first site. Then as you keep browsing, other sites can ask Chrome for this info saved by the first site and show you ads related to running shows suggested by the first site. * 'You can see...' this sentence gives the user a sense of control. The user can always turn this setting off and not receive 'site-suggested ads'. Or, if this setting is on, a user can block a specific site from suggesting ads. **** CONTEXT PRIVACY SANDBOX **** Chrome’s Privacy Sandbox initiative 1) deprecates third-party cookies in Chrome, 2) supports free and open content on the web (by finding better ways to support ads online), 3) while providing stronger privacy protections for users. You can see a high-level description of this public project at www.privacysanbox.com. **** CONTEXT EEA NOTICE **** 1) This screen provides notice to Chrome users in the European Economic Area (EEA). It follows guidelines established by the GDPR. 2) This screen is the second of 2 screens. This second screen describes 2 settings: “Site-suggested ads” and “Ad measurement”. The first screen describes the “Ad topics” setting. " formatter_data="android_java">
Site-suggested ads help protect your browsing history and identity while enabling sites to show you relevant ads. Based on your activity, a site you visited can suggest related ads as you continue browsing. You can see a list of these sites and block the ones you don’t want in settings.
</message>
<message name="IDS_PRIVACY_SANDBOX_M1_NOTICE_EEA_BULLET_2" desc="* This is 2 of 2 bullets that site beneath the sentence: 'We’re launching new ways to limit what sites can learn about you when they show you personalized ads, for example:' * 'ad measurement' is the name of a new setting we're launching and that appears on the Ad privacy page of Chrome settings. * 'limited types of data': This setting helps an advertiser associate a user's actions on one site with their actions on another. For example, a user sees an ad on one site and then later buys that product from the company that sells the product. The ad measurement setting allows Chrome to help a company make the association between the two sites so that the first site can be fairly compensated for showing an ad. Compared with third-party cookies, very little info is shared between sites to support this functionality. **** CONTEXT PRIVACY SANDBOX **** Chrome’s Privacy Sandbox initiative 1) deprecates third-party cookies in Chrome, 2) supports free and open content on the web (by finding better ways to support ads online), 3) while providing stronger privacy protections for users. You can see a high-level description of this public project at www.privacysanbox.com. **** CONTEXT EEA NOTICE **** 1) This screen provides notice to Chrome users in the European Economic Area (EEA). It follows guidelines established by the GDPR. 2) This screen is the second of 2 screens. This second screen describes 2 settings: “Site-suggested ads” and “Ad measurement”. The first screen describes the “Ad topics” setting. ">
With ad measurement, limited types of data are shared between sites to measure the performance of their ads, such as the time of day an ad was shown to you.
</message>
<message name="IDS_PRIVACY_SANDBOX_M1_NOTICE_EEA_LEARN_MORE_EXPAND_LABEL" desc="This is an actionable string, allowing the user to learn more about these two new settings. The names of the settings are 'Site-suggested ads' and 'Ad measurement'. We use the names of the settings to help the user find these settings later in Chrome settings. **** CONTEXT PRIVACY SANDBOX **** Chrome’s Privacy Sandbox initiative 1) deprecates third-party cookies in Chrome, 2) supports free and open content on the web (by finding better ways to support ads online), 3) while providing stronger privacy protections for users. You can see a high-level description of this public project at www.privacysanbox.com. **** CONTEXT EEA NOTICE **** 1) This screen provides notice to Chrome users in the European Economic Area (EEA). It follows guidelines established by the GDPR. 2) This screen is the second of 2 screens. This second screen describes 2 settings: “Site-suggested ads” and “Ad measurement”. The first screen describes the “Ad topics” setting. " formatter_data="android_java">
More about site-suggested ads and ad measurement
</message>
<message name="IDS_PRIVACY_SANDBOX_M1_NOTICE_EEA_DESCRIPTION_2" desc="We inform the user that they can always change these new settings in Chrome settings. This is the second of two screens that comprise this Consent/Notice moment. On the first screen, for the Ad topics settings, we must ask the user for their consent to turn on the setting. On this page, we only need to provide notice to the user that we're launching two new settings. By default, these new settings will be on. This string reminds the user that they can find and change the state of these settings in Chrome settings. **** CONTEXT PRIVACY SANDBOX **** Chrome’s Privacy Sandbox initiative 1) deprecates third-party cookies in Chrome, 2) supports free and open content on the web (by finding better ways to support ads online), 3) while providing stronger privacy protections for users. You can see a high-level description of this public project at www.privacysanbox.com. **** CONTEXT EEA NOTICE **** 1) This screen provides notice to Chrome users in the European Economic Area (EEA). It follows guidelines established by the GDPR. 2) This screen is the second of 2 screens. This second screen describes 2 settings: “Site-suggested ads” and “Ad measurement”. The first screen describes the “Ad topics” setting. " formatter_data="android_java">
You can make changes in Chrome settings
</message>
<message name="IDS_PRIVACY_SANDBOX_M1_NOTICE_EEA_ACK_BUTTON" desc="Because this isn't a moment of Consent, the button label reflects acknowledgement of this setting, and not explicit consent with something like 'Yes, I'm in'. **** CONTEXT PRIVACY SANDBOX **** Chrome’s Privacy Sandbox initiative 1) deprecates third-party cookies in Chrome, 2) supports free and open content on the web (by finding better ways to support ads online), 3) while providing stronger privacy protections for users. You can see a high-level description of this public project at www.privacysanbox.com. **** CONTEXT EEA NOTICE **** 1) This screen provides notice to Chrome users in the European Economic Area (EEA). It follows guidelines established by the GDPR. 2) This screen is the second of 2 screens. This second screen describes 2 settings: “Site-suggested ads” and “Ad measurement”. The first screen describes the “Ad topics” setting. " formatter_data="android_java">
Got it
</message>
<message name="IDS_PRIVACY_SANDBOX_M1_NOTICE_EEA_SETTINGS_BUTTON" desc="Because this isn't a moment of Consent, and the new settings are turned on by default, we don't provide a 'No thanks' button. Instead, we provide a simple means to find these new settings in Chrome settings. **** CONTEXT PRIVACY SANDBOX **** Chrome’s Privacy Sandbox initiative 1) deprecates third-party cookies in Chrome, 2) supports free and open content on the web (by finding better ways to support ads online), 3) while providing stronger privacy protections for users. You can see a high-level description of this public project at www.privacysanbox.com. **** CONTEXT EEA NOTICE **** 1) This screen provides notice to Chrome users in the European Economic Area (EEA). It follows guidelines established by the GDPR. 2) This screen is the second of 2 screens. This second screen describes 2 settings: “Site-suggested ads” and “Ad measurement”. The first screen describes the “Ad topics” setting." formatter_data="android_java">
Settings
</message>
<message name="IDS_PRIVACY_SANDBOX_M1_NOTICE_EEA_LEARN_MORE_HEADING_1" desc="This is the name of a new setting. In this context, it appears as a self-standing label (1 of 2 on the page), in bold, above 3 bullets that describe this setting. **** CONTEXT PRIVACY SANDBOX **** Chrome’s Privacy Sandbox initiative 1) deprecates third-party cookies in Chrome, 2) supports free and open content on the web (by finding better ways to support ads online), 3) while providing stronger privacy protections for users. You can see a high-level description of this public project at www.privacysanbox.com. " formatter_data="android_java">
Site-suggested ads
</message>
<message name="IDS_PRIVACY_SANDBOX_M1_NOTICE_EEA_LEARN_MORE_BULLET_1" desc="* This is 1 of 3 bullets. The label above the bullets is 'More about site-suggested ads and ad measurement'. That string appears on the Notice page (page 2 of 2 in the Consent / Notice moment) as an actionable label that leads the user to more information (this page) about the Site-suggested ads and Ad measurement settings. * 'What data is used:': This string appears in bold and serves as a label for this bullet. * 'Your activity on a site': Don't confuse this with the user's browsing history (a list of URLs the user visits as they browse the web). In this case, we mean actions a user takes on a specific site. * 'On this device' is important because it suggests to the user that they might have different results (different ad personalization) based on the device they're using. **** CONTEXT PRIVACY SANDBOX **** Chrome’s Privacy Sandbox initiative 1) deprecates third-party cookies in Chrome, 2) supports free and open content on the web (by finding better ways to support ads online), 3) while providing stronger privacy protections for users. You can see a high-level description of this public project at www.privacysanbox.com. " formatter_data="android_java">
<ph name="BEGIN_BOLD"><b></ph>What data is used:<ph name="END_BOLD"></b></ph> Your activity on a site you visit using Chrome on this device.
</message>
<message name="IDS_PRIVACY_SANDBOX_M1_NOTICE_EEA_LEARN_MORE_BULLET_2" desc="* This is 2 of 3 bullets. The label above the bullets is 'More about site-suggested ads and ad measurement'. That string appears on the Notice page (page 2 of 2 in the Consent / Notice moment) as an actionable label that leads the user to more information (this page) about the Site-suggested ads and Ad measurement settings. * 'How we use this data:': This string appears in bold and serves as a label for this bullet. * 'Sites can store...': This explains to the user how this setting works. In this case, the info sites can store refers to short strings of text that reference specific ads. **** CONTEXT PRIVACY SANDBOX **** Chrome’s Privacy Sandbox initiative 1) deprecates third-party cookies in Chrome, 2) supports free and open content on the web (by finding better ways to support ads online), 3) while providing stronger privacy protections for users. You can see a high-level description of this public project at www.privacysanbox.com. " formatter_data="android_java">
<ph name="BEGIN_BOLD"><b></ph>How sites use this data:<ph name="END_BOLD"></b></ph> Sites can store information with Chrome about things you like. For example, if you visit a site about marathon training, the site might decide that you’re interested in running shoes. Later, if you visit a different site, that site can show you an ad for running shoes suggested by the first site.
</message>
<message name="IDS_PRIVACY_SANDBOX_M1_NOTICE_EEA_LEARN_MORE_BULLET_3" desc="* This is 3 of 3 bullets. The label above the bullets is 'More about site-suggested ads and ad measurement'. That string appears on the Notice page (page 2 of 2 in the Consent / Notice moment) as an actionable label that leads the user to more information (this page) about the Site-suggested ads and Ad measurement settings. * 'How you can manage your data:': This string appears in bold and serves as a label for this bullet. * 'auto-deletes': this could also read 'Chrome deletes...' We included the 'auto' to reinforce that this is part of a system and the deletion is done regularly. * 'reappear on the list': If a user visits similar sites every week for months on end, the same sites may appear on their list of sites and appear 'permanent'. This sentence explains why a site might persist despite having just said that sites are deleted every 30 days. **** CONTEXT PRIVACY SANDBOX **** Chrome’s Privacy Sandbox initiative 1) deprecates third-party cookies in Chrome, 2) supports free and open content on the web (by finding better ways to support ads online), 3) while providing stronger privacy protections for users. You can see a high-level description of this public project at www.privacysanbox.com. " formatter_data="android_java">
<ph name="BEGIN_BOLD"><b></ph>How you can manage your data:<ph name="END_BOLD"></b></ph> Chrome auto-deletes sites that are older than 30 days. A site you visit again might reappear on the list. You can also block a site from suggesting ads for you and turn site-suggested ads off at any time in Chrome settings.
</message>
<message name="IDS_PRIVACY_SANDBOX_M1_NOTICE_EEA_LEARN_MORE_HEADING_2" desc="* This is the name of a new setting. In this context, it appears as a self-standing label (2 of 2 on the page), in bold, above a paragraph that describes this setting. **** CONTEXT PRIVACY SANDBOX **** Chrome’s Privacy Sandbox initiative 1) deprecates third-party cookies in Chrome, 2) supports free and open content on the web (by finding better ways to support ads online), 3) while providing stronger privacy protections for users. You can see a high-level description of this public project at www.privacysanbox.com. " formatter_data="android_java">
Ad measurement
</message>
<message name="IDS_PRIVACY_SANDBOX_M1_NOTICE_EEA_LEARN_MORE_DESCRIPTION" desc="A paragraph on a learn more page **** CONTEXT PRIVACY SANDBOX **** Chrome’s Privacy Sandbox initiative 1) deprecates third-party cookies in Chrome, 2) supports free and open content on the web (by finding better ways to support ads online), 3) while providing stronger privacy protections for users. You can see a high-level description of this public project at www.privacysanbox.com." formatter_data="android_java">
Sites you visit can ask Chrome for information that helps them measure the performance of their ads. Chrome protects your privacy by limiting the information sites can share with one another.
</message>
<!-- Privacy Sandbox v4 - Notice Restricted. -->
<message name="IDS_PRIVACY_SANDBOX_M1_NOTICE_RESTRICTED_TITLE" translateable="false" formatter_data="android_java">
Ut enim ad minim veniam.
</message>
<message name="IDS_PRIVACY_SANDBOX_M1_NOTICE_RESTRICTED_DESCRIPTION_1" translateable="false" formatter_data="android_java">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</message>
<message name="IDS_PRIVACY_SANDBOX_M1_NOTICE_RESTRICTED_DESCRIPTION_2" translateable="false" formatter_data="android_java">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</message>
<message name="IDS_PRIVACY_SANDBOX_M1_NOTICE_RESTRICTED_DESCRIPTION_3" translateable="false" >
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</message>
<message name="IDS_PRIVACY_SANDBOX_M1_NOTICE_RESTRICTED_ACK_BUTTON" translateable="false" formatter_data="android_java">
Lorem
</message>
<message name="IDS_PRIVACY_SANDBOX_M1_NOTICE_RESTRICTED_SETTINGS_BUTTON" translateable="false" formatter_data="android_java">
Ipsum
</message>
<!-- Privacy Sandbox v4 - Notice ROW. -->
<message name="IDS_PRIVACY_SANDBOX_M1_NOTICE_ROW_TITLE" desc="* A page title for this Notice screen for users outside of the EEA. It needs to serve 2 purposes: 1) it needs to encompass 3 settings: Ad topics, Site-suggested ads, and Ad measurement 2) it also tries to give a sense for a bigger project, Privacy Sandbox described at www.privacysandbox.com. * 'ad privacy' is also the name of a new page in Chrome settings called 'Ad settings'. That new page includes 3 settings: Ad topics, Site-suggested ads, and Ad measurement. * The new ad settings appear in the privacy section of Chrome settings: chrome://settings/adSettings **** CONTEXT PRIVACY SANDBOX **** Chrome’s Privacy Sandbox initiative 1) deprecates third-party cookies in Chrome, 2) supports free and open content on the web (by finding better ways to support ads online), 3) while providing stronger privacy protections for users. You can see a high-level description of this public project at www.privacysanbox.com. **** CONTEXT ROW NOTICE **** 1) This screen provides notice to Chrome users outside of the European Economic Area (EEA) (we typically refer to this screen as “Rest of World” or “ROW”). It follows guidelines established by the GDPR. 2) We’re using similar but distinct content for EEA / ROW because legal requirements differ. For ROW, we can provide notice for all 3 settings, and so all 3 settings can appear on a single screen. " formatter_data="android_java">
Enhanced ad privacy in Chrome
</message>
<message name="IDS_PRIVACY_SANDBOX_M1_NOTICE_ROW_DESCRIPTION_1" desc="* ''we'' refers to Chrome. We're using a personal pronoun to improve tone and make the moment more conversational, but that's not required and you can replace this with ''Chrome is launching new privacy features...'' * ''new privacy features'': This screen is the first encounter users have with Privacy Sandbox (www.privacysandbox.com), Chrome's effort to deprecate third-party cookies. This paragraph speaks broadly to the effort and so references multiple settings, even though the user, in this moment, is consenting (or not) to one single setting: Ad topics. * ''more choice over the ads you see'': This phrase suggests a comparison. We're comparing the new features with third-party cookies, the old manner advertisers had to track users and show personalized ads. The ''more choice'' we're providing is the possibility to block certain ad topics. So if the user sets Chrome settings to allow personalized ads, the user can block an ad topic like ''Sports''. This is one input among others, so it doesn't necessarily mean the user won't see ads related to sports, but it's more control than they have today and it can be a meaningful control.' **** CONTEXT PRIVACY SANDBOX **** Chrome’s Privacy Sandbox initiative 1) deprecates third-party cookies in Chrome, 2) supports free and open content on the web (by finding better ways to support ads online), 3) while providing stronger privacy protections for users. You can see a high-level description of this public project at www.privacysanbox.com. **** CONTEXT ROW NOTICE **** 1) This screen provides notice to Chrome users outside of the European Economic Area (EEA) (we typically refer to this screen as “Rest of World” or “ROW”). It follows guidelines established by the GDPR. 2) We’re using similar but distinct content for EEA / ROW because legal requirements differ. For ROW, we can provide notice for all 3 settings, and so all 3 settings can appear on a single screen. " formatter_data="android_java">
We’re launching new privacy features that give you more choice over the ads you see.
</message>
<message name="IDS_PRIVACY_SANDBOX_M1_NOTICE_ROW_DESCRIPTION_2" desc="* A paragraph on the 'Enhanced ad privacy in Chrome' page that provides notice to Chrome users outside of the EEA. PARAGRAPH STRUCTURE * The first sentence describes the Ad topics setting. * The second sentence describes the Site-suggested ads setting. * The third sentence refers to both settings, 'topics and sites'. * 'Chrome notes...': This user uses Chrome to browse the web, so Chrome already has a notion of their browsing history. With this setting on, Chrome considers the recent browsing history to make a list of topics of interest. * 'recent browsing history': At the time of launch, this is a 4 week window. For example, imagine you spend time looking at web sites related to model airplanes. With this setting on, Chrome can use this info to choose topics of interest. But then for the next 4 weeks, you don't look at any sites related to model airplanes. Topics of interest are deleted after 4 weeks on a rolling basis, so after 4 weeks the fact that you looked at sites related to model airplanes won't have any influence on the topics of interests chosen by Chrome. * 'Also...': Imagine a user visits a site that sells shoes and they place a pair of red sneakers in a shopping cart. That site can decide that the user is interested in red sneakers and then suggest ads to other sites as the user continues browsing. * 'this information' refers to both topics of interest and to the list of sites that suggest ads to other sites. **** CONTEXT PRIVACY SANDBOX **** Chrome’s Privacy Sandbox initiative 1) deprecates third-party cookies in Chrome, 2) supports free and open content on the web (by finding better ways to support ads online), 3) while providing stronger privacy protections for users. You can see a high-level description of this public project at www.privacysanbox.com. **** CONTEXT ROW NOTICE **** 1) This screen provides notice to Chrome users outside of the European Economic Area (EEA) (we typically refer to this screen as “Rest of World” or “ROW”). It follows guidelines established by the GDPR. 2) We’re using similar but distinct content for EEA / ROW because legal requirements differ. For ROW, we can provide notice for all 3 settings, and so all 3 settings can appear on a single screen. " formatter_data="android_java">
Chrome notes topics of interest based on your recent browsing history. Also, sites you visit can determine what you like. Later, sites can ask for this information to show you personalized ads. You can choose which topics and sites are used to show you ads.
</message>
<message name="IDS_PRIVACY_SANDBOX_M1_NOTICE_ROW_DESCRIPTION_3" desc="A paragraph on the 'Enhanced ad privacy in Chrome' page that provides notice to Chrome users outside of the EEA. **** CONTEXT PRIVACY SANDBOX **** Chrome’s Privacy Sandbox initiative 1) deprecates third-party cookies in Chrome, 2) supports free and open content on the web (by finding better ways to support ads online), 3) while providing stronger privacy protections for users. You can see a high-level description of this public project at www.privacysanbox.com. **** CONTEXT ROW NOTICE **** 1) This screen provides notice to Chrome users outside of the European Economic Area (EEA) (we typically refer to this screen as “Rest of World” or “ROW”). It follows guidelines established by the GDPR. 2) We’re using similar but distinct content for EEA / ROW because legal requirements differ. For ROW, we can provide notice for all 3 settings, and so all 3 settings can appear on a single screen. ">
To measure the performance of an ad, limited types of data are shared between sites, such as the time of day an ad was shown to you.
</message>
<message name="IDS_PRIVACY_SANDBOX_M1_NOTICE_ROW_LEARN_MORE_EXPAND_LABEL" desc="This is an actionable string, allowing the user to learn more about ads in Chrome. 'ads in Chrome' refers to all 3 ad settings we're launching: Ad topics, Site-suggested ads, and Ad measurement. **** CONTEXT PRIVACY SANDBOX **** Chrome’s Privacy Sandbox initiative 1) deprecates third-party cookies in Chrome, 2) supports free and open content on the web (by finding better ways to support ads online), 3) while providing stronger privacy protections for users. You can see a high-level description of this public project at www.privacysanbox.com. **** CONTEXT ROW NOTICE **** 1) This screen provides notice to Chrome users outside of the European Economic Area (EEA) (we typically refer to this screen as “Rest of World” or “ROW”). It follows guidelines established by the GDPR. 2) We’re using similar but distinct content for EEA / ROW because legal requirements differ. For ROW, we can provide notice for all 3 settings, and so all 3 settings can appear on a single screen." formatter_data="android_java">
More about ads in Chrome
</message>
<message name="IDS_PRIVACY_SANDBOX_M1_NOTICE_ROW_DESCRIPTION_4" desc="We inform the user that they can always change these new settings in Chrome settings. By default, these new settings will be on. " formatter_data="android_java">
You can make changes in Chrome settings
</message>
<message name="IDS_PRIVACY_SANDBOX_M1_NOTICE_ROW_ACK_BUTTON" desc="Because this isn't a moment of Consent, the button label reflects acknowledgement of this setting, and not explicit consent with something like 'Yes, I'm in'. " formatter_data="android_java">
Got it
</message>
<message name="IDS_PRIVACY_SANDBOX_M1_NOTICE_ROW_SETTINGS_BUTTON" desc="Because this isn't a moment of Consent, and the new settings are turned on by default, we don't provide a 'No thanks' button. Instead, we provide a simple means to find these new settings in Chrome settings." formatter_data="android_java">
Settings
</message>
<message name="IDS_PRIVACY_SANDBOX_M1_NOTICE_ROW_LEARN_MORE_HEADING_1" desc="This string is a label. It's essentially another name for 'personalized ads'. **** CONTEXT PRIVACY SANDBOX **** Chrome’s Privacy Sandbox initiative 1) deprecates third-party cookies in Chrome, 2) supports free and open content on the web (by finding better ways to support ads online), 3) while providing stronger privacy protections for users. You can see a high-level description of this public project at www.privacysanbox.com. **** CONTEXT ROW NOTICE **** 1) This screen provides notice to Chrome users outside of the European Economic Area (EEA) (we typically refer to this screen as “Rest of World” or “ROW”). It follows guidelines established by the GDPR. 2) We’re using similar but distinct content for EEA / ROW because legal requirements differ. For ROW, we can provide notice for all 3 settings, and so all 3 settings can appear on a single screen." formatter_data="android_java">
More useful ads
</message>
<message name="IDS_PRIVACY_SANDBOX_M1_NOTICE_ROW_LEARN_MORE_DESCRIPTION_1" desc="A paragraph that broadly describes 2 new settings that help sites show personalized ads to users. This paragraph is followed by two bullets, the first of which describes Ad topics and a second that describes Site-suggested ads. **** CONTEXT PRIVACY SANDBOX **** Chrome’s Privacy Sandbox initiative 1) deprecates third-party cookies in Chrome, 2) supports free and open content on the web (by finding better ways to support ads online), 3) while providing stronger privacy protections for users. You can see a high-level description of this public project at www.privacysanbox.com. **** CONTEXT ROW NOTICE **** 1) This screen provides notice to Chrome users outside of the European Economic Area (EEA) (we typically refer to this screen as “Rest of World” or “ROW”). It follows guidelines established by the GDPR. 2) We’re using similar but distinct content for EEA / ROW because legal requirements differ. For ROW, we can provide notice for all 3 settings, and so all 3 settings can appear on a single screen." formatter_data="android_java">
Sites can ask Chrome for information to help personalize the ads you see.
</message>
<message name="IDS_PRIVACY_SANDBOX_M1_NOTICE_ROW_LEARN_MORE_BULLET_1" desc="This bullet, 1 of 2, describes the Ad topics setting. * 'Chrome can note...': This explains how the new setting works. When the Ad topics setting is on, a user gives Chrome permission to consider the user's browsing history to determine topics of interest that Chrome can then share with sites so that a site can show personalized ads based on the user's topics of interest. * 'recent browsing history': At the time of launch, this is a 4 week window. For example, imagine you spend time looking at web sites related to model airplanes. With this setting on, Chrome can use this info to choose topics of interest. But then for the next 4 weeks, you don't look at any sites related to model airplanes. Topics of interest are deleted after 4 weeks on a rolling basis, so after 4 weeks the fact that you looked at sites related to model airplanes won't have any influence on the topics of interests chosen by Chrome. **** CONTEXT PRIVACY SANDBOX **** Chrome’s Privacy Sandbox initiative 1) deprecates third-party cookies in Chrome, 2) supports free and open content on the web (by finding better ways to support ads online), 3) while providing stronger privacy protections for users. You can see a high-level description of this public project at www.privacysanbox.com. **** CONTEXT ROW NOTICE **** 1) This screen provides notice to Chrome users outside of the European Economic Area (EEA) (we typically refer to this screen as “Rest of World” or “ROW”). It follows guidelines established by the GDPR. 2) We’re using similar but distinct content for EEA / ROW because legal requirements differ. For ROW, we can provide notice for all 3 settings, and so all 3 settings can appear on a single screen." formatter_data="android_java">
Chrome notes topics of interest based on your recent browsing history.
</message>
<message name="IDS_PRIVACY_SANDBOX_M1_NOTICE_ROW_LEARN_MORE_BULLET_2" desc="* This bullet, 2 of 2, describes Site-suggested ads. * 'Sites you visit' is referring to a user interacting with a specific site as a one off. We're not referencing 'browsing history' right now, (though each visit to each site becomes part of the user's browsing history). * 'determine what you like': Imagine a user visits a site that sells shoes and they place a pair of red sneakers in a shopping cart. That site can decide that the user is interested in red sneakers and then suggest ads to other sites as the user continues browsing. **** CONTEXT PRIVACY SANDBOX **** Chrome’s Privacy Sandbox initiative 1) deprecates third-party cookies in Chrome, 2) supports free and open content on the web (by finding better ways to support ads online), 3) while providing stronger privacy protections for users. You can see a high-level description of this public project at www.privacysanbox.com. **** CONTEXT ROW NOTICE **** 1) This screen provides notice to Chrome users outside of the European Economic Area (EEA) (we typically refer to this screen as “Rest of World” or “ROW”). It follows guidelines established by the GDPR. 2) We’re using similar but distinct content for EEA / ROW because legal requirements differ. For ROW, we can provide notice for all 3 settings, and so all 3 settings can appear on a single screen." formatter_data="android_java">
Sites you visit can also determine what you like based on your activity on the site. For example, if you visit a site that sells long-distance running shoes, the site might decide that you’re interested in running marathons.
</message>
<message name="IDS_PRIVACY_SANDBOX_M1_NOTICE_ROW_LEARN_MORE_DESCRIPTION_2" desc="* This paragraph appears beneath 2 bullets. The 1st bullet describes the Ad topics setting. The second bullet describes the Site-suggested ads setting. This paragraph refers to both settings (and, therefore, both bullets). * 'Later' helps the user understand that there are 2 stages relative to these settings. In the first stage, Chrome or a site establishes a sense for the user's interests. Later, as the user continues browsing, a site can ask Chrome for information used to personalize ads. It's not instantaneous. * 'this information': Just to repeat, 'this information' refers to both 1) topics established by Chrome based on the user's browsing history (the Ad topics setting), and 2) sites defining the user's interests based on activity on a specific site (Site-suggested ads settings). **** CONTEXT PRIVACY SANDBOX **** Chrome’s Privacy Sandbox initiative 1) deprecates third-party cookies in Chrome, 2) supports free and open content on the web (by finding better ways to support ads online), 3) while providing stronger privacy protections for users. You can see a high-level description of this public project at www.privacysanbox.com. **** CONTEXT ROW NOTICE **** 1) This screen provides notice to Chrome users outside of the European Economic Area (EEA) (we typically refer to this screen as “Rest of World” or “ROW”). It follows guidelines established by the GDPR. 2) We’re using similar but distinct content for EEA / ROW because legal requirements differ. For ROW, we can provide notice for all 3 settings, and so all 3 settings can appear on a single screen." formatter_data="android_java">
Later, a site you visit can ask for this information — either your ad topics or ads suggested by sites you’ve visited.
</message>
<message name="IDS_PRIVACY_SANDBOX_M1_NOTICE_ROW_LEARN_MORE_DESCRIPTION_3" desc="* 'auto-deletes': We included the 'auto' to reinforce that this is part of a system and the deletion is done regularly. * 'topics and sites that suggest ads': What can the user block? ** For the Ad topics setting, the user will find a list of up to 15 ad topics in Chrome settings. The full list of potential topics is published at https://github.com/patcg-individual-drafts/topics/blob/main/taxonomy_v1.md. The user can block any topic at any time. ** For the Site-suggested ads setting, it's slightly more complicated. When the user visits a site, that site can save a string of text with Chrome that refers to a set of ads that the user might see as they continue browsing. So, for example, a site might store either of these strings with Chrome: 'red_shoes_size_36_long_distance_running' or '2389jKKFSD' (a unique ID used by a database to refer to a set of ads). To simplify and give the user more control, we show a list of sites that have defined interests, such as www.this-exciting-site.com, but NOT the strings of text saved by that site. The list of sites for a user can be long. A user can block any site at any time and Chrome automatically deletes sites from the list that are older than 30 days. **** CONTEXT PRIVACY SANDBOX **** Chrome’s Privacy Sandbox initiative 1) deprecates third-party cookies in Chrome, 2) supports free and open content on the web (by finding better ways to support ads online), 3) while providing stronger privacy protections for users. You can see a high-level description of this public project at www.privacysanbox.com. **** CONTEXT ROW NOTICE **** 1) This screen provides notice to Chrome users outside of the European Economic Area (EEA) (we typically refer to this screen as “Rest of World” or “ROW”). It follows guidelines established by the GDPR. 2) We’re using similar but distinct content for EEA / ROW because legal requirements differ. For ROW, we can provide notice for all 3 settings, and so all 3 settings can appear on a single screen." formatter_data="android_java">
Chrome auto-deletes topics and sites that suggest ads that are older than 30 days. Or you can block specific topics and sites you don’t like.
</message>
<message name="IDS_PRIVACY_SANDBOX_M1_NOTICE_ROW_LEARN_MORE_HEADING_2" desc="This string is a label that represents the Ad measurement setting. **** CONTEXT PRIVACY SANDBOX **** Chrome’s Privacy Sandbox initiative 1) deprecates third-party cookies in Chrome, 2) supports free and open content on the web (by finding better ways to support ads online), 3) while providing stronger privacy protections for users. You can see a high-level description of this public project at www.privacysanbox.com. **** CONTEXT ROW NOTICE **** 1) This screen provides notice to Chrome users outside of the European Economic Area (EEA) (we typically refer to this screen as “Rest of World” or “ROW”). It follows guidelines established by the GDPR. 2) We’re using similar but distinct content for EEA / ROW because legal requirements differ. For ROW, we can provide notice for all 3 settings, and so all 3 settings can appear on a single screen." formatter_data="android_java">
Measuring how well an ad performs
</message>
<message name="IDS_PRIVACY_SANDBOX_M1_NOTICE_ROW_LEARN_MORE_DESCRIPTION_4" desc="A paragraph that describes the Ad measurement setting. **** CONTEXT PRIVACY SANDBOX **** Chrome’s Privacy Sandbox initiative 1) deprecates third-party cookies in Chrome, 2) supports free and open content on the web (by finding better ways to support ads online), 3) while providing stronger privacy protections for users. You can see a high-level description of this public project at www.privacysanbox.com. **** CONTEXT ROW NOTICE **** 1) This screen provides notice to Chrome users outside of the European Economic Area (EEA) (we typically refer to this screen as “Rest of World” or “ROW”). It follows guidelines established by the GDPR. 2) We’re using similar but distinct content for EEA / ROW because legal requirements differ. For ROW, we can provide notice for all 3 settings, and so all 3 settings can appear on a single screen. " formatter_data="android_java">
Sites you visit can ask Chrome for information to help them measure the performance of their ads. Chrome lets sites collect limited types of data, such as the time of day an ad was shown to you.
</message>
<message name="IDS_PRIVACY_SANDBOX_M1_NOTICE_ROW_LEARN_MORE_DESCRIPTION_5" desc="A paragraph that helps users learn more about how Google protects their data by pointing them to Google's Privacy Policy." formatter_data="android_java">
Learn more about how Google protects your data in our Privacy Policy.
</message>
<!-- Privacy Sandbox v4 - Shared dialog strings. -->
<message name="IDS_PRIVACY_SANDBOX_M1_DIALOG_MORE_BUTTON" desc="A button that helps the user scroll. It appears above the text and at the bottom of the screen indicating to the user that there is more text to read. " formatter_data="android_java">
More
</message>
<!-- Privacy Sandbox v4 - Topics settings page. -->
<!-- Privacy Sandbox Settings 4 - Topics Page -->
<message name="IDS_SETTINGS_TOPICS_PAGE_TITLE" desc="A page title and the name of a new setting. **** CONTEXT PRIVACY SANDBOX **** Chrome’s Privacy Sandbox initiative 1) deprecates third-party cookies in Chrome, 2) supports free and open content on the web (by finding better ways to support ads online), 3) while providing stronger privacy protections for users. You can see a high-level description of this public project at www.privacysanbox.com. **** NEW SETTINGS SECTION IN CHROME **** 3 new ad-specific settings appear on an “Ad privacy” page in Chrome settings. For an equivalent structure, see “Security” on chrome://settings/privacy that opens chrome://settings/security. Likewise, “Ad privacy” on chrome://settings/privacy will open chrome://settings/AdPrivacy." formatter_data="android_java">
Ad topics
</message>
<message name="IDS_SETTINGS_TOPICS_PAGE_TOGGLE_LABEL" desc="The label for a new setting." formatter_data="android_java">
Ad topics
</message>
<message name="IDS_SETTINGS_TOPICS_PAGE_TOGGLE_SUB_LABEL" desc="A description of the new Ad topics setting. This text appears beneath the name of the new setting, 'Ad topics', and is associated with the control that a user can turn on or off. * 'browsing history': This help-center article explains 'browsing history' to users: https://support.google.com/chrome/answer/95589. * Ad topics are published at https://github.com/patcg-individual-drafts/topics/blob/main/taxonomy_v1.md * 'used by sites': Chrome estimates a user's topics of interest. As the user continues browsing, a site can ask Chrome for up to 3 of the user's topics to personalize ads for that user. **** CONTEXT PRIVACY SANDBOX **** Chrome’s Privacy Sandbox initiative 1) deprecates third-party cookies in Chrome, 2) supports free and open content on the web (by finding better ways to support ads online), 3) while providing stronger privacy protections for users. You can see a high-level description of this public project at www.privacysanbox.com. **** NEW SETTINGS SECTION IN CHROME **** 3 new ad-specific settings appear on an “Ad privacy” page in Chrome settings. For an equivalent structure, see “Security” on chrome://settings/privacy that opens chrome://settings/security. Likewise, “Ad privacy” on chrome://settings/privacy will open chrome://settings/AdPrivacy." formatter_data="android_java">
Topics of interest are based on your recent browsing history and are used by sites to show you personalized ads
</message>
<message name="IDS_SETTINGS_TOPICS_PAGE_CURRENT_TOPICS_HEADING" desc="A label above a list of the user's topics of interest. Ad topics are published at https://github.com/patcg-individual-drafts/topics/blob/main/taxonomy_v1.md" formatter_data="android_java">
Your topics
</message>
<message name="IDS_SETTINGS_TOPICS_PAGE_CURRENT_TOPICS_DESCRIPTION_CANONICAL" desc="A description that appear beneath the 'Your topics' label. * 'You can block': There is a 'Block' button (or an X on mobile) that appears next to each topic in the list. * 'auto-deletes': this could also read 'Chrome deletes...' We included the 'auto' to reinforce that this is part of a system and the deletion is done regularly. The link opens a dialog box that provides more information about Ad topics.">
You can block topics you don’t want shared with sites. Chrome also auto-deletes your topics older than 4 weeks. Learn more
</message>
<message name="IDS_SETTINGS_TOPICS_PAGE_CURRENT_TOPICS_DESCRIPTION_DISABLED" desc="A description that appear beneath the 'Your topics' title. If this setting is off, no interests appear." formatter_data="android_java">
When on, a list of topics appears here based on your recent browsing history
</message>
<message name="IDS_SETTINGS_TOPICS_PAGE_CURRENT_TOPICS_DESCRIPTION_EMPTY" desc="A description that appear beneath the 'Your topics' title. This setting could be on but no topics appear in the list. This text explains why." formatter_data="android_java">
No topics to show right now
</message>
<message name="IDS_SETTINGS_TOPICS_PAGE_BLOCK_TOPIC" desc="A button associated with each of the user's topics. If the user clicks 'Block', that topic will get moved to the 'Topics you blocked' page.">
Block
</message>
<message name="IDS_SETTINGS_TOPICS_PAGE_BLOCK_TOPIC_A11Y_LABEL" desc="A button label read by screen readers that indicates which topic will get blocked. The full 'pool of topics' is published at https://github.com/patcg-individual-drafts/topics/blob/main/taxonomy_v1.md">
Block <ph name="TOPIC">$1<ex>Movies</ex></ph>
</message>
<message name="IDS_SETTINGS_TOPICS_PAGE_BLOCKED_TOPICS_HEADING" desc="A label that serves as a button to open the 'Topics you blocked' page." formatter_data="android_java">
Topics you blocked
</message>
<message name="IDS_SETTINGS_TOPICS_PAGE_BLOCKED_TOPICS_DESCRIPTION" desc="A description that appear beneath the 'Topics you blocked' title. * 'Add' is also the name used on the button that allows users to remove a topic from the blocked list. * 'an item' could be replaced by 'a topic'. We didn't so as not to repeat 'topic' in the same sentence. * 'pool of topics': We want to express that by clicking 'Add', the user is making a topic eligible again for consideration. The full 'pool of topics' is published at https://github.com/patcg-individual-drafts/topics/blob/main/taxonomy_v1.md" formatter_data="android_java">
Add an item back if you want it in the pool of topics that Chrome can choose from when estimating your interests
</message>
<message name="IDS_SETTINGS_TOPICS_PAGE_BLOCKED_TOPICS_DESCRIPTION_EMPTY" desc="A description that appear beneath the 'Topics you blocked' title. This string is used if the user doesn't have any topics on the 'Topics you blocked' list." formatter_data="android_java">
Blocked topics appear here
</message>
<message name="IDS_SETTINGS_TOPICS_PAGE_ALLOW_TOPIC" desc="A button associated with each of the user's topics. When the user clicks 'Add', it makes that topic eligible in the 'pool of topics' that Chrome can use to estimate the user's topics of interest. Clicking 'Add' doesn't automatically put the added topic back onto the list of 'Your topics'. For that to happen, a user would have to browse sites associated with the 'Add'ed topic and Chrome would have to estimate the topic as relevant to that user.">
Add
</message>
<message name="IDS_SETTINGS_TOPICS_PAGE_ALLOW_TOPIC_A11Y_LABEL" desc="A button label read by screen readers that indicates which topic will get added back to the pool of potential topics.">
Add <ph name="TOPIC">$1<ex>Movies</ex></ph>
</message>
<message name="IDS_SETTINGS_TOPICS_PAGE_LEARN_MORE_HEADING" desc="The title of a dialog box that offers more information about the Topics setting." formatter_data="android_java">
More about ad topics
</message>
<message name="IDS_SETTINGS_TOPICS_PAGE_LEARN_MORE_BULLET_1" desc="Paragraph 1 of 3 on the Learn more about ad topics page. * 'Chrome notes...': This user uses Chrome to browse the web, so Chrome already has a notion of their browsing history. With this setting on, Chrome considers the recent browsing history to make a list of topics of interest. * 'browsing history': This help-center article explains 'browsing history' to users: https://support.google.com/chrome/answer/95589." formatter_data="android_java">
Chrome notes topics of interest based on your browsing history from the last few weeks.
</message>
<message name="IDS_SETTINGS_TOPICS_PAGE_LEARN_MORE_BULLET_2" desc="Paragraph 2 of 3 on the Learn more about ad topics page. * 'Later' helps the user understand that there are 2 stages relative to this setting. In the first stage, Chrome can estimate the user's interests based on their browsing history. Later, as the user continues browsing, a site can ask Chrome for topics of interest used to personalize ads. It's not instantaneous. Link 'full list of possible topics' points to https://github.com/patcg-individual-drafts/topics/blob/main/taxonomy_v1.md" formatter_data="android_java">
Later, a site you visit can ask Chrome for your topics to personalize the ads you see. Chrome shares up to 3 topics while protecting your browsing history and identity.
</message>
<message name="IDS_SETTINGS_TOPICS_PAGE_LEARN_MORE_BULLET_3" desc="Paragraph 3 of 3 on the Learn more about ad topics page. * 'auto-deletes': this could also read 'Chrome deletes...' We included the 'auto' to reinforce that this is part of a system and the deletion is done regularly." formatter_data="android_java">
Chrome auto-deletes topics that are older than 4 weeks. As you keep browsing, a topic might reappear on the list. Or you can block topics you don’t want Chrome to share with sites.
</message>
<message name="IDS_SETTINGS_TOPICS_PAGE_FOOTER_CANONICAL" desc="This footer helps the user understand that this setting is just one signal among others that affect whether this user sees personalized ads on a site. We define 'personalize' as 'when Google provides recommendations and other content for users based on their data'. At a high level, there are 4 things that affect whether an ad is personalized in this context: * 'this setting' refers to the 'Ad topics' setting. The user is on this page. * 'Site-suggested ads': this is a link to the other new ad setting Chrome is launching and that sites can use to personalize ads a user sees. * 'cookie settings': this is a link to the cookies control section in Chrome settings. The Privacy Sandbox project deprecates third-party cookies, but it's a process, and we're launching new functionality that will replace important functionality of cookies. Until third-party cookies are deprecated, the two systems remain active in Chrome. * 'site you're viewing personalizes ads': When a user engages with a site, Chrome has no control over whether that site shows the user personalized ads. Imagine you visit www.interesting-site.com and they know a lot about you already based on previous visits. They can personalize content and ads to you if they like. They can use an ad-serving product, like Facebook or Google Ads to deliver personalized ads. They can also use the new Privacy Sandbox APIs (if they so choose) in order to get more information about the user that could be helpful to them in order to personalize ads. Those 2 APIs (settings, from the user's perspective), are 'Ad topics' and 'Site-suggested ads'.">
As you browse, whether an ad you see is personalized depends on this setting, Site-suggested ads, your cookie settings, and if the site you’re viewing personalizes ads
</message>
<!-- Privacy Sandbox v4 - Topics Consent Details -->
<!-- TODO(crbug.com/1378703) - Update and mark translateable. -->
<message name="IDS_PRIVACY_SANDBOX_TOPICS_CONSENT_STATUS_LABEL" desc="Label for the text which displays the state of the user's Topics consent">
Consent status:
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_CONSENT_LAST_UPDATE_TIME_LABEL" desc="Label for the text which displays the time the user's Topics consent was last updated">
Consent last updated:
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_CONSENT_LAST_UPDATE_SOURCE_LABEL" desc="Label for the text which displays the source of the last update to the users topics consent">
Source of last consent update:
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_CONSENT_LAST_UPDATE_TEXT_LABEL" desc="Label for the text which captures what was presented to the user during their last consent decision">
Text presented to user:
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_CONSENT_UPDATE_SOURCE_SETTINGS" desc="Text presented when the user's last Topics consent location was Chrome settings">
Chrome settings
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_CONSENT_UPDATE_SOURCE_DEFAULT" desc="Text presented when the user hasn't made a consent descision">
No consent decision
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_CONSENT_UPDATE_SOURCE_CONFIRMATION" desc="Text presented when the user's last Topics consent location was a confirmation dialog">
Confirmation dialog
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_CONSENT_ACTIVE" desc="Text presented when a user has a currently active Topics consent">
Active
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_CONSENT_INACTIVE" desc="Text presented when a user has a currently inactive Topics consent">
Inactive
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_CONSENT_NOT_REQUIRED" desc="Text presented when a user does not require a consent for Topics">
Not required
</message>
<!-- Topics API Taxonomy -->
<!-- These entries have been script generated to ensure consistent mappings. If you are editing these directly, you are likely doing something wrong -->
<message name="IDS_PRIVACY_SANDBOX_TOPICS_INVALID_TOPIC" desc="Shown when an unknown Topic has been provided by the categorization service. This is indicative of an error state that is not expected to occur">
Unknown
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_1" desc="Taxonomy Member. Meaning: [Umbrella category that encompasses: pop culture, entertainment and celebrity media; music, film, radio, tv, animation, humor; performing and visual arts; miscellaneous online "fun."] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/2968097980703095441">
Arts & entertainment
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_2" desc="Taxonomy Member. Meaning: [acting, dramaturgy, theatrical productions and stagecraft; dramatic performance before a live audience] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/2860407149739760502">
Acting & theater
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_3" desc="Taxonomy Member. Meaning: [comic books, comic strips and graphic novels; both print comics and web comics] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/8681047362902928146">
Comics
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_4" desc="Taxonomy Member. Meaning: [live performances of music; festivals that gather together multiple artists and performers for live musical performances] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/8049728585295014965">
Concerts & music festivals
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_5" desc="Taxonomy Member. Meaning: [all manner of recreational dancing, from ballroom to break-dancing; also, all manner of dance as spectacle and performance, from ballet, butoh and folk dancing to other spectator dances] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/5257399864132148397">
Dance
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_6" desc="Taxonomy Member. Meaning: [the business and industry of creating entertainment media: filmmaking, music and tv production, etc.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/16372513248706452">
Entertainment industry
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_7" desc="Taxonomy Member. Meaning: [jokes, gags, pranks, bloopers, parodies, political satire and other funny stuff] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/54550779249595828">
Humor
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_8" desc="Taxonomy Member. Meaning: [the performing art of comedy, traditionally in a live setting; the comedians that perform it and those that write it; in other words: improv, stand-up and sketch comedy] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/2872368234977873982">
Live comedy
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_9" desc="Taxonomy Member. Meaning: [sports events as live entertainment; sports event ticketing and related sporting venues such as stadiums and athletic arenas] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/6894920366209049234">
Live sporting events
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_10" desc="Taxonomy Member. Meaning: [magic (sometimes referred to as stage magic to distinguish it from paranormal or ritual magic) is a performing art that entertains audiences by staging tricks or creating illusions of seemingly impossible or supernatural feats using natural means; one who performs such illusions is called a magician or an illusionist; some performers may also be referred to by names reflecting the type of magical effects they present, such as prestidigitators, conjurors, mentalists, or escape artists (source: Wikipedia)] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/7028249567539345753">
Magic
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_11" desc="Taxonomy Member. Meaning: [content related to movie theaters and film showings, including film listings, short reviews and showtimes] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/5922147370861736784">
Movie listings & theater showtimes
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_12" desc="Taxonomy Member. Meaning: [cinema, motion pictures, films; their public exhibition in theaters, their recorded formats (videos, DVDs, etc), and related merchandise] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/8174211814203073114">
Movies
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_13" desc="Taxonomy Member. Meaning: [A film that has action (fights, shootouts, explosions, car chases) or adventure (discovery of new worlds, fighting outlaws) as a major theme; includes spy films, action-oriented war films, and historical action films.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/3759809365624147506">
Action & adventure movies
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_14" desc="Taxonomy Member. Meaning: [Films that are created by animators or using animated techniques: cartoon, stop-motion, computer animation, etc.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/2307119915510248122">
Animated movies
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_15" desc="Taxonomy Member. Meaning: [A film which uses humor as its main emphasis; includes black comedies, spoof films, romantic comedies, screwball comedies.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/7930191045766714923">
Comedy movies
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_16" desc="Taxonomy Member. Meaning: [Movies that have either developed a cult following or that have been produced independently; includes b-movies, midnight movies, Sundance films. Also includes experimental, avant-garde and art films.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/1250439441563990896">
Cult & indie movies
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_17" desc="Taxonomy Member. Meaning: [a non-fiction film intended to document some aspect of reality (source: Wikipedia)] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/8530848477777371672">
Documentary movies
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_18" desc="Taxonomy Member. Meaning: [Drama film is a film genre that has as its hallmark realistic psychological, emotional and in-depth characters and themes. Includes bio-pics, epics, historical dramas, dramatic literary adaptations, costume dramas, dramatic war films, family sagas, legal dramas and generational films.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/8974218169454235423">
Drama movies
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_19" desc="Taxonomy Member. Meaning: [often called "family films" or "family-oriented" films, this is the genre of cinema oriented toward children, teens and families] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/6543693795090723901">
Family movies
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_20" desc="Taxonomy Member. Meaning: [Horror films often deal with viewers' nightmares, fears, revulsions and terror of the unknown. Prevalent elements include ghosts, extraterrestrials, vampires, werewolves, demons, gore, torture, vicious animals, evil witches, monsters, zombies, cannibals, psychopaths, and serial killers (source: Wikipedia).] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/3683253599582226273">
Horror movies
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_21" desc="Taxonomy Member. Meaning: [Films with a romantic theme, or which emphasize the personal relationships between the film's protagonists; includes romantic comedies ("rom-coms")] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/6642844646231849461">
Romance movies
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_22" desc="Taxonomy Member. Meaning: [Films with plots that involve crime or suspense; includes mystery films, suspense films, crime films, thrillers, films noir, and gangster films.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/1028517354047369491">
Thriller, crime & mystery movies
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_23" desc="Taxonomy Member. Meaning: [Umbrella category encompassing music in recorded formats or as a performance; musical instruction, instrumentation and technology; audio content, chiefly for entertainment or informational purposes.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/1942344463604084284">
Music & audio
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_24" desc="Taxonomy Member. Meaning: [a style of music originally based on African-American field shouts and secular songs; it is a vocal genre, often performed by singing guitarists; sometimes called a subgenre of jazz, blues music has its own identity in artists such as Buddy Guy and Ruth Brown; typical artists in blues-rock, a related style, are Stevie Ray Vaughan and Eric Clapton (Source: DMOZ)] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/5818298131139717934">
Blues
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_25" desc="Taxonomy Member. Meaning: [Music encompassing a broad period from roughly the 9th century to present times (Source: Wikipedia); it is epitomized by forms such as the symphony, concerto, and sonata, and composers such as Mozart, Beethoven, Vivaldi, Bach, etc.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/7794536354774135472">
Classical music
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_26" desc="Taxonomy Member. Meaning: [a blend of popular musical forms originally found in the Southern United States and the Appalachian Mountains; includes hillbilly, bluegrass, Western swing music, honky-tonk, and both pop and alternative country genres; not limited to the USA, variants of country music are also popular in Australia, Canada, Poland, and areas of Latin America (Source: Wikipedia)] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/1003758414042879701">
Country music
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_27" desc="Taxonomy Member. Meaning: [the broad genre of electronic-based music, including techno, house, ambient, drum and bass, jungle, trip-hop, trap, trance, dubstep, electronic disco, etc. The term electronica has been used to describe electronic music styles intended not just for dancing but also concentrated listening (source: Wikipedia).] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/5701637830475686882">
Dance & electronic music
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_28" desc="Taxonomy Member. Meaning: [folk and traditional music, including folk revival movements that have produced a kind of popular music that is based on traditional music; sub-genres include folk rock, electric folk and progressive folk music; not limited to North America, folk music includes other forms of traditional music using traditional instruments such as Celtic folk music, Balkan and Eastern European folk traditions, Japanese taiko, etc (Source: Wikipedia)] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/3153944137796314763">
Folk & traditional music
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_29" desc="Taxonomy Member. Meaning: [a style of music that often involves improvisation and group interaction; the style is also known for use of blue notes, syncopation, swing, call and response, and polyrhythms (Source: Wikipedia)] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/7267890742105038471">
Jazz
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_30" desc="Taxonomy Member. Meaning: [musical instruments and accessories] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/3651825076054204255">
Musical instruments
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_31" desc="Taxonomy Member. Meaning: [Chart-toppers and music that has received wide radio or public airplay; music that is accessible to the general public and disseminated by one or more of the mass media; the term "pop music" was first used in the sense of "having popular appeal", but since the 1950s it has been used in the sense of a musical genre, originally characterized as a lighter alternative to rock and roll (source: Wikipedia). Includes artists like Michael Jackson, Madonna, Taylor Swift, Justin Bieber.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/7828293148434841954">
Pop music
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_32" desc="Taxonomy Member. Meaning: [The term hip hop music is sometimes used synonymously with the term rap music, though rapping is not a required component of hip hop music; the genre may also incorporate other elements of hip hop culture, including DJing, turntablism, and scratching, beatboxing, and instrumental tracks (source: Wikipedia).] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/2413099954889237037">
Rap & hip-hop
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_33" desc="Taxonomy Member. Meaning: [rock and roll and its many sub-genres; a loosely defined genre of popular music that entered the mainstream in the mid 1950s, in the 1970s, rock developed a number of subgenres, such as soft rock, glam rock, heavy metal, hard rock, progressive rock, and punk rock (Source: Wikipedia)] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/6070916516256100445">
Rock music
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_34" desc="Taxonomy Member. Meaning: [Classic Rock and Oldies feature a large playlist of songs ranging from the 1960s, 1970s, 1980s and early 1990s; Oldies has some overlap with the classic rock format, which concentrates on the rock music of the late-1960s and 1970s and sometimes plays newer material made in the same style as the older songs. Traditionally, classic rock focuses on the heavier rock music of the era while oldies focuses on the lighter pop music (source: Wikipedia).] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/7984451814414788618">
Classic rock & oldies
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_35" desc="Taxonomy Member. Meaning: [Hard rock is a sub-genre of rock music which is considerably harder than conventional rock music, but not as extreme as heavy metal; it includes examples like Kiss, Def Leppard, Led Zeppelin. Progressive rock focuses on technical musicianship in a rock context, and pushes rock's technical and compositional boundaries by going beyond the standard verse-chorus-based song structures; the term was applied to the music of bands such as Pink Floyd, King Crimson, Yes, Genesis, Jethro Tull, Soft Machine, and Emerson, Lake & Palmer, and reached its peak of popularity in the mid 1970s (source: Wikipedia).] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/6335121931020200010">
Hard rock & progressive
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_36" desc="Taxonomy Member. Meaning: [A sub-genre of rock music that emerged in the 1980s and became widely popular in the 1990s, alternative rock consists of various subgenres that have emerged from the independent music scene since the 1980s, such as grunge, Britpop, gothic rock, and indie pop; featuring artists often associated with independent record labels. (Source: Wikipedia). Includes artists such as Radiohead, Nirvana, The Smiths.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/5538794458052201021">
Indie & alternative music
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_37" desc="Taxonomy Member. Meaning: [Soul combines elements of African-American gospel music, rhythm and blues, and jazz. Contemporary R&B features a distinctive record production style, drum machine-backed rhythms, an occasional saxophone-laced beat to give a jazz feel (in contemporary R&B songs prior to the year 1995) and a smooth, lush style of vocal arrangement. Funk typically consists of a complex groove with rhythm instruments such as electric guitar, electric bass, Hammond organ, and drums playing interlocking rhythms (source: Wikipedia).] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/5425329252191278611">
Soul & R&B
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_38" desc="Taxonomy Member. Meaning: [film, television or video game music and themes; film, tv, and video game music composers] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/1271305976669033594">
Soundtracks
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_39" desc="Taxonomy Member. Meaning: [Radio programs in which people talk about politics, sports, current affairs, etc., and listeners can make phone calls to give their opinions; talk radio shows, networks and personalities.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/2579922399234486228">
Talk radio
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_40" desc="Taxonomy Member. Meaning: [Regional and ethnic music of various genres, specifically non-Western popular and traditional music; also, a catch-all marketing term for popularized folk traditions and ethnic music, or pop from outside of the Anglo traditions of the United States, Canada, Australia, New Zealand and the United Kingdom; the world music section in a record store might include albums of Hawaiian slack-key guitar, Cajun zydeco, Dominican merengue and Algerian ra?, among others (source: Wikipedia).] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/3402857732233686445">
World music
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_41" desc="Taxonomy Member. Meaning: [The music of the Caribbean; some of the styles to gain wide popularity outside of the Caribbean include reggae, zouk, calypso, and punta; Reggae more properly denotes a particular music style that originated following on the development of ska and rocksteady (source: Wikipedia).] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/2346297341997046685">
Reggae & caribbean music
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_42" desc="Taxonomy Member. Meaning: [online image-based content; online galleries of images and photos with minimal text; collections of images or photos of famous people, places and events, or items of interest; typically, static hosted image content, not necessarily user-uploaded or shared content] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/6886302747700347831">
Online image galleries
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_43" desc="Taxonomy Member. Meaning: [online digital video content] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/5096385157103445048">
Online video
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_44" desc="Taxonomy Member. Meaning: [an art form in which singers and musicians perform a dramatic work (called an opera) which combines a text (called a libretto) and a musical score (Source: Wikipedia); opera works, composers, performances, singers and performers] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/1385754809560116050">
Opera
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_45" desc="Taxonomy Member. Meaning: [A television program is a segment of content intended for broadcast on over-the-air, cable television, or internet television; it doesn't include commercials, trailers, or any other segments of content not serving as attraction for TV viewership (source: Wikipedia).] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/8250092644935921963">
TV shows & programs
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_46" desc="Taxonomy Member. Meaning: [television programs with a focus on humor; includes sitcoms, sketch comedy shows, and animated series with a particular emphasis on jokes] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/5813986711525484638">
TV comedies
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_47" desc="Taxonomy Member. Meaning: [televised programming such as tv films, programs and miniseries, that focus on real-life events, in the past or present; can include science, biography, travel, and other types of programming intended to inform or educate] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/8983069057849763877">
TV documentary & nonfiction
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_48" desc="Taxonomy Member. Meaning: [dramatic TV programs and series; series that have realistic psychological, emotional and in-depth characters and themes] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/2984681966454881659">
TV dramas
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_49" desc="Taxonomy Member. Meaning: [serial TV dramas dealing typically with daily events in the lives of the same group of characters; chiefly characterized by tangled interpersonal situations and melodramatic or sentimental treatment] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/2318091960487053429">
TV soap operas
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_50" desc="Taxonomy Member. Meaning: [family-oriented television shows that are made for, and whose primary audiences are, parents, teens and children] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/544990757699326442">
TV familly-oriented shows
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_51" desc="Taxonomy Member. Meaning: [a genre of (generally episodic) television programming that presents purportedly unscripted dramatic or humorous situations, documents actual events, and usually features ordinary people instead of professional actors (Source: Wikipedia)] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/2228280087691900252">
TV reality shows
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_52" desc="Taxonomy Member. Meaning: [TV sci-fi shows featuring futuristic elements such as spacecraft, robots, cyborgs, interstellar space travel or other technologies; fantasy shows featuring magic, supernatural events, mythology, folklore, or exotic fantasy worlds (source: Wikipedia).] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/1831820498314087291">
TV sci-fi & fantasy shows
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_53" desc="Taxonomy Member. Meaning: [all manner of visual art works, including painting, sculpture, drawing, collage, installation art, artistic (as opposed to business) printmaking, murals, etc; also, design; artistic photography may fall into this category, as well as video and film art] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/4258098659051509326">
Visual art & design
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_54" desc="Taxonomy Member. Meaning: [the act of working out the form of something (making a sketch or outline or plan): product design, furniture design, home design, graphic design, etc] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/5921667170692323372">
Design
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_55" desc="Taxonomy Member. Meaning: [the practice of applying paint, pigment, color or other medium to a surface to create a work of art; the term describes both the act and the result, which is called a painting (source: Wikipedia)] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/646231684975825817">
Painting
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_56" desc="Taxonomy Member. Meaning: [photography as an artistic practice or hobby, extended to the field of digital image production and videography; artistic photography, video and digital art] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/6094865097262177264">
Photographic & digital arts
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_57" desc="Taxonomy Member. Meaning: [Umbrella category that encompasses motor vehicles of all kinds, including cars, bicycles, personal aircraft and watercraft; consumer products and services related to moving vehicles.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/3265681195405732661">
Autos & vehicles
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_58" desc="Taxonomy Member. Meaning: [Motor vehicles and trailers designed to transport cargo for commercial purposes; commonly known as lorries, tractor-trailers, semi-trucks, and 18 wheelers. They also serve as platforms for specialized equipment such as fire trucks, cement mixers, and garbage trucks.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/2127651263889384706">
Cargo trucks & trailers
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_59" desc="Taxonomy Member. Meaning: [older cars, trucks, and motorcycles with enough historical interest to be collectible and worth preserving or restoring (source: Wikipedia)] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/4651839125153921319">
Classic vehicles
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_60" desc="Taxonomy Member. Meaning: [this category includes modified vehicles, such as lowered trucks, hot rods, souped-up racers; concept vehicles; and exclusive, ultra high-performance, or otherwise "exotic" supercars, often manufactured by elite automakers such as Ferrari, Lotus, Koenigsegg, and Bugatti] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/9074459087593201370">
Custom & performance vehicles
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_61" desc="Taxonomy Member. Meaning: [vehicle fueling stations and services; consumer gas price resources and comparisons; fuel economy, fuel efficiency, and fuel taxation] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/8329984535343109075">
Gas prices & vehicle fueling
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_62" desc="Taxonomy Member. Meaning: [a category to group consumer motor vehicles by vehicle class, (e.g. compact cars, trucks, motorcycles, mopeds etc.), body type (e.g. sedan, coupe, wagon), and consumer segment (e.g. luxury)] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/8872061343727741247">
Motor vehicles
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_63" desc="Taxonomy Member. Meaning: [A self-driving car, also known as an autonomous vehicle, driverless car, or robo-car is a vehicle that is capable of sensing its environment and moving safely with little or no human input. (Source: Wikipedia)] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/4944651545077644524">
Autonomous vehicles
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_64" desc="Taxonomy Member. Meaning: [Vehicles that can convert from an enclosed to an open-air vehicle. Common names and styles include hard top convertibles, soft tops, targa tops, spyders, cabriolets, and roadsters.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/4829581144633699619">
Convertibles
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_65" desc="Taxonomy Member. Meaning: [two-door family cars, typically with a hard top and sloping back; passenger vehicles in the compact to midsize size range, with two doors and four seats, or two front seats and room for two or three passengers in back] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/4233627725223682907">
Coupes
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_66" desc="Taxonomy Member. Meaning: [Cars featuring a shared passenger and cargo space (no separate trunk compartment), usually with a top-hinged liftgate "hatch" in the rear acting as the third or fifth door, and shorter in length than a station wagon (3 pillars vs. 4). Examples include the Volkswagen Golf, Mini Hardtop, and Citro?n C4 Hatchback.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/2652871435928048950">
Hatchbacks
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_67" desc="Taxonomy Member. Meaning: [vehicles with an alternative fuel engine (such as ethanol, hydrogen, and biodiesel) and fuel-electric hybrids, full electric vehicles, etc.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/7964577762873181206">
Hybrid & alternative vehicles
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_68" desc="Taxonomy Member. Meaning: [luxury vehicle is a marketing term for a vehicle that provides luxury ? pleasant or desirable features beyond strict necessity ? at increased expense (Source: Wikipedia); luxury vehicles are often identified by brand (eg, BMW, Jaguar, Lexus, Mercedes-Benz) and price point, and many automotive manufacturers have dedicated luxury lines of vehicles] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/6918438858307498936">
Luxury vehicles
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_69" desc="Taxonomy Member. Meaning: [the smallest classes of motor vehicles in the USA and Europe; smaller than compact cars, they are typically two-door vehicles intended primarily for transportation in urban areas; this includes the microcar, bubble car, city car and supermini car segments in Europe, and overlaps with the micro and subcompact segments in USA; popular examples include the Smart and Mini brand vehicles, as well as the "kei car" segment in Japan] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/1054097891495782845">
Microcars & subcompacts
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_70" desc="Taxonomy Member. Meaning: [a motorcycle (also called a motorbike, bike, moto or cycle) is a two or three wheeled motor vehicle; includes motorcycle retailers, manufacturers, gear, etc.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/4047422247042666379">
Motorcycles
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_71" desc="Taxonomy Member. Meaning: [motorized vehicles capable of driving on and off paved or gravel surface, water, sand, snow, ice, marsh, swampland, or other terrain, they generally characterized by having large tires with deep, open treads, a flexible suspension, or even caterpillar tracks; examples include ATVs, dune buggies, dirt bikes, snowmobiles, side-by-sides, 4x4s and all-wheel-drive vehicles, etc.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/3805566893887872965">
Off-road vehicles
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_72" desc="Taxonomy Member. Meaning: [light-duty trucks with an enclosed cab and an open cargo area in the back (source: Wikipedia), examples include the Ford F-Series, Chevrolet Silverado, and Nissan Titan.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/934837161003377655">
Pickup trucks
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_73" desc="Taxonomy Member. Meaning: [this category includes both scooters, which are motorcycles with step-through frames such as Vespas; and mopeds, which are slower-moving, pedal and engine-propelled motorcycles sometimes called "motorized bicycles"] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/4203987010453301525">
Scooters & mopeds
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_74" desc="Taxonomy Member. Meaning: [cars with four doors, a separate trunk compartment, and enough space in the rear to comfortably accommodate adults; also known as saloon cars] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/4611181233197207721">
Sedans
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_75" desc="Taxonomy Member. Meaning: [Cars with a body style variant of a sedan/saloon with its roof extended rearward over a shared passenger/cargo volume with access at the back via a third or fifth door (the liftgate or tailgate), instead of a trunk lid (Source: Wikipedia). Longer than hatchbacks (4 pillars instead of 3), examples include the Volkswagen Golf SportWagen, Toyota Prius V, Mazda6 Estate, and Volvo V60.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/4970210882918683612">
Station wagons
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_76" desc="Taxonomy Member. Meaning: [Sport utility vehicles (SUVs) are vehicles built on a light-truck chassis that feature large passenger, cargo, and towing capacities, high ground clearance, and an upright, boxy design; often referred to as an \'off-roader\' in Europe. Examples include the Chevrolet Tahoe, Ford Expedition, Toyota 4Runner, and Mercedes G-Class.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/2340701835461601376">
SUVs
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_77" desc="Taxonomy Member. Meaning: [Vehicles built on a car platform that combine features from sport utility vehicles (SUVs) and hatchbacks or station wagons. Built on a unibody chassis rather than the truck-based body-on-frame platform of standard SUVs, crossovers feature car-like fuel economy and handling, and SUV-like cargo room, ground clearance, and towing capacity. Examples included the Toyota RAV4, Honda Pilot, Ford Escape, Audi Q7, and Mercedes GL.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/7913753013863451951">
Crossovers
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_78" desc="Taxonomy Member. Meaning: [vehicles that feature a short hood and a box-shaped body enclosing a large cargo or passenger area] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/3165356599697789364">
Vans & minivans
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_79" desc="Taxonomy Member. Meaning: [Services that assist motorists, or bicyclists, whose vehicles have suffered a mechanical failure that leaves the operator stranded (Source: Wikipedia). Includes vehicle towing, tire changes, battery service, etc.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/2892996270723975724">
Towing & roadside assistance
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_80" desc="Taxonomy Member. Meaning: [Products, services, and information related to driver, passenger and vehicle safety. Includes vehicle and traffic codes, traffic signage and related equipment (e.g. traffic lights), traffic safety campaigns etc.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/4337451575162195176">
Vehicle & traffic safety
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_81" desc="Taxonomy Member. Meaning: [vehicle parts and accessories, including auto body and interior, engine components, electronics, etc] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/5105021423436289531">
Vehicle parts & accessories
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_82" desc="Taxonomy Member. Meaning: [Vehicle repair and maintenance, including auto mechanics, body shops and garages; excludes roadside assistance.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/1327343024944705365">
Vehicle repair & maintenance
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_83" desc="Taxonomy Member. Meaning: [vehicle shopping services and information, including both online and offline sales and classsifieds] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/1570908993266729935">
Vehicle shopping
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_84" desc="Taxonomy Member. Meaning: [pre-owned vehicle listings, automotive classifieds and used vehicle dealers] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/6039885784743740565">
Used vehicles
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_85" desc="Taxonomy Member. Meaning: [vehicles shows, expos, and conferences for manufacturers and other people in the industry, the specialized press, and/or enthusiasts] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/7339196590922475651">
Vehicle shows
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_86" desc="Taxonomy Member. Meaning: [beauty, style, fashion and fitness; self-care, hygiene, body-image and wellness] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/4884736190847523854">
Beauty & fitness
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_87" desc="Taxonomy Member. Meaning: [tattoos, piercings, body art, body painting] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/6890484398428245875">
Body art
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_88" desc="Taxonomy Member. Meaning: [products and services meant to care for the face and body] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/2128681789762099558">
Face & body care
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_89" desc="Taxonomy Member. Meaning: [Products that are designed to reduce perspiration or conceal unpleasant bodily odors.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/7677786914242125225">
Antiperspirants, deodorants & body sprays
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_90" desc="Taxonomy Member. Meaning: [body lotions, body creams, body oils, body butters; body washes and scrubs; hand and feet care; bubble bath products, bath salts and body deodorants] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/3430584136022164066">
Bath & body products
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_91" desc="Taxonomy Member. Meaning: [Clean beauty, also known as "green" or "natural", includes any beauty product that self describes as ethically sourced, natural, non toxic, and/or organic ingredients.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/3706293287309434572">
Clean beauty
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_92" desc="Taxonomy Member. Meaning: [all types of makeup and cosmetics] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/20502649613022378">
Make-up & cosmetics
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_93" desc="Taxonomy Member. Meaning: [nail polish, gel manicure products, nail appliques and nail art products, nail care tools, nail polish removers, etc.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/6743998850604648325">
Nail care products
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_94" desc="Taxonomy Member. Meaning: [perfumes, colognes and other fragrances meant for the body] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/7261881654549299715">
Perfumes & fragrances
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_95" desc="Taxonomy Member. Meaning: [Instruments with a sharp blade, or combination of blades, used to remove or trim unwanted hair from the face or body; can be manual or electric.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/1837367248073548846">
Razors & shavers
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_96" desc="Taxonomy Member. Meaning: [fashion media and publications, fashion design, style trends and advice] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/1220764295986807342">
Fashion & style
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_97" desc="Taxonomy Member. Meaning: [personal fitness, calisthenic and cardiovascular exercising, aerobics, fitness as a lifestyle] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/3163088267288624590">
Fitness
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_98" desc="Taxonomy Member. Meaning: [weight lifting, free weights and use of mechanical weight to increase and exhibit muscle mass] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/8372304202830723542">
Bodybuilding
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_99" desc="Taxonomy Member. Meaning: [hair products; shampoos, conditioners, hair sprays, gels; also barbers and hair stylists] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/8521800725470611514">
Hair care
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_100" desc="Taxonomy Member. Meaning: [Umbrella category that encompasses books and magazines, either as printed matter or in online reproductions; book retailers and resellers; the literary arts in general, including authors, book-collecting, specific genres and types of literature, literary programs and journals.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/7203586559176706238">
Books & literature
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_101" desc="Taxonomy Member. Meaning: [Books & literature written for children.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/3549709581836871503">
Children's literature
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_102" desc="Taxonomy Member. Meaning: [poetry, either or an amateur or professional nature; poetic works, discussion of these] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/8485083971562288882">
Poetry
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_103" desc="Taxonomy Member. Meaning: [Business services and industrial markets related to specific trades or specialized industries] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/1139636249987410701">
Business & industrial
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_104" desc="Taxonomy Member. Meaning: [advertising, direct marketing, market research, public relations, etc.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/7743376233860216996">
Advertising & marketing
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_105" desc="Taxonomy Member. Meaning: [the professional field of sales; salespersons, methods of selling, sales agents and agencies, sales management, etc] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/512193652870293151">
Sales
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_106" desc="Taxonomy Member. Meaning: [growth and management of flora and fauna as a business, including farming, ranching, horticulture and forestry] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/8652443110139521550">
Agriculture & forestry
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_107" desc="Taxonomy Member. Meaning: [food manufacture, processing, production, packaging and distribution on an industrial scale; "the food industry"] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/1469567909605461312">
Food production
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_108" desc="Taxonomy Member. Meaning: [the design, engineering, manufacture, marketing and distribution of motor vehicles; news and media related to the auto industry itself, distinct from media and retailers oriented to a consumer audience] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/7558774116019975260">
Automotive industry
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_109" desc="Taxonomy Member. Meaning: [development, design, manufacture and operation of aircraft (not passenger flights in a travel context, or air cargo in a transportation context)] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/8310676113847687078">
Aviation industry
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_110" desc="Taxonomy Member. Meaning: [ongoing recurring activities involved in the running of a business for the purpose of producing value for the stakeholders; includes business processes and strategies, workforce and executive management, and business modeling] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/8504100719552366526">
Business operations
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_111" desc="Taxonomy Member. Meaning: [Flexible work arrangements empower an employee to choose what time they begin to work, where to work, and when they will stop work. The idea is to help manage work-life balance and benefits of FWA can include reduced employee stress and increased overall job satisfaction. (Source:Wikipedia)] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/4175404957300857059">
Flexible work arrangements
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_112" desc="Taxonomy Member. Meaning: [The "people" aspects of running a business; the professional activity of hiring and developing an organization's staff, as well as the department of that organization that deals with human resources management (HRM).] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/4385620857212940765">
Human resources
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_113" desc="Taxonomy Member. Meaning: [lending funds to corporate bodies, local authorities and governments; commercial lenders offer loans backed by hard collateral; in most cases this is real estate, but it can also include factoring and other sources of collateral (source: Wikipedia)] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/5014141623827278146">
Commercial lending
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_114" desc="Taxonomy Member. Meaning: [construction of buildings and other structures, heavy construction (e.g. such as highways, power plants, and pipelines), additions, alterations, reconstruction, installation, and maintenance and repairs] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/7532452534944861030">
Construction & maintenance
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_115" desc="Taxonomy Member. Meaning: [A professional engineering discipline that deals with the design, construction, and maintenance of the physical and naturally built environment, including works such as bridges, roads, canals, dams and buildings (source: Wikipedia); includes activities such as land surveying, structural engineering, geotechnical evaluation, etc.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/6864982936777789322">
Civil engineering
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_116" desc="Taxonomy Member. Meaning: [comprises government and commercial industry involved in research, development, production, and service of military material, equipment and facilities (source: Wikipedia)] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/1964667475519868379">
Defense industry
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_117" desc="Taxonomy Member. Meaning: [energy generation and development; technologies and the companies that are involved in energy production and distribution; private and public utilities] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/4707317595881518891">
Energy & utilities
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_118" desc="Taxonomy Member. Meaning: [water industry and utilities; content related to public or commercial water supply, water quality, water management and water treatment; can include systems for water distribution, sanitation, and usage; also covers issues of water pollution and scarcity] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/238348257107156765">
Water supply & treatment
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_119" desc="Taxonomy Member. Meaning: [public hospitality services industries including, but not limited to, hotels, food service, casinos, and tourism] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/7805678306890284096">
Hospitality industry
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_120" desc="Taxonomy Member. Meaning: [industrial production, in which raw materials are transformed into finished goods on a large scale] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/7545704483923797515">
Manufacturing
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_121" desc="Taxonomy Member. Meaning: [metals, minerals and ores; mining industry content] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/7055969384991602250">
Metals & mining
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_122" desc="Taxonomy Member. Meaning: [Pharmaceuticals industry refers to drug discovery, development and manufacturing, and related medical research; biotechnology or biotech refers to the application of technology to biological materials for industrial or commercial use (for example, in biologically engineered food production)] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/681287532573248832">
Pharmaceuticals & biotech
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_123" desc="Taxonomy Member. Meaning: [the printing and publishing industries; entities engaged in publishing and distributing newspapers, magazines, other periodicals, and books, as well as electronic materials; establishments involved in the manufacture, production, and distribution of print products, such as newspapers, books, periodicals, business forms, greeting cards, and other materials; includes companies that perform perform support activities, such as bookbinding, platemaking services, and data imaging (Source: ODP)] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/2613813704616662413">
Printing & publishing
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_124" desc="Taxonomy Member. Meaning: [industries and establishments that focus primarily on providing products and services to retailers; the B2B aspect of retailing and merchandising; not meant for online shops, but rather associations and services servicing the retail industry] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/7797616431239921382">
Retail trade
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_125" desc="Taxonomy Member. Meaning: [private equity capital typically provided by professional, outside investors to new, high-potential-growth companies (startups) in exchange for equity, with an eye to profit from the company's growth] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/7488525250137982815">
Venture capital
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_126" desc="Taxonomy Member. Meaning: [Umbrella category that encompasses computing hardware and software, consumer and non-consumer electronics, computing for business or personal use.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/8375584628751083797">
Computers & electronics
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_127" desc="Taxonomy Member. Meaning: [software or tools to fight spyware, adware, trojan horses, viruses, worms, etc] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/3628161500907690952">
Antivirus & malware
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_128" desc="Taxonomy Member. Meaning: [computer devices that are not part of the essential computer (the processor, memory, and data paths) but are situated relatively close by; typically, input and output devices to a host computer, expanding the host's capabilities, but not forming part of the core computer architecture (Source: Wikipedia)] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/1309547678103520411">
Computer peripherals
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_129" desc="Taxonomy Member. Meaning: [electronic equipment intended for use by everyday people, not including computers] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/3831373972074857037">
Consumer electronics
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_130" desc="Taxonomy Member. Meaning: [cameras and camcorders, including retailers, related information, etc.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/4178771562445010882">
Cameras & camcorders
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_131" desc="Taxonomy Member. Meaning: [Devices and software that allow users to control home lighting, sound systems, monitor or control appliances, operate home security systems, etc., typically remotely.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/7697871506067940404">
Home automation
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_132" desc="Taxonomy Member. Meaning: [television and video equipment designed to reproduce at home the experience of being in a movie theater; includes home entertainment systems and related equipment] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/4678594450183827584">
Home theater systems
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_133" desc="Taxonomy Member. Meaning: [Wearable products and devices that incorporate computer and advanced electronic technologies.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/5536255386518952322">
Wearable technology
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_134" desc="Taxonomy Member. Meaning: [a desktop computer is a personal computer (PC) in a hardware configuration that makes it suitable for regular use at a fixed location, as opposed to a laptop or other mobile devices (source: Wikipedia); includes mini PCs] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/6925354490648875732">
Desktop computers
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_135" desc="Taxonomy Member. Meaning: [personal computers designed for mobile use such as laptops, notebooks, and ultraportable PCs; includes 2-in-1 laptops, and Chromebooks] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/4367973428696769541">
Laptops & notebooks
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_136" desc="Taxonomy Member. Meaning: [computing network security solutions, services, tools: firewalls, intrusion detection systems, denial of service prevention, etc] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/1806105062543621981">
Network security
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_137" desc="Taxonomy Member. Meaning: [the engineering discipline concerned with the communication between computer systems or devices; a computer network is any set of computers or devices connected to each other with the ability to exchange data (source: Wikipedia)] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/3957825689644527533">
Computer networks
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_138" desc="Taxonomy Member. Meaning: [The practice of using a network of remote servers hosted on the Internet to store, manage, and process data, rather than a local server or a personal computer; the study and production of distributed systems, consisting of multiple autonomous computers that communicate through a computer network; includes concepts such as parallel, cluster and grid computing; high-performance computing which uses supercomputers and computer clusters to solve advanced computation problems (source: Wikipedia).] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/3248986129510004039">
Distributed & cloud computing
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_139" desc="Taxonomy Member. Meaning: [the process of writing, testing, debugging/troubleshooting, and maintaining software] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/7282364022001656702">
Programming
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_140" desc="Taxonomy Member. Meaning: [software refers to the programs and other operating information used by a computer; includes software applications and utilities, operating systems, etc.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/7409717756718834230">
Software
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_141" desc="Taxonomy Member. Meaning: [software for use in sound production, recording, editing, and playback; also includes audio player software, digital audio workstation software, music composition and notation software, instrument simulation software, virtual synthesizer and studio software etc.; popular examples include Audacity, GarageBand, and Pro Tools] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/2121682951166241388">
Audio & music software
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_142" desc="Taxonomy Member. Meaning: [desktop publishing is the creation of documents and publications that are properly formatted for print or electronic distribution; desktop publishing software can generate layouts and produce typographic quality text and images comparable to traditional typography and printing (source: Wikipedia); popular examples include Adobe InDesign, Microsoft Publisher, QuarkXPress, Serif PagePlus, and Scribus] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/1855224727519238778">
Desktop publishing
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_143" desc="Taxonomy Member. Meaning: [freely available software, for general public use, typically available by download at no cost to the user or for an optional fee; this category is intended primarily for software content that advertises itself explicitly as free; includes web properties that aggregate free software content] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/7474871584167254699">
Freeware & shareware
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_144" desc="Taxonomy Member. Meaning: [software for creating or manipulating visual images, graphics and/or animations; popular examples include CorelDraw, SketchBook, Adobe Illustrator, Inkscape, and Autodesk Maya] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/2050639293586889823">
Graphics & animation software
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_145" desc="Taxonomy Member. Meaning: [An operating system (OS) is software, consisting of programs and data, that runs on computers to manage the computer's hardware and provide common services for efficient execution of various application software (Source: WIkipedia). Includes content related to various operating systems, various OS architectures and subcomponents, process management, etc.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/5212139084339403436">
Operating systems
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_146" desc="Taxonomy Member. Meaning: [software used to manage or organize photo collections; software used to edit or retouch digital photos; popular examples include iPhoto, Adobe Photoshop, and Corel PaintShop Pro; includes related utilities and plug-ins] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/89992876854779967">
Photo software
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_147" desc="Taxonomy Member. Meaning: [software for use in video production, recording, editing, and playback; also includes video player software, digital video workstation software; examples include Windows Movie Maker, iMovie, and Adobe After Effects] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/8159620650642307448">
Video software
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_148" desc="Taxonomy Member. Meaning: [Applications designed for browsing the web/internet. Web browsers enable users to access, navigate and interact with text, images, video and other media and information found on a web page located on the internet. Popular examples include Google Chrome, Internet Explorer, and Mozilla Firefox.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/5184464415905481973">
Web browsers
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_149" desc="Taxonomy Member. Meaning: [Umbrella category that encompasses consumer and business financial services, such as banking, loans, credit, investing, insurance, etc.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/2844460539416377578">
Finance
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_150" desc="Taxonomy Member. Meaning: [services that combine various kinds of bookkeeping and accounting activities; products and services aiming at tracking business income and expenses and answer specific questions about the financial and tax status of an individual or business] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/956251474921720097">
Accounting & auditing
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_151" desc="Taxonomy Member. Meaning: [services that provide tax preparation or prepare taxes for people; includes advice and tips for both tax preparation.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/4760464649248515637">
Tax preparation & planning
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_152" desc="Taxonomy Member. Meaning: [credit and debit card companies, offers and reviews] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/3200267103650246507">
Credit cards
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_153" desc="Taxonomy Member. Meaning: [broadly, investment services and financial planning services; includes portfolio management planning and services; professional financial services oriented toward wealth management, estate planning or asset protection; professional money managers often carry the CFP (Certified Financial Planner) designation] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/5880850679805616279">
Financial planning & management
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_154" desc="Taxonomy Member. Meaning: [planning for retirement, pension plans, annuities, individual retirement accounts, 401k, pensions, social security, etc.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/8609879096232646964">
Retirement & pension
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_155" desc="Taxonomy Member. Meaning: [public and private grants, fellowships, and other sources of public funding or financial assistance for special projects and/or business, educational or organizational pursuits] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/34160357033579408">
Grants, scholarships & financial aid
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_156" desc="Taxonomy Member. Meaning: [financial support and other grants, both private and governmental, that are awarded to support academic study; unlike student loans, there is no expectation of eventual debt repayment; includes information, such as advice from users and experts and reviews of financial programs] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/1870017364785985714">
Study grants & scholarships
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_157" desc="Taxonomy Member. Meaning: [mortgages and mortgage companies; home loans and lenders; the process of procuring financing to purchase a home or other residential real estate] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/5118652265814965911">
Home financing
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_158" desc="Taxonomy Member. Meaning: [insurance agents, carriers and claims; actuarial science & services; financial guaranty; risk management] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/3741900859008836651">
Insurance
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_159" desc="Taxonomy Member. Meaning: [motor vehicle insurance; insurance for cars and trucks] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/4604321306087491479">
Auto insurance
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_160" desc="Taxonomy Member. Meaning: [insurance coverage for medical expenses, health insurance providers who either directly reimburse the insured party or pay the medical care providers for any financial liability incurred from illness or injury] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/1117176005604181710">
Health insurance
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_161" desc="Taxonomy Member. Meaning: [the type of property insurance that covers private homes; fire insurance, burglary insurance, earthquake insurance, flood insurance, acts of god insurance, tornado insurance, weather-related insurance, hurricane insurance, breaking and entry insurance, b & e insurance, property insurance, renters insurance] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/9147523895969579006">
Home insurance
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_162" desc="Taxonomy Member. Meaning: [a contract between an insurance policy holder and an insurer, where the insurer promises to pay a designated beneficiary a sum of money (the "benefits") upon the death of the insured person (Source: Wikipedia)] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/8531475784994978055">
Life insurance
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_163" desc="Taxonomy Member. Meaning: [insurance that is intended to cover medical expenses, financial default of travel suppliers, and other losses incurred while traveling, either within one's own country, or internationally (Source: Wikipedia)] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/637641992572614367">
Travel insurance
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_164" desc="Taxonomy Member. Meaning: [products, information and services centered around securities (like stocks, bonds, or mutual funds), commodities, derivative, or real-estate trusts] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/8494705151771539693">
Investing
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_165" desc="Taxonomy Member. Meaning: [content about commodities, futures, derivatives, and options on futures; also, investing and trading in precious metals (distinct from industrial extraction services: see "Metals & Mining")] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/3111774353950510496">
Commodities & futures trading
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_166" desc="Taxonomy Member. Meaning: [currency conversion and exchange; FOREX brokerages, guides, research and analysis] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/6961181346456305845">
Currencies & foreign exchange
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_167" desc="Taxonomy Member. Meaning: [investment funds that can undertake a wider range of investment and trading activities than other funds, but which is only open for investment from particular types of investors specified by regulators; these investors are typically institutions, such as pension funds, university endowments and foundations, or high net worth individuals; hedge funds invest in a diverse range of assets, but they most commonly trade liquid securities on public markets; they also employ a wide variety of investment strategies, and make use of techniques such as short selling and leverage (Source: WIkipedia)] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/7606689751494500303">
Hedge funds
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_168" desc="Taxonomy Member. Meaning: [mutual funds are professionally managed types of collective investment schemes that pool money from many investors to buy stocks, bonds, short-term money market instruments, and/or other securities (Source: Wikipedia)] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/8368907615403624994">
Mutual funds
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_169" desc="Taxonomy Member. Meaning: [content related to stocks, bonds, and other securities; news, research and resources about securities and exchanges, equities and bond markets] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/2272646388087840746">
Stocks & bonds
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_170" desc="Taxonomy Member. Meaning: [personal loans commonly refers to unsecured consumer lending, signature loans or unsecured loans; these loans are often used by borrowers for small purchases such as computers, home improvements, vacations or unexpected expenses, like medical bills (Source: Wikipedia)] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/7274332815460521387">
Personal loans
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_171" desc="Taxonomy Member. Meaning: [loans designed to help students pay for post-secondary education and the associated fees, such as tuition, books and supplies, and living expenses (source: Wikipedia)] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/779541846953867896">
Student loans & college financing
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_172" desc="Taxonomy Member. Meaning: [Umbrella category that encompasses food and beverages, including cooking, dining, shopping for and serving food.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/2872488089978390528">
Food & drink
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_173" desc="Taxonomy Member. Meaning: [content related to cooking, recipes, and various world cuisines] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/8247360513054075859">
Cooking & recipes
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_174" desc="Taxonomy Member. Meaning: [barbecue or barbeque (abbreviated BBQ, Bar-B-Q and Barbie); methods and recipes for firing, smoking and grilling meat and other foods with the heat and hot smoke of a fire, smoking wood, hot coals of charcoal, or liquefied petroleum gas; a popular American, Canadian, and Australian cooking method and cuisine (Source: Wikipedia)] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/1019199934861093311">
BBQ & grilling
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_175" desc="Taxonomy Member. Meaning: [content about global, ethnic and regional cuisines; recipes and dishes originating from a distinct world region or culture; a set of cooking traditions and dishes centered around certain regional staples and cooking ingredients] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/2546001021118496817">
World cuisine
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_176" desc="Taxonomy Member. Meaning: [vegetarian cuisine, food, and recipes; meatless diets and meat substitutes] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/2591240715795040171">
Vegetarian cuisine
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_177" desc="Taxonomy Member. Meaning: [vegan cuisine, food, and recipes; diets avoiding not only meat but also egg and dairy products and other animal-derived foodstuffs] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/1273341416820374939">
Vegan cuisine
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_178" desc="Taxonomy Member. Meaning: [recipes, menus, resources and tips for healthy cooking, eating and diet; cooking and eating with a mind to improving health and nutrition] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/8449517581244298760">
Healthy eating
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_179" desc="Taxonomy Member. Meaning: [grocery stores, grocers, supermarkets, food markets and other food retailers; includes major food retail chains] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/1431338466612002800">
Food & grocery retailers
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_180" desc="Taxonomy Member. Meaning: [Any activity commonly referred to as a game (except sports). This includes computer and video games, board games, roleplaying games, and card games.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/8091337557500824334">
Games
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_181" desc="Taxonomy Member. Meaning: [Games played with a cue stick and various numbers of balls on a cloth-covered table. Examples include pool, snooker, and carom billiards.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/8987183253095541102">
Billiards
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_182" desc="Taxonomy Member. Meaning: [any game which uses cards (of any sort) as its primary gameplay device] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/3594644188208961363">
Card games
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_183" desc="Taxonomy Member. Meaning: [any electronic game that uses a video screen to display gameplay, whether through a computer, game console, or portable device such as a tablet or phone] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/352068353645394673">
Computer & video games
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_184" desc="Taxonomy Member. Meaning: [Games that emphasize physical challenges, including hand-eye coordination and reaction-time; platform games are an important sub-genre of action games characterized by jumping to and from suspended platforms or over obstacles (Source: Wikipedia). Popular franchises that incorporate the action genre are Grand Theft Auto, Fallout, League of Legends, and Batman: Arkham. Popular platformers include: Super Mario, Portal, Mega Man, and Temple Run.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/1257305188757693991">
Action & platform games
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_185" desc="Taxonomy Member. Meaning: [Games with an interactive story that emphasize exploration and puzzle-solving. Examples include classic text adventures (e.g. the Zork trilogy), graphical adventure games (e.g. Myst), point-and-click adventures, room escape games, and visual novels. The action-adventure genre is a common hybrid, and includes games such as The Legend of Zelda and Assassin's Creed.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/2982814953690299324">
Adventure games
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_186" desc="Taxonomy Member. Meaning: [Games with extremely simple gameplay that are targeted to a mass audience and typically playable over short sessions. These include Tetris, Bejeweled, Angry Birds, Candy Crush Saga, Pac-Man, and Diner Dash.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/376563557744501929">
Casual games
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_187" desc="Taxonomy Member. Meaning: [Organized competitions between professional or amateur computer and video game players, also known as eSports (source: Wikipedia).] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/8171522680026276978">
Competitive video gaming
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_188" desc="Taxonomy Member. Meaning: [Games which support thousands or more players simultaneously in the same, often persistent, game world. Examples include World of Warcraft, Clash of Clans, Roblox, and Club Penguin. Does not include online games that support relatively few simulatenous players such as League of Legends and Defense of the Ancients 2.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/7491951684925589000">
Massively multiplayer games
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_189" desc="Taxonomy Member. Meaning: [music and dance related games, in which gameplay typically requires keeping time with musical rhythm; signature game series include Guitar Hero, Dance Dance Revolution, Bust a Groove, etc.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/7279671314928001151">
Music & dance games
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_190" desc="Taxonomy Member. Meaning: [A simulation video game describes a diverse super-category of video games, generally designed to closely simulate real world activities.(source: Wikipedia)] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/1026664265024410095">
Simulation games
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_191" desc="Taxonomy Member. Meaning: [simulated video games depicting an indoor or outdoor sports game or activity according to rules] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/3944988229755250972">
Sports games
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_192" desc="Taxonomy Member. Meaning: [Games that focus on skillful thinking and planning, often featuring a god-like view of the game world where the player controls units under their command. Overlaps with multiplayer online battle arenas (MOBAs) and tactics-based games. Examples include Civilization, Worms, Warcraft, League of Legends, Defense of the Ancients (DotA), and Fire Emblem.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/1922669055530508308">
Strategy games
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_193" desc="Taxonomy Member. Meaning: [games and activities that feature painting, drawing, or coloring] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/4129327327046722216">
Drawing & coloring
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_194" desc="Taxonomy Member. Meaning: [games in which players assume the roles of fictional characters and collaboratively create or follow stories; also known as RPGs] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/5381848811946741579">
Roleplaying games
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_195" desc="Taxonomy Member. Meaning: [a sport in which two or four players hit a lightweight, hollow ball back and forth to each other with paddles over a hard table divided by a net; often called "ping pong"] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/2947570596592037239">
Table tennis
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_196" desc="Taxonomy Member. Meaning: [Umbrella category that encompasses recreational, leisure and lifestyle pastimes and hobbies] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/8047450332599359680">
Hobbies & leisure
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_197" desc="Taxonomy Member. Meaning: [the commemorative day that celebrates a past wedding, engagement or beginning of a romantic relationship; gifts and activities related to these anniversaries; does not include other anniversaries of personal of historical importance] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/4384284280905147881">
Anniversaries
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_198" desc="Taxonomy Member. Meaning: [the anniversary of one's birth or a particular day of the year associated with one's given name; birthday and name day gifts, celebrations, events and occasions] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/1900888872496185732">
Birthdays & name days
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_199" desc="Taxonomy Member. Meaning: [underwater activities including diving, scuba, snorkeling, finswimming, etc] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/3865005762986696510">
Diving & underwater activities
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_200" desc="Taxonomy Member. Meaning: [those arts and crafts that use plant, animal, or synthetic fibers to construct practical or decorative objects; also, a style of fine art which uses textiles such as fabric, yarn, and natural and synthetic fibers; includes needlework, quilting, and other fabric arts (Source: Wikipedia)] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/7320750072644192681">
Fiber & textile arts
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_201" desc="Taxonomy Member. Meaning: [outdoor recreation; not generally to include athletic or recreational fitness activities like running, cycling, swimming, etc.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/152463061722515936">
Outdoors
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_202" desc="Taxonomy Member. Meaning: [fishing as sports or recreation] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/2939899117911867601">
Fishing
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_203" desc="Taxonomy Member. Meaning: [all types of hunting for sport, both in competition and for recreation; also, recreation shooting, to include archery, target and skeet shooting] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/166910095049954514">
Hunting & shooting
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_204" desc="Taxonomy Member. Meaning: [paintball and airsoft (games in which players eliminate opponents by hitting them with dye-filled paintballs or other non-metallic pellets)] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/6981728230205859504">
Paintball
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_205" desc="Taxonomy Member. Meaning: [remotely controlled model cars, boats, airplanes, etc.; hobby model building and other miniature and to-scale models] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/3363466958969091079">
Radio control & modeling
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_206" desc="Taxonomy Member. Meaning: [weddings and marriage ceremonies; wedding planning, wedding ceremonies, wedding apparel, wedding gifts, etc.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/7365440755144867425">
Weddings
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_207" desc="Taxonomy Member. Meaning: [Umbrella category that encompasses products and services for the home, yard, garden and outdoor environs.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/2066460565081379253">
Home & garden
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_208" desc="Taxonomy Member. Meaning: [Gardening resources, supplies and equipment (e.g. pruning shears, gardening gloves, etc.)] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/8054463204383392781">
Gardening
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_209" desc="Taxonomy Member. Meaning: [decorations for the home and residential interior; household organization and do-it-yourself projects for the home; examples: Good Housekeeping and Martha Stewart] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/8420059947372759747">
Home & interior decor
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_210" desc="Taxonomy Member. Meaning: [electrical or mechanical appliances which accomplish some household functions, such as cooking, cleaning, washing, etc] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/4409326960448405254">
Home appliances
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_211" desc="Taxonomy Member. Meaning: [products, services and resources related to home repair, remodeling and renovation] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/4935350966824227117">
Home improvement
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_212" desc="Taxonomy Member. Meaning: [content related to products and services to secure the home in event of crime, disaster or emergency; to include smoke detectors and alarms, fire extinguishers, home safes, etc.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/7593630526179557624">
Home safety & security
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_213" desc="Taxonomy Member. Meaning: [Consumable items for the home, including products for food storage, laundry, house cleaning, and waste disposal.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/7677533781953817028">
Household supplies
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_214" desc="Taxonomy Member. Meaning: [Landscape design, landscape architecture and site enhancement, i.e. the improvement of the aesthetic appearance of outdoor areas, landmarks, and structures by changing its contours, adding ornamental features, or planting trees and shrubs. (Source: Wikipedia.)] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/7629152298955251873">
Landscape design
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_215" desc="Taxonomy Member. Meaning: [products and services that allow users to communicate through internet, telephony, cable, and radio; access providers and other services that enable or supplement web navigation, web publishing, web monetization, or web communication] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/2440988220307383672">
Internet & telecom
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_216" desc="Taxonomy Member. Meaning: [An email service provider, mailbox provider, or mail service provider is a provider of email hosting. It implements email servers to send, receive, accept, and store email for other organizations or end users, on their behalf. (Source: Wikipedia)] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/1987431586656129541">
Email
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_217" desc="Taxonomy Member. Meaning: [Internet access plans, including dial-up, DSL, cable modem, wireless or dedicated high-speed access, and the companies that provide users with them.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/4822825857214982005">
Internet service providers (ISPs)
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_218" desc="Taxonomy Member. Meaning: [Plans and services for phones, whether landline or mobile. Companies that facilitate landline telephone service and provide long distance or local calling plans, as well as wireless carriers. Also includes mobile broadband providers.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/8095959427480563136">
Phone service providers
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_219" desc="Taxonomy Member. Meaning: [a system that allows users to search for information on the internet such as Google, Bing, Yahoo! Search, etc.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/1055826165163308557">
Search engines
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_220" desc="Taxonomy Member. Meaning: [a mobile phone offering advanced capabilities beyond calling and texting, such as music playback, cameras, internet connection, etc.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/4069828937326256925">
Smart phones
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_221" desc="Taxonomy Member. Meaning: [a conference with participants in different locations linked by telecommunications devices; teleconferencing or videoconferencing can happen over the phone, internet, video, etc; includes teleconferencing and videoconferencing equipment, services and technologies] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/5386101597996462971">
Teleconferencing
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_222" desc="Taxonomy Member. Meaning: [mobile and web-based text, image, and multimedia messaging technology (i.e. texting, instant messaging, SMS, and MMS); includes apps and services such as WhatsApp, Facebook Messenger, WeChat, etc.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/4406295034200984908">
Text & instant messaging
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_223" desc="Taxonomy Member. Meaning: [applications that are accessed via web browser; also, computer software applications that are coded in a browser-supported language (such as HTML, JavaScript, Java, etc.) and reliant on a common web browser to render the applications executable (source: Wikipedia)] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/8151692501266701245">
Web apps & online tools
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_224" desc="Taxonomy Member. Meaning: [The creation and development of websites, which encompass aspects such as page layout, typography, content development, user experience design, graphic design, etc.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/3824728791744408878">
Web design & development
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_225" desc="Taxonomy Member. Meaning: [services that allow users to set up their own website and make it accessible via the World Wide Web, usually by providing storage space on a server] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/4300487829870464543">
Web hosting
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_226" desc="Taxonomy Member. Meaning: [Umbrella category that encompasses all content about education, jobs, careers, or vocational training.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/4517581546201111862">
Jobs & education
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_227" desc="Taxonomy Member. Meaning: [educational institutions, process and practice] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/4419501367263333275">
Education
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_228" desc="Taxonomy Member. Meaning: [Conferences and related events for researchers and academics to present and discuss their work; academic or scientific journals (academic work published in journal article, book or thesis form); also, the subfield of publishing which distributes academic research and scholarship (source: Wikipedia).] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/8052702820668451885">
Academic conferences & publications
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_229" desc="Taxonomy Member. Meaning: [Public and private colleges and universities; educational institutions at the tertiary level and beyond. Includes community and junior colleges, as well as graduate programs.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/6351926515676847103">
Colleges & universities
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_230" desc="Taxonomy Member. Meaning: [Educational opportunities and resources available for students who are not physically present at a school, typically for the purpose of completing a degree. Distance learning is often conducted online or by mail: using correspondence, audio and video media, software, study guides, online discussion groups, e-mail, etc. Does not include micro-courses and massive online courses (MOOCs) that cannot be taken towards a university degree.] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/1866911147020514155">
Distance learning
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_231" desc="Taxonomy Member. Meaning: [Pre-school and kindergarten; training, curriculum, sites and organizations for the education for very young children] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/1010499748215693913">
Early childhood education
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_232" desc="Taxonomy Member. Meaning: [The education of children between the ages of 0-5 years old, prior to the commencement of compulsory education at primary school. In the United Kingdom it is called nursery school. In the United States the terms 'preschool' and 'Pre-K' (pre-Kindergarten) are used (source: Wikipedia).] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/3090218931101237041">
Preschool
</message>
<message name="IDS_PRIVACY_SANDBOX_TOPICS_TAXONOMY_V1_TOPIC_ID_233" desc="Taxonomy Member. Meaning: [the education of children at home and in the community (typically by parents, co-ops or professional tutors), as opposed to in a public or private school] Existing Ref: http://tc-message/message/FatCatTaxonomy_Verticals4/2544571709434028206">
Homeschooling