-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
963 lines (643 loc) · 32.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
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
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="https://use.typekit.net/ilp4lxb.css">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Welcome to Tealium Docs | Tealium Docs</title>
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width,minimum-scale=1">
<meta name="generator" content="Hugo 0.111.3">
<meta NAME="ROBOTS" CONTENT="INDEX, FOLLOW">
<link rel="alternate" hreflang="ja" href="https://docs.tealium.com/ja/">
<link href='/dist/css/app.css' rel='stylesheet' type="text/css" />
<script>
history.scrollRestoration = "manual";
if (location.hash) {
window.scrollTo(0, 0);
setTimeout(function() {
window.scrollTo(0, 0);
}, 10);
}
</script>
</head>
<body class="sidebar ma0 sans-serif text-color-primary hg-home">
<script>
var utag_data = {
site_language : "en",
tealium_event : "page_view"
}
</script>
<script>
(function(a,b,c,d){
a="//tags.tiqcdn.com/utag/tealium/docs/prod/utag.js";
b=document;c='script';d=b.createElement(c);d.src=a;d.type='text/java'+c;d.async=true;
a=b.getElementsByTagName(c)[0];a.parentNode.insertBefore(d,a);
})();
</script>
<nav class="w-100 sticky-t bg-primary-color-light bb b--light-gray dpn" role="navigation">
<div class="flex-ns flex-wrap items-center justify-start mw9">
<div class="lh-solid ml0-ns mr0 mr4-l mv3 pl15 dib db-ns">
<a href="/"><img src="/images/icons/tealium-documentation-logo-color.svg" class="v-mid dib" width="186" height="31"></a>
</div>
<div class="dib ml3 mr4 mv3 pl15"><div id="docsearch">
</div>
</div><ul class="list ma0 pa0 dn dib-ns">
<li class="f5 dib mr4">
<a href="https://support.tealiumiq.com/en/support/solutions" class="dim link mid-gray">Knowledge Base <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="10" height="10" viewBox="0 0 32 32" class="fill-current v-base" aria-label="External Link">
<path d="M25.152 16.576v5.696q0 2.144-1.504 3.648t-3.648 1.504h-14.848q-2.144 0-3.648-1.504t-1.504-3.648v-14.848q0-2.112 1.504-3.616t3.648-1.536h12.576q0.224 0 0.384 0.16t0.16 0.416v1.152q0 0.256-0.16 0.416t-0.384 0.16h-12.576q-1.184 0-2.016 0.832t-0.864 2.016v14.848q0 1.184 0.864 2.016t2.016 0.864h14.848q1.184 0 2.016-0.864t0.832-2.016v-5.696q0-0.256 0.16-0.416t0.416-0.16h1.152q0.256 0 0.416 0.16t0.16 0.416zM32 1.152v9.12q0 0.48-0.352 0.8t-0.8 0.352-0.8-0.352l-3.136-3.136-11.648 11.648q-0.16 0.192-0.416 0.192t-0.384-0.192l-2.048-2.048q-0.192-0.16-0.192-0.384t0.192-0.416l11.648-11.648-3.136-3.136q-0.352-0.352-0.352-0.8t0.352-0.8 0.8-0.352h9.12q0.48 0 0.8 0.352t0.352 0.8z"></path>
</svg>
</a>
</li>
<li class="f5 dib mr4">
<a href="/ja/" class="dim link mid-gray">日本語</a>
</li>
</ul>
</div>
</nav>
<main role="main" class="content-with-sidebar pb0-ns">
<div class="w-100">
<div class="flex">
<div id="menu" class="order-0 w-auto vh-100 overflow-auto dn db-ns sticky-l pt4 pl125" style="width:280px;">
<nav class="side-nav home-nav f6" role="navigation">
<ul class="list pa0 mt0">
<li class="relative w-100 fw5 f5 selected">
<a href="/" class="db link hover-primary-color pv1 mb2 bg-secondary primary-color" data-target=".home">Home</a>
</li>
<li class="relative w-100 fw5 f5">
<span class="db mt2 text-color-disabled fw3 ttu pt3 pb1">Get Started</span>
</li>
<li class="relative w-100 fw5 f5">
<a href="/guides/" class="db link hover-primary-color pv1 mb2 text-color-primary hover-primary-color " data-target=".home-guides">Guides</a>
</li>
<li class="relative w-100 fw5 f5">
<span class="db mt2 text-color-disabled fw3 ttu pt3 pb1">Client-Side</span>
</li>
<li class="relative w-100 fw5 f5">
<a href="/iq-tag-management/" class="db link hover-primary-color pv1 mb2 text-color-primary hover-primary-color " data-target=".home-iq">iQ Tag Management</a>
</li>
<li class="relative w-100 fw5 f5">
<span class="db mt2 text-color-disabled fw3 ttu pt3 pb1">Server-Side</span>
</li>
<li class="relative w-100 fw5 f5">
<a href="/server-side/#eventstream-api-hub" class="db link hover-primary-color pv1 mb2 text-color-primary hover-primary-color " data-target=".home-es">EventStream API Hub</a>
</li>
<li class="relative w-100 fw5 f5">
<a href="/server-side/#audiencestream-cdp" class="db link hover-primary-color pv1 mb2 text-color-primary hover-primary-color " data-target=".home-as">AudienceStream CDP</a>
</li>
<li class="relative w-100 fw5 f5">
<a href="/server-side/moments-api/" class="db link hover-primary-color pv1 mb2 text-color-primary hover-primary-color " data-target=".home-mapi">Moments API</a>
</li>
<li class="relative w-100 fw5 f5">
<a href="/server-side/functions/" class="db link hover-primary-color pv1 mb2 text-color-primary hover-primary-color " data-target=".home-fn">Functions</a>
</li>
<li class="relative w-100 fw5 f5">
<a href="/server-side/data-connect/" class="db link hover-primary-color pv1 mb2 text-color-primary hover-primary-color " data-target=".home-dc">Data Connect</a>
</li>
<li class="relative w-100 fw5 f5">
<a href="/predict/getting-started/" class="db link hover-primary-color pv1 mb2 text-color-primary hover-primary-color " data-target=".home-ml">Predict ML</a>
</li>
<li class="relative w-100 fw5 f5">
<a href="/server-side/data-storage/" class="db link hover-primary-color pv1 mb2 text-color-primary hover-primary-color " data-target=".home-da">DataAccess</a>
</li>
<li class="relative w-100 fw5 f5">
<span class="db mt2 text-color-disabled fw3 ttu pt3 pb1">Integrations</span>
</li>
<li class="relative w-100 fw5 f5">
<a href="/client-side-tags/" class="db link hover-primary-color pv1 mb2 text-color-primary hover-primary-color " data-target=".home-tags">Client-Side Tags</a>
</li>
<li class="relative w-100 fw5 f5">
<a href="/server-side-connectors/" class="db link hover-primary-color pv1 mb2 text-color-primary hover-primary-color " data-target=".home-conn">Server-Side Connectors</a>
</li>
<li class="relative w-100 fw5 f5">
<span class="db mt2 text-color-disabled fw3 ttu pt3 pb1">Developers</span>
</li>
<li class="relative w-100 fw5 f5">
<a href="/platforms/" class="db link hover-primary-color pv1 mb2 text-color-primary hover-primary-color " data-target=".home-plat">Platforms</a>
</li>
<li class="relative w-100 fw5 f5 mb4 break">
<a href="/api/" class="db link hover-primary-color pv1 mb2 text-color-primary hover-primary-color " data-target=".home-api">API</a>
</li>
<li class="relative w-100 fw5 f5">
<a href="/administration/" class="db link hover-primary-color pv1 mb2 text-color-primary hover-primary-color " data-target=".home-admin">Administration</a>
</li>
<li class="relative w-100 fw5 f5">
<a href="/industries/tealium-for-pharma/" class="db link hover-primary-color pv1 mb2 text-color-primary hover-primary-color " data-target=".">Tealium for Pharma</a>
</li>
<li class="relative w-100 fw5 f5">
<a href="/industries/tealium-identity-partners/" class="db link hover-primary-color pv1 mb2 text-color-primary hover-primary-color " data-target=".home-identity">Tealium Identity Partners</a>
</li>
<li class="relative w-100 fw5 f5">
<a href="/tech-partners/" class="db link hover-primary-color pv1 mb2 text-color-primary hover-primary-color " data-target=".">Technology Partners</a>
</li>
<li class="relative w-100 fw5 f5">
<a href="/partners/" class="db link hover-primary-color pv1 mb2 text-color-primary hover-primary-color " data-target=".partners-overview">Partner Integrations</a>
</li>
<li class="relative w-100 fw5 f5">
<a href="/glossary/" class="db link hover-primary-color pv1 mb2 text-color-primary hover-primary-color " data-target=".">Glossary</a>
</li>
<li class="relative w-100 fw5 f5">
<a href="/early-access/" class="db link hover-primary-color pv1 mb2 text-color-primary hover-primary-color " data-target=".home-ea">Early Access</a>
</li>
<li class="relative w-100 fw5 f5">
<a href="/release-notes/" class="db link hover-primary-color pv1 mb2 text-color-primary hover-primary-color " data-target=".home-rn">Release Notes</a>
</li></ul>
</nav>
</div>
<div class="home-wrapper order-1 w-100 flex-ns flex-wrap">
<div class="w-100 hero-wrapper">
<h1 class="lh-title fw9">Welcome to Tealium Docs</h1>
<p class="dn db-ns lh-copy w-80 f4 pv0 mv0">Learn the basics, install on a supported platform, and explore the product guides.</p>
</div>
<div class="home-content flex flex-wrap w-100 pt4 pt5-m pb6"><h2 id="products">Products</h2>
<div class="card card-feature w-40-m w-30-l w-90 mr4 mb4 bg-white dib f5 ba b--light ">
<a href="https://docs.tealium.com/iq-tag-management/">
<img src="/images/icons/icon-product-iq.svg" class="ma0" width="24" height="24"/>
<h4 id="tag-management">Tag Management</h4>
<p>Explore the client-side solutions for managing tags, consent, and data collection.</p>
</a>
</div>
<div class="card card-feature w-40-m w-30-l w-90 mr4 mb4 bg-white dib f5 ba b--light ">
<a href="https://docs.tealium.com/server-side/">
<img src="/images/icons/icon-cloud-up.svg" class="ma0" width="24" height="24"/>
<h4 id="server-side">Server-Side</h4>
<p>Explore the server-side solutions for data collection, customer profiles, and real-time actions.</p>
</a>
</div>
<div class="card card-feature w-40-m w-30-l w-90 mr4 mb4 bg-white dib f5 ba b--light ">
<a href="/server-side/#eventstream-api-hub">
<img src="/images/icons/icon-product-eventstream.svg" class="ma0" width="24" height="24"/>
<h4 id="eventstream-api-hub">EventStream API Hub</h4>
<p>Manage online and offline data collection, ensure data quality, and integrate with server-side analytics and marketing tools.</p>
</a>
</div>
<div class="card card-feature w-40-m w-30-l w-90 mr4 mb4 bg-white dib f5 ba b--light ">
<a href="/server-side/#audiencestream-cdp">
<img src="/images/icons/icon-product-audiencestream.svg" class="ma0" width="24" height="24"/>
<h4 id="audiencestream-cdp">AudienceStream CDP</h4>
<p>Unify customer profiles, build custom audiences, and manage real-time personalization.</p>
</a>
</div>
<div class="card card-feature w-40-m w-30-l w-90 mr4 mb4 bg-white dib f5 ba b--light ">
<a href="https://docs.tealium.com/guides/">
<img src="/images/icons/icon-book-solid.svg" class="ma0" width="24" height="24"/>
<h4 id="guides">Guides</h4>
<p>Explore guides for Tealium strategies and real-world use cases.</p>
</a>
</div>
<h2 id="vendor-integrations">Vendor Integrations</h2>
<div class="card card-feature w-40-m w-30-l w-90 mr4 mb4 bg-white dib f5 ba b--light ">
<a href="https://docs.tealium.com/client-side-tags/">
<img src="/images/icons/icon-tag.svg" class="ma0" width="28" height="28"/>
<h4 id="tags">Tags</h4>
<p>Browse the list of client-side vendor integrations.</p>
</a>
</div>
<div class="card card-feature w-40-m w-30-l w-90 mr4 mb4 bg-white dib f5 ba b--light ">
<a href="https://docs.tealium.com/server-side-connectors/">
<img src="/images/icons/icon-connector.svg" class="ma0" width="25" height="25"/>
<h4 id="connectors">Connectors</h4>
<p>Browse the list of server-side vendor integrations.</p>
</a>
</div>
<div class="card card-feature w-40-m w-30-l w-90 mr4 mb4 bg-white dib f5 ba b--light ">
<a href="https://docs.tealium.com/industries/tealium-for-pharma/">
<img src="/images/icons/icon-pharma.svg" class="ma0" width="26" height="26"/>
<h4 id="tealium-for-pharma">Tealium for Pharma</h4>
<p>Browse the list of Tealium for Pharma vendor integrations.</p>
</a>
</div>
<div class="card card-feature w-40-m w-30-l w-90 mr4 mb4 bg-white dib f5 ba b--light ">
<a href="https://docs.tealium.com/industries/tealium-identity-partners/">
<img src="/images/icons/icon-id.svg" class="ma0" width="27" height="24"/>
<h4 id="tealium-identity-partners">Tealium Identity Partners</h4>
<p>Browse the list of integrated identity solutions.</p>
</a>
</div>
<h2 id="install">Install</h2>
<div class="card card-feature w-40-m w-30-l w-90 mr4 mb4 bg-white dib f5 ba b--light ">
<a href="/platforms/getting-started-web/quick-start/">
<img src="/images/icons/icon-globe.svg" class="ma0" width="22" height="22"/>
<h4 id="quick-start-for-web">Quick start for web</h4>
<p>Learn the basics of mobile and explore the available features and integrations.</p>
</a>
</div>
<div class="card card-feature w-40-m w-30-l w-90 mr4 mb4 bg-white dib f5 ba b--light ">
<a href="/platforms/getting-started-mobile/quick-start/">
<img src="/images/icons/icon-mobile.svg" class="ma0" width="18" height="24"/>
<h4 id="quick-start-for-mobile">Quick start for mobile</h4>
<p>Learn the basics of mobile and explore the available features and integrations.</p>
</a>
</div>
<h2 id="platforms">Platforms</h2>
<div class="card card-link ba b--light w-40-m w-30-l w-80 mr4 mb3 bg-white dib f11 ">
<a href="https://docs.tealium.com/platforms/javascript/" class="w-100 flex items-center">
<img src="/images/icons/icon-platform-javascript-web.svg" class="fl di pr3" width="28"/>
<p>JavaScript (utag.js)</p>
</a>
</div>
<div class="card card-link ba b--light w-40-m w-30-l w-80 mr4 mb3 bg-white dib f11 ">
<a href="https://docs.tealium.com/platforms/android-kotlin/" class="w-100 flex items-center">
<img src="/images/icons/icon-platform-android.svg" class="fl di pr3" width="32" height="32"/>
<p>Tealium for Android</p>
</a>
</div>
<div class="card card-link ba b--light w-40-m w-30-l w-80 mr4 mb3 bg-white dib f11 ">
<a href="/platforms/ios-swift/" class="w-100 flex items-center">
<img src="/images/icons/icon-platform-ios.svg" class="fl di pr3" width="31" height="31"/>
<p>Tealium for iOS</p>
</a>
</div>
<div class="card card-link ba b--light w-40-m w-30-l w-80 mr4 mb3 bg-white dib f11 ">
<a href="/platforms/flutter/" class="w-100 flex items-center">
<img src="/images/icons/icon-platform-flutter.svg" class="fl di pr3" width="28" height="28"/>
<p>Flutter</p>
</a>
</div>
<div class="card card-link ba b--light w-40-m w-30-l w-80 mr4 mb3 bg-white dib f11 ">
<a href="/platforms/react-native/" class="w-100 flex items-center">
<img src="/images/icons/icon-platform-react-native.svg" class="fl di pr3" width="30" height="30"/>
<p>React Native</p>
</a>
</div>
<h2 id="administration">Administration</h2>
<div class="card card-link ba b--light w-40-m w-30-l w-80 mr4 mb3 bg-white dib f11 ">
<a href="/administration/" class="w-100 flex items-center">
<img src="/images/icons/icon-gear.svg" class="fl di pr3" width="25" height="25"/>
<p>Platform Permissions</p>
</a>
</div>
<div class="card card-link ba b--light w-40-m w-30-l w-80 mr4 mb3 bg-white dib f11 ">
<a href="/administration/users/" class="w-100 flex items-center">
<img src="/images/icons/icon-users.svg" class="fl di pr3" width="22" height="22"/>
<p>Manage Users</p>
</a>
</div>
<div class="card card-link ba b--light w-40-m w-30-l w-80 mr4 mb3 bg-white dib f11 ">
<a href="/administration/permission-groups/" class="w-100 flex items-center">
<img src="/images/icons/icon-users.svg" class="fl di pr3" width="22" height="22"/>
<p>Manage Groups</p>
</a>
</div>
<div class="card card-link ba b--light w-40-m w-30-l w-80 mr4 mb3 bg-white dib f11 ">
<a href="/server-side/administration/ip-allow-list/" class="w-100 flex items-center">
<img src="/images/icons/icon-shield.svg" class="fl di pr3" width="24" height="24"/>
<p>IP Address Allow List</p>
</a>
</div>
<div class="card card-link ba b--light w-40-m w-30-l w-80 mr4 mb3 bg-white dib f11 ">
<a href="/iq-tag-management/frequently-asked-questions/faq-login/" class="w-100 flex items-center">
<img src="/images/icons/icon-users.svg" class="fl di pr3" width="22" height="22"/>
<p>Log in to Tealium/SSO</p>
</a>
</div>
<h2 id="more-products">More products</h2>
<div class="card card-feature w-40-m w-30-l w-90 mr4 mb4 bg-white dib f5 ba b--light ">
<a href="https://docs.tealium.com/server-side/data-connect/">
<img src="/images/icons/icon-product-data-connect.svg" class="ma0" width="24" height="24"/>
<h4 id="data-connect">Data Connect</h4>
<p>Integrate data from your internal systems into Tealium for event and visitor enrichment.</p>
</a>
</div>
<div class="card card-feature w-40-m w-30-l w-90 mr4 mb4 bg-white dib f5 ba b--light ">
<a href="/server-side/moments-api/about/">
<img src="/images/icons/icon-moments-api.svg" class="ma0" width="28" height="28"/>
<h4 id="moments-api">Moments API</h4>
<p>Retrieve high-performance data for real-time visitor personalization with a composable API.</p>
</a>
</div>
<div class="card card-feature w-40-m w-30-l w-90 mr4 mb4 bg-white dib f5 ba b--light ">
<a href="https://docs.tealium.com/server-side/functions/">
<img src="/images/icons/icon-product-functions.svg" class="ma0" width="24" height="24"/>
<h4 id="functions">Functions</h4>
<p>Write custom solutions in JavaScript that process events and visitor profiles directly.</p>
</a>
</div>
<div class="card card-feature w-40-m w-30-l w-90 mr4 mb4 bg-white dib f5 ba b--light ">
<a href="/predict/getting-started/about-predict/">
<img src="/images/icons/icon-product-predict.svg" class="ma0" width="24" height="24"/>
<h4 id="predict-ml">Predict ML</h4>
<p>Start using machine learning to create predictive customer attributes.</p>
</a>
</div>
<div class="card card-feature w-40-m w-30-l w-90 mr4 mb4 bg-white dib f5 ba b--light ">
<a href="/iq-tag-management/moments-iq/about/">
<img src="/images/icons/icon-tag.svg" class="ma0" width="28" height="28"/>
<h4 id="moments-iq">Moments iQ</h4>
<p>Collect preferences and sentiments (zero-party data) in real time directly from your visitors.</p>
</a>
</div>
<div class="card card-feature w-40-m w-30-l w-90 mr4 mb4 bg-white dib f5 ba b--light ">
<a href="/server-side/data-storage/about/">
<img src="/images/icons/icon-product-dataaccess.svg" class="ma0" width="24" height="24"/>
<h4 id="dataaccess">DataAccess</h4>
<p>Access long-term storage of your event and customer data.</p>
</a>
</div>
<h2 id="more-features">More features</h2>
<div class="card card-link ba b--light w-40-m w-30-l w-80 mr4 mb3 bg-white dib f11 ">
<a href="/iq-tag-management/data-layer/about/" class="w-100 flex items-center">
<img src="/images/icons/icon-cubes.svg" class="fl di pr3" width="24" height="24"/>
<p>Data layer</p>
</a>
</div>
<div class="card card-link ba b--light w-40-m w-30-l w-80 mr4 mb3 bg-white dib f11 ">
<a href="/iq-tag-management/tags/about/" class="w-100 flex items-center">
<img src="/images/icons/icon-tag.svg" class="fl di pr3" width="26" height="26"/>
<p>Tag basics</p>
</a>
</div>
<div class="card card-link ba b--light w-40-m w-30-l w-80 mr4 mb3 bg-white dib f11 ">
<a href="/iq-tag-management/extensions/about/" class="w-100 flex items-center">
<img src="/images/icons/icon-wrench.svg" class="fl di pr3" width="20" height="20"/>
<p>Extensions</p>
</a>
</div>
<div class="card card-link ba b--light w-40-m w-30-l w-80 mr4 mb3 bg-white dib f11 ">
<a href="/server-side/attributes/about/" class="w-100 flex items-center">
<img src="/images/icons/icon-cubes.svg" class="fl di pr3" width="24" height="24"/>
<p>Attributes</p>
</a>
</div>
<div class="card card-link ba b--light w-40-m w-30-l w-80 mr4 mb3 bg-white dib f11 ">
<a href="/server-side/audiences/manage/" class="w-100 flex items-center">
<img src="/images/icons/icon-audience.svg" class="fl di pr3" width="22" height="22"/>
<p>Audiences</p>
</a>
</div>
<div class="card card-link ba b--light w-40-m w-30-l w-80 mr4 mb3 bg-white dib f11 ">
<a href="/server-side/visitor-stitching/about/" class="w-100 flex items-center">
<img src="/images/icons/icon-id.svg" class="fl di pr3" width="22" height="22"/>
<p>Identity resolution</p>
</a>
</div>
<div class="card card-link ba b--light w-40-m w-30-l w-80 mr4 mb3 bg-white dib f11 ">
<a href="/server-side/insights/about/" class="w-100 flex items-center">
<img src="/images/icons/icon-product-data-insights.svg" class="fl di pr3" width="22" height="22"/>
<p>Tealium Insights</p>
</a>
</div></div>
</div>
</div>
</div>
</main>
<footer class="bg-secondary ph1-ns relative w-100 pv4 bt b--light-gray" role="contentinfo">
<div class="center flex-ns flex-wrap justify-between mw9 w-90 dn db-ns">
<div class="flex nested-links w-33">
<ul class="list v-top mt0 pt0">
<li class="nav-list footer-heading-title">
<div class="footer-logo-wrapper">
<img class="logo" src="https://tealium.com/wp-content/uploads/2015/12/tealium_footer_logo_01-206x49.png" alt="tealium_footer_logo_01">
</div>
</li>
</ul>
</div>
<div class="flex nested-links w-33">
<ul class="list v-top mt0 pt0">
<li class="fw5 f5 mb3 ttu o-50">Support</li>
<li class="mb2"><a class="link" href="https://university.tealium.com/">Tealium University</a></li>
<li class="mb2"><a class="link" href="https://support.tealiumiq.com/en/support/solutions">Knowledge Base</a></li>
<li class="mb2"><a class="link" href="https://support.tealiumiq.com/" target="">Support Desk</a></li>
</ul>
</div>
<div class="flex nested-links w-33">
<ul class="list v-top mt0 pt0">
<li class="fw5 f5 mb3 ttu o-50">Company</li>
<li class="mb2">
<a class="link" href="http://tealium.com/">Tealium.com</a>
</li>
<li class="mb2">
<a class="link" href="http://tealium.com/blog/">Blog</a>
</li>
<li class="mb2">
<a class="link" href="https://tealium.com/careers/">Careers</a>
</li>
</ul>
</div>
</div>
</div>
<div class="dpn bg-primary-color-dark bottom-0 left-0 right-0 dn-ns db fixed pb3 ph3 w-100">
<div class="globalmenu mobilemenu dn">
<ul class="list hidden dib ph0 ma0 scrolling-touch tc">
<li class="tl dib ma0 hover-bg-primary w-100">
<a href="https://docs.tealium.com/" class="f5 link primary-color-light overflow hover-white db ma0 w-100 pv3 ph4 bg-primary-color">
Home
</a>
</li>
<li class="tl dib ma0 hover-bg-primary w-100">
<a href="https://docs.tealium.com/guides/" class="f5 link primary-color-light overflow hover-white db ma0 w-100 pv3 ph4">
Guides
</a>
</li>
<li class="tl dib ma0 hover-bg-primary w-100">
<a href="https://docs.tealium.com/iq-tag-management/" class="f5 link primary-color-light overflow hover-white db ma0 w-100 pv3 ph4">
iQ Tag Management
</a>
</li>
<li class="tl dib ma0 hover-bg-primary w-100">
<a href="https://docs.tealium.com/server-side/" class="f5 link primary-color-light overflow hover-white db ma0 w-100 pv3 ph4">
EventStream API Hub
</a>
</li>
<li class="tl dib ma0 hover-bg-primary w-100">
<a href="https://docs.tealium.com/server-side/" class="f5 link primary-color-light overflow hover-white db ma0 w-100 pv3 ph4">
AudienceStream CDP
</a>
</li>
<li class="tl dib ma0 hover-bg-primary w-100">
<a href="https://docs.tealium.com/server-side/moments-api/" class="f5 link primary-color-light overflow hover-white db ma0 w-100 pv3 ph4">
Moments API
</a>
</li>
<li class="tl dib ma0 hover-bg-primary w-100">
<a href="https://docs.tealium.com/server-side/functions/" class="f5 link primary-color-light overflow hover-white db ma0 w-100 pv3 ph4">
Functions
</a>
</li>
<li class="tl dib ma0 hover-bg-primary w-100">
<a href="https://docs.tealium.com/server-side/data-connect/" class="f5 link primary-color-light overflow hover-white db ma0 w-100 pv3 ph4">
Data Connect
</a>
</li>
<li class="tl dib ma0 hover-bg-primary w-100">
<a href="https://docs.tealium.com/predict/getting-started/" class="f5 link primary-color-light overflow hover-white db ma0 w-100 pv3 ph4">
Predict ML
</a>
</li>
<li class="tl dib ma0 hover-bg-primary w-100">
<a href="https://docs.tealium.com/server-side/data-storage/" class="f5 link primary-color-light overflow hover-white db ma0 w-100 pv3 ph4">
DataAccess
</a>
</li>
<li class="tl dib ma0 hover-bg-primary w-100">
<a href="https://docs.tealium.com/client-side-tags/" class="f5 link primary-color-light overflow hover-white db ma0 w-100 pv3 ph4">
Client-Side Tags
</a>
</li>
<li class="tl dib ma0 hover-bg-primary w-100">
<a href="https://docs.tealium.com/server-side-connectors/" class="f5 link primary-color-light overflow hover-white db ma0 w-100 pv3 ph4">
Server-Side Connectors
</a>
</li>
<li class="tl dib ma0 hover-bg-primary w-100">
<a href="https://docs.tealium.com/platforms/" class="f5 link primary-color-light overflow hover-white db ma0 w-100 pv3 ph4">
Platforms
</a>
</li>
<li class="tl dib ma0 hover-bg-primary w-100">
<a href="https://docs.tealium.com/api/" class="f5 link primary-color-light overflow hover-white db ma0 w-100 pv3 ph4">
API
</a>
</li>
<li class="tl dib ma0 hover-bg-primary w-100">
<a href="https://docs.tealium.com/administration/" class="f5 link primary-color-light overflow hover-white db ma0 w-100 pv3 ph4">
Administration
</a>
</li>
<li class="tl dib ma0 hover-bg-primary w-100">
<a href="https://docs.tealium.com/industries/tealium-for-pharma/" class="f5 link primary-color-light overflow hover-white db ma0 w-100 pv3 ph4">
Tealium for Pharma
</a>
</li>
<li class="tl dib ma0 hover-bg-primary w-100">
<a href="https://docs.tealium.com/industries/tealium-identity-partners/" class="f5 link primary-color-light overflow hover-white db ma0 w-100 pv3 ph4">
Tealium Identity Partners
</a>
</li>
<li class="tl dib ma0 hover-bg-primary w-100">
<a href="https://docs.tealium.com/tech-partners/" class="f5 link primary-color-light overflow hover-white db ma0 w-100 pv3 ph4">
Technology Partners
</a>
</li>
<li class="tl dib ma0 hover-bg-primary w-100">
<a href="https://docs.tealium.com/partners/" class="f5 link primary-color-light overflow hover-white db ma0 w-100 pv3 ph4">
Partner Integrations
</a>
</li>
<li class="tl dib ma0 hover-bg-primary w-100">
<a href="https://docs.tealium.com/glossary/" class="f5 link primary-color-light overflow hover-white db ma0 w-100 pv3 ph4">
Glossary
</a>
</li>
<li class="tl dib ma0 hover-bg-primary w-100">
<a href="https://docs.tealium.com/early-access/" class="f5 link primary-color-light overflow hover-white db ma0 w-100 pv3 ph4">
Early Access
</a>
</li>
<li class="tl dib ma0 hover-bg-primary w-100">
<a href="https://docs.tealium.com/release-notes/" class="f5 link primary-color-light overflow hover-white db ma0 w-100 pv3 ph4">
Release Notes
</a>
</li>
</ul>
</div>
<div class="flex dn-l justify-between">
<button class="js-toggle flex-auto dib dn-l f6 tc db mt3 ph3 pv2 link mr2 white bg-primary-color-dark hover-bg-primary-color ba b--white-40 w-auto" data-target=".globalmenu">Site</button>
</div>
</div>
</footer>
<script src="/dist/js/app.js"></script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
<script src="https://kit.fontawesome.com/59194dc628.js" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@docsearch/js@3"></script>
<script type="text/javascript">
const translations = {
button: {
buttonText: 'Search',
buttonAriaLabel: 'Search',
},
modal: {
searchBox: {
resetButtonTitle: 'Clear the query',
resetButtonAriaLabel: 'Clear the query',
cancelButtonText: 'Cancel',
cancelButtonAriaLabel: 'Cancel',
},
startScreen: {
recentSearchesTitle: 'Recent',
noRecentSearchesText: 'No recent searches',
saveRecentSearchButtonTitle: 'Save this search',
removeRecentSearchButtonTitle: 'Remove this search from history',
favoriteSearchesTitle: 'Favorite',
removeFavoriteSearchButtonTitle: 'Remove this search from favorites',
},
errorScreen: {
titleText: 'Unable to fetch results',
helpText: 'You might want to check your network connection.',
},
footer: {
selectText: 'to select',
selectKeyAriaLabel: 'Enter key',
navigateText: 'to navigate',
navigateUpKeyAriaLabel: 'Arrow up',
navigateDownKeyAriaLabel: 'Arrow down',
closeText: 'to close',
closeKeyAriaLabel: 'Escape key',
searchByText: 'Search by',
},
noResultsScreen: {
noResultsText: 'No results for',
suggestedQueryText: 'Try searching for',
reportMissingResultsText: 'Believe this query should return results?',
reportMissingResultsLinkText: 'Let us know.',
},
},
};
var default_sections = [
];
var ls_sections = JSON.parse(localStorage.getItem("tealdocs_sections") || "[]");
if(ls_sections.indexOf("JAVASCRIPT") != -1) {
ls_sections = [];
localStorage.setItem("tealdocs_sections", JSON.stringify(default_sections));
}
var local_sections = new Set(ls_sections);
var cur_section = $('#breadcrumb ul li:nth-child(n+2)');
if(cur_section && cur_section.length) {
var sect = cur_section.text().trim();
if(local_sections.has(sect)) {
local_sections.delete(sect);
local_sections.add(sect);
}
else {
local_sections.add(sect);
if(local_sections.size > 10) {
local_sections.delete(ls_sections[0]);
}
}
localStorage.setItem("tealdocs_sections", JSON.stringify(Array.from(local_sections)));
}
var filt_pre = "hierarchy.lvl0:";
var hier_filters = local_sections.size ? Array.from(local_sections).map(s => filt_pre+s)
: default_sections.map(s => filt_pre+s);
var opt_filters = [];
if(hier_filters.length) {
opt_filters.push(hier_filters);
}
const transformItems = function(hits) {
hits.map(hit => {
if (hit.url.indexOf('#breadcrumb') > 0) {
hit.url = hit.url.replace('#breadcrumb', '');
}
});
return hits;
};
docsearch({
container: '#docsearch',
appId: '01G44CJWZ0',
apiKey: '09633c367e743588b87dbb988dad4158',
indexName: 'tealium',
placeholder: 'Search',
translations: translations,
searchParameters: {
"hitsPerPage": 50,
"analytics": true ,
"analyticsTags": ["site"]
},
insights: true,
debug: false ,
transformItems
});
</script>
</body>
</html>