-
Notifications
You must be signed in to change notification settings - Fork 402
Expand file tree
/
Copy pathmain.yml
More file actions
739 lines (735 loc) · 27.2 KB
/
main.yml
File metadata and controls
739 lines (735 loc) · 27.2 KB
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
---
sections:
- section_title: Getting Started
section:
- path: /getting-started
title: What is Segment?
- path: /getting-started/01-what-is-segment
title: How Segment Works
- path: /getting-started/implementation-guide
title: Getting Started Guide
- path: /getting-started/02-simple-install
title: A Basic Segment Installation
- path: /getting-started/03-planning-full-install
title: Planning a Full Installation
- path: /getting-started/04-full-install
title: A Full Segment Installation
- path: /getting-started/05-data-to-destinations
title: Sending Data to Destinations
- path: /getting-started/06-testing-debugging
title: Testing and Debugging
- path: /getting-started/whats-next
title: What's Next
- section_title: Use Cases
slug: getting-started/use-cases
section:
- path: /getting-started/use-cases/
title: Use Cases Overview
- path: /getting-started/use-cases/guide/
title: Choosing a Use Case
- path: /getting-started/use-cases/setup/
title: Use Cases Setup
- path: /getting-started/use-cases/reference/
title: Use Cases Reference
- section_title: Guides
section:
- path: /guides
title: An Introduction to Segment
- path: /guides/intro-impl
title: For Developers
- path: /guides/intro-user
title: For Data Users
- path: /guides/intro-admin
title: For Workspace Admins
- path: /guides/filtering-data
title: Filtering your Segment Data
- path: /guides/duplicate-data
title: Handling Duplicate Data
- path: /guides/ignore-bots
title: Internet Bots
- path: /guides/segment-vs-tag-managers
title: Segment vs. Tag Managers
- path: /guides/what-is-replay
title: Replay
- path: /guides/regional-segment
title: Regional Segment
- path: /guides/audiences-and-journeys
title: Audiences and Journeys
- section_title: How-to Guides
slug: guides/how-to-guides
menu_icon: read-more
section:
- path: /guides/how-to-guides
title: How-to Guides Index
- path: /guides/how-to-guides/automated-multichannel-reengagement
title: Automating Multi-Channel Re-Engagement Campaigns
- path: /guides/how-to-guides/collect-on-client-or-server
title: Collecting Data on the Client or Server
- path: /guides/how-to-guides/collect-pageviews-serverside
title: Collecting Pageviews on the Server Side
- path: /guides/how-to-guides/create-push-notification
title: Creating a Push Notification
- path: /guides/how-to-guides/cross-channel-tracking
title: Tracking Customers Across Channels and Devices
- path: /guides/how-to-guides/dynamic-coupon-program
title: Setting up a Dynamic Coupon Program to Reward Loyal Customers
- path: /guides/how-to-guides/forecast-with-sql
title: Forecasting LTV with SQL and Excel for E-Commerce
- path: /guides/how-to-guides/import-historical-data
title: Importing Historical Data
- path: /guides/how-to-guides/join-user-profiles
title: Joining User Profiles
- path: /guides/how-to-guides/measure-advertising-funnel
title: Measuring Your Advertising Funnel
- path: /guides/how-to-guides/measure-marketing-roi
title: Measuring the ROI of Your Marketing Campaigns
- path: /guides/how-to-guides/migrate-from-other-tools
title: Migrating Code From Other Analytics Tools
- path: /guides/how-to-guides/segment-and-attribution
title: Segment's Role in Attribution
- path: /guides/how-to-guides/set-up-notifications-alerts
title: Setting Up Event-Triggered Notifications or Alerts
- section_title: Usage and Billing
slug: guides/usage-and-billing
section:
- path: /guides/usage-and-billing/account-management
title: Account Management
- path: /guides/usage-and-billing/billing
title: Billing and Account FAQs
- path: /guides/usage-and-billing/mtus-and-throughput
title: 'MTUs, Throughput and Billing'
- path: /guides/usage-and-billing/discounts-for-startups-npos
title: Discounts or Coupons
- section_title: Connections
section:
- path: /connections
title: Overview
- section_title: The Segment Spec
slug: connections/spec
section:
- path: /connections/spec
title: Spec Overview
- path: /connections/spec/page
title: 'Spec: Page'
- path: /connections/spec/screen
title: 'Spec: Screen'
- path: /connections/spec/track
title: 'Spec: Track'
- path: /connections/spec/group
title: 'Spec: Group'
- path: /connections/spec/identify
title: 'Spec: Identify'
- path: /connections/spec/alias
title: 'Spec: Alias'
- path: /connections/spec/copilot
title: 'Spec: AI Copilot'
- path: /connections/spec/common
title: 'Spec: Common Fields'
- path: /connections/spec/mobile
title: Native Mobile Spec
- path: /connections/spec/native-mobile-spec
title: What is the native mobile spec?
- path: /connections/spec/mobile-packaging-sdks
title: Packaging SDKs for Mobile Destinations
- path: /connections/spec/semantic
title: 'Spec: Semantic Events'
- path: /connections/spec/b2b-saas
title: 'Spec: B2B SaaS'
- path: /connections/spec/ecommerce/v2
title: 'Spec: Ecommerce Events'
- path: /connections/spec/ecommerce-tracking-plan
title: 'Ecommerce Tracking Plans'
- path: /connections/spec/video
title: Video Spec
- path: /connections/spec/best-practices-identify
title: Best Practices for Identifying Users
- path: /connections/spec/best-practices-event
title: Best Practices for Event Calls
- section_title: Sources
slug: connections/sources
section:
- path: /connections/sources
title: Sources Overview
- path: /connections/sources/catalog
title: Sources Catalog
menu_icon: read-more
- path: /connections/sources/about-cloud-sources
title: Cloud Sources
- path: /connections/sources/debugger
title: Source Debugger
- path: /connections/sources/custom-domain
title: Segment-Managed Custom Domain
- path: /connections/sources/catalog/libraries/website/javascript/custom-proxy
title: Self-Managed Custom Proxy
- path: /connections/sources/visual-tagger
title: Visual Tagger
- section_title: Schema
slug: connections/schema
section:
- path: /connections/sources/schema/
title: Schema Controls
- path: /connections/sources/schema/destination-data-control
title: Using Schema Controls
- path: /connections/sources/schema/schema-unique-limits
title: Schema Unique Limits
- section_title: Destinations
slug: connections/destinations
section:
- path: /connections/destinations
title: Destinations Overview
- path: /connections/destinations/actions
title: Destination Actions
- path: /connections/destinations/add-destination
title: Add a Destination
- path: /connections/destinations/catalog
title: Destinations Catalog
menu_icon: read-more
- path: /connections/destinations/destination-filters
title: Destination Filters
- section_title: Reverse ETL
slug: connections/reverse-etl
section:
- path: /connections/reverse-etl
title: Reverse ETL Overview
- path: /connections/reverse-etl/setup
title: Set Up Reverse ETL
- path: /connections/reverse-etl/manage-retl
title: Manage Reverse ETL Syncs
- path: /connections/reverse-etl/system
title: Reverse ETL System
- path: /connections/reverse-etl/reverse-etl-catalog
title: Reverse ETL Destination Catalog
- section_title: Reverse ETL Source Setup Guides
slug: connections/reverse-etl/reverse-etl-source-setup-guides
section:
- path: /connections/reverse-etl/reverse-etl-source-setup-guides/azure-setup
title: Azure Reverse ETL Setup
- path: /connections/reverse-etl/reverse-etl-source-setup-guides/bigquery-setup
title: BigQuery Reverse ETL Setup
- path: /connections/reverse-etl/reverse-etl-source-setup-guides/databricks-setup
title: Databricks Reverse ETL Setup
- path: /connections/reverse-etl/reverse-etl-source-setup-guides/postgres-setup
title: Postgres Reverse ETL Setup
- path: /connections/reverse-etl/reverse-etl-source-setup-guides/redshift-setup
title: Redshift Reverse ETL Setup
- path: /connections/reverse-etl/reverse-etl-source-setup-guides/snowflake-setup
title: Snowflake Reverse ETL Setup
- section_title: Functions
slug: connections/functions
section:
- path: /connections/functions
title: Functions Overview
- path: /connections/functions/source-functions
title: Source Functions
- path: /connections/functions/destination-functions
title: Destination Functions
- path: /connections/functions/insert-functions
title: Destination Insert Functions
- path: /connections/functions/copilot
title: Functions Copilot
- path: /connections/functions/functions-copilot-nutrition-facts
title: Functions Copilot Nutrition Facts Label
- path: /connections/functions/environment
title: Functions Environment
- path: /connections/functions/usage
title: Functions Usage Limits
- path: /connections/functions/aws-apis
title: Functions for AWS APIs
- section_title: Storage Destinations
slug: connections/storage
section:
- path: /connections/storage
title: Storage Destinations Overview
- path: /connections/storage/catalog
title: Storage Destinations Catalog
menu_icon: read-more
- section_title: Segment Data Lakes
slug: connections/storage/data-lakes
section:
- path: /connections/storage/data-lakes
title: Data Lakes Overview
- path: /connections/storage/catalog/data-lakes
title: Set Up Data Lakes
- path: /connections/storage/data-lakes/sync-reports
title: Sync Reports and Error Reporting
- path: /connections/storage/data-lakes/lake-formation
title: AWS Lake Formation
- path: /connections/storage/data-lakes/sync-history
title: Data Lakes Sync History and Health
- path: /connections/storage/data-lakes/comparison
title: Data Lakes vs. Warehouses
- section_title: Data Warehouses
slug: connections/storage/warehouses
section:
- path: /connections/storage/warehouses
title: Warehouse Overview
- path: /connections/storage/warehouses/schema
title: Warehouse Schemas
- path: /connections/storage/warehouses/warehouse-syncs
title: Warehouse Syncs
- path: /connections/storage/warehouses/health
title: Warehouse Health Dashboards
- path: /connections/storage/warehouses/choose-warehouse
title: Choosing a Warehouse
- path: /connections/storage/warehouses/faq
title: Warehouse FAQs
- path: /connections/storage/warehouses/add-warehouse-users
title: Adding Warehouse Users
- path: /connections/storage/warehouses/warehouse-errors
title: Warehouse Errors
- path: /connections/storage/warehouses/redshift-faq
title: Redshift Cluster and Redshift Connector Limitations
- path: /connections/storage/warehouses/redshift-tuning
title: Speeding Up Redshift Queries
- path: /connections/storage/warehouses/redshift-useful-sql
title: Useful SQL Queries for Redshift
- path: /connections/regional-segment
title: Regional Segment
- path: /connections/test-connections
title: Testing Connections
- path: /connections/data-export-options
title: Data Export Options
- path: /connections/destination-data-control
title: Using Schema Controls
- path: /connections/event-delivery
title: Event Delivery
- path: /connections/delivery-overview
title: Delivery Overview
- path: /connections/alerting
title: Connections Alerting
- path: /connections/find-writekey
title: Locate Your Write Key
- path: /connections/integration_error_codes
title: Integration Error Codes
- path: /connections/rate-limits
title: Rate Limits
- path: /connections/oauth
title: OAuth 2.0
- path: /connections/aws-privatelink
title: AWS PrivateLink Integration
- section_title: Unify
section:
- path: /unify
title: Unify Overview
- path: /unify/quickstart
title: Unify Onboarding
- section_title: Identity Resolution
slug: unify/identity-resolution
section:
- path: /unify/identity-resolution
title: Overview
- path: /unify/identity-resolution/identity-resolution-onboarding
title: Onboarding
- path: /unify/identity-resolution/space-setup
title: Space Setup
- path: /unify/identity-resolution/use-cases
title: Use Cases
- path: /unify/identity-resolution/externalids
title: External IDs
- path: /unify/identity-resolution/identity-resolution-settings
title: Settings
- path: /unify/identity-resolution/ecommerce-example
title: E-Commerce Example
- section_title: Profiles Sync
slug: unify/profiles-sync
section:
- path: /unify/profiles-sync/overview
title: Profiles Sync Overview
- section_title: Profiles Sync Setup
slug: unify/profiles-sync/profiles-sync-setup
section:
- path: /unify/profiles-sync/profiles-sync-setup
title: Setup
- path: /unify/profiles-sync/profiles-sync-setup/databricks-profiles-sync
title: Databricks for Profiles Sync
- path: /unify/profiles-sync/sample-queries
title: Sample Queries
- path: /unify/profiles-sync/tables
title: Tables & Materialized Views
- section_title: Data Graph
slug: unify/data-graph
section:
- path: /unify/data-graph/
title: Data Graph
- section_title: Setup Guides
slug: /unify/data-graph/setup-guides/
section:
- path: /unify/data-graph/setup-guides/bigquery-setup/
title: BigQuery Data Graph Setup
- path: /unify/data-graph/setup-guides/databricks-setup/
title: Databricks Data Graph Setup
- path: /unify/data-graph/setup-guides/redshift-setup/
title: Redshift Data Graph Setup
- path: /unify/data-graph/setup-guides/redshift-access-permissions/
title: Redshift Data Graph User Access Permissions
- path: /unify/data-graph/setup-guides/snowflake-setup/
title: Snowflake Data Graph Setup
- section_title: Linked Events
slug: /unify/data-graph/linked-events/
section:
- path: /unify/data-graph/linked-events/
title: Linked Events Overview
- path: /unify/data-graph/linked-events-limits/
title: Linked Events Limits
- section_title: Traits
slug: unify/traits
section:
- section_title: Predictions
slug: unify/traits/predictions
section:
- path: '/unify/traits/predictions/'
title: Predictions
- path: '/unify/traits/predictions/using-predictions'
title: Using Predictions
- path: '/unify/traits/predictions/suggested-predictive-audiences'
title: Suggested Predictive Audiences
- path: '/unify/traits/predictions/predictions-nutrition-facts'
title: Predictions Nutrition Facts Label
- path: '/unify/traits/computed-traits'
title: Computed Traits
- path: '/unify/traits/custom-traits'
title: Custom Traits
- path: '/unify/traits/sql-traits'
title: SQL Traits
- path: '/unify/traits/recommended-items'
title: Recommended Items
- path: /unify/profile-api
title: Profile API
- path: /unify/debugger
title: Profile Debugger
- path: /unify/insights
title: Profiles Insights
- path: /unify/csv-upload
title: CSV Upload
- path: /unify/unify-gdpr
title: Unify and GDPR
- path: /unify/faqs
title: Unify FAQs
- path: /unify/product-limits
title: Unify Limits
- section_title: Engage
section:
- path: '/engage'
title: Introduction
- path: '/engage/quickstart'
title: Foundations Onboarding
- path: '/engage/use-cases'
title: Use Cases
- section_title: User Subscriptions
slug: profiles/user-subscriptions
section:
- path: /engage/user-subscriptions
title: User Subscriptions
- path: /engage/user-subscriptions/set-user-subscriptions
title: Set User Subscriptions
- path: /engage/user-subscriptions/subscription-states
title: Subscription States
- path: /engage/user-subscriptions/subscription-groups
title: Subscription Groups
- path: /engage/user-subscriptions/subscription-sql
title: Subscriptions with SQL Traits
- path: /engage/user-subscriptions/csv-upload
title: Update Subscriptions with a CSV
- section_title: Profiles
description: "See how to create audiences based on data."
section:
- path: '/engage/profiles/csv-upload'
title: Use Profiles and Traits with a CSV
- section_title: Audiences
description: "See how to create audiences based on data."
section:
- path: '/engage/audiences'
title: Audiences Overview
- section_title: Linked Audiences
slug: '/engage/audiences/linked-audiences'
section:
- path: '/engage/audiences/linked-audiences'
title: Linked Audiences Overview
- path: '/engage/audiences/linked-audiences-limits'
title: Linked Audiences Limits
- path: '/engage/audiences/linked-audiences-braze'
title: Linked Audiences with Braze
- path : '/engage/audiences/linked-audiences-iterable'
title: Linked Audiences with Iterable
- path: '/engage/audiences/account-audiences'
title: Account-level Audiences
- path: '/engage/audiences/generative-audiences'
title: Generative Audiences
- path: '/engage/audiences/generative-audiences-nutrition-facts'
title: Generative Audiences Nutrition Facts Label
- path: '/engage/audiences/product-based-audiences'
title: Product Based Audiences
- path: '/engage/audiences/product-based-audiences-nutrition-label'
title: Product Based Audiences Nutrition Facts Label
- path: '/engage/audiences/organization'
title: Organize Audiences
- path: '/engage/audiences/send-audience-data'
title: Send Audiences to Destinations
- section_title: Journeys
description: "Learn how to create multi-step Journeys to tailor messages to your users."
section:
- path: '/engage/journeys'
title: Journeys Overview
- path: '/engage/journeys/build-journey'
title: 'Build a Journey'
- path: '/engage/journeys/step-types'
title: 'Journey Step Types'
- path: '/engage/journeys/journeys-edits'
title: 'Journey Edits and Versioning'
- path: '/engage/journeys/send-data'
title: Send Data to Destinations
- path: '/engage/journeys/journeys-analytics'
title: Journeys Analytics
- section_title: Event-Triggered Journeys
slug: '/engage/journeys/event-triggered-journeys'
section:
- path: /engage/journeys/event-triggered-journeys
title: Overview
- path: /engage/journeys/event-triggered-journeys-steps
title: Event-Triggered Journeys Steps
- path: /engage/journeys/journey-context
title: Journey Context
- path: '/engage/journeys/faq-best-practices'
title: Journeys Best Practices and FAQ
- path: '/engage/journeys/use-cases'
title: Example Journeys Use Cases
- path: '/engage/journeys/journeys-logic'
title: Understand Journeys Logic
- path: '/engage/journeys/key-terms'
title: Journeys Glossary
- section_title: Content
description: "Design brand-specific templates for your email and SMS campaigns."
section:
- path: '/engage/content/email/template'
title: Email Template
- path: '/engage/content/email/editor'
title: Drag and Drop Editor
- path: '/engage/content/email/html-editor'
title: HTML Editor
- path: '/engage/content/sms/template'
title: SMS Template
- path: '/engage/content/whatsapp'
title: WhatsApp Template
- path: '/engage/content/mobile-push'
title: Mobile Push Template
- path: '/engage/content/organization'
title: Organizing Your Templates
- section_title: Campaigns
description: "Create multi-channel campaigns to get the right message to your users."
section:
- path: '/engage/campaigns'
title: Campaigns Overview
- path: '/engage/campaigns/email-campaigns'
title: Email Campaigns
- path: '/engage/campaigns/sms-campaigns'
title: SMS Campaigns
- path: '/engage/campaigns/broadcasts'
title: Broadcasts
- path: '/engage/campaigns/whatsapp-campaigns'
title: WhatsApp Campaigns
- section_title: Mobile Push
slug: /engage/campaigns/mobile-push
section:
- path: /engage/campaigns/mobile-push
title: Mobile Push Onboarding
- path: /engage/campaigns/mobile-push/push-campaigns
title: Mobile Push Campaigns
- section_title: Trait Activation
slug: engage/trait-activation
section:
- path: /engage/trait-activation
title: Trait Activation Overview
- path: /engage/trait-activation/trait-enrichment
title: Trait Enrichment
- path: /engage/trait-activation/id-sync
title: ID Sync
- path: '/engage/analytics'
title: Analytics Overview
- path: '/engage/settings'
title: Engage Settings
- path: /engage/product-limits
title: Engage Default Limits
- path: /engage/warehouses
title: Engage and Warehouses
- path: /engage/using-engage-data
title: Using Engage Data
- path: /engage/faqs
title: Engage FAQs
- section_title: Privacy
section:
- path: /privacy
title: Privacy Overview
- section_title: Privacy Portal
slug: protocols/portal
expanded: true
section:
- path: /privacy/portal
title: Detect PII
- path: /privacy/data-controls
title: Data Controls and Alerts
- section_title: GDPR
slug: protocols/complying-with-the-gdpr
expanded: true
section:
- path: /privacy/complying-with-the-gdpr
title: Complying With GDPR
- path: /privacy/user-deletion-and-suppression
title: User Deletion and Suppression
- section_title: Consent Management
slug: privacy/consent-management
expanded: true
section:
- path: /privacy/consent-management
title: Consent Management Overview
- path: /privacy/consent-management/consent-in-segment-connections
title: Consent in Segment Connections
- path: /privacy/consent-management/configure-consent-management
title: Configure Consent Management
- path: /privacy/consent-management/consent-in-unify
title: Consent in Unify
- path: /privacy/consent-management/consent-in-retl
title: Consent in Reverse ETL
- path: /privacy/consent-management/consent-faq
title: Consent FAQs
- path: /privacy/data-retention-policy
title: Data Retention and Deletion Policy
- path: /privacy/account-deletion
title: Account & Data Deletion
- path: /privacy/hipaa-eligible-segment
title: HIPAA Eligible Segment
- path: /privacy/faq
title: Privacy FAQs
- section_title: Monitor
section:
- path: /monitor
title: Monitor Overview
- section_title: Alerts
slug: /monitor/alerts
section:
- path: /monitor/alerts
title: Alerts Overview
- path: /monitor/alerts/default-alerts
title: Default Alerts
- section_title: Protocols
section:
- path: /protocols
title: Protocols Overview
- section_title: Create a Tracking Plan
slug: protocols/tracking-plan
section:
- path: /protocols/tracking-plan/best-practices
title: Data Collection Best Practices
- path: /protocols/tracking-plan/create
title: The Tracking Plan
- path: /protocols/tracking-plan/libraries
title: Tracking Plan Libraries
- section_title: Validate With Violations
slug: protocols/validate
section:
- path: /protocols/validate/connect-sources
title: Connect Sources to Your Tracking Plan
- path: /protocols/validate/review-violations
title: Review and Resolve Event Violations
- path: /protocols/validate/forward-violations
title: Forward Violations
- section_title: Enforce With Data Controls
slug: protocols/enforce
section:
- path: /protocols/enforce/schema-configuration
title: Customize Your Schema Controls
- path: /protocols/enforce/forward-blocked-events
title: Forward Blocked Events
- path: /protocols/transform
title: Transform to Fix Bad Data
- section_title: Protocols Extensions
slug: protocols/apis-and-extensions
section:
- path: /protocols/apis-and-extensions
title: Protocols APIs
- path: /protocols/apis-and-extensions/typewriter
title: Typewriter
- path: /protocols/apis-and-extensions/anomaly_detection
title: Anomaly Detection
- path: /protocols/schema
title: Schema Controls
- path: /protocols/faq
title: Protocols FAQs
- section_title: Segment App
section:
- path: /segment-app
title: Segment Web App
- path: /segment-app/workspace-home
title: Workspace Home
- section_title: Access Management
slug: segment-app/iam
section:
- path: /segment-app/iam
title: Identity & Access Management Overview
- path: /segment-app/iam/concepts
title: Concepts
- path: /segment-app/iam/roles
title: Roles
- path: /segment-app/iam/membership
title: Manage Workspace Access
- path: /segment-app/iam/labels
title: Label-Based Access Control
- path: /segment-app/iam/audit-trail
title: Audit Trail
- path: /segment-app/iam/sso
title: Single Sign On
- path: /segment-app/iam/scim
title: System for Cross-domain Identity Management (SCIM) Configuration Guide
- path: /segment-app/iam/mfa
title: Multi-Factor Authentication (MFA)
- section_title: Extensions
slug: segment-app/extensions
section:
- path: /segment-app/extensions
title: Extensions Overview
- path: /segment-app/extensions/dbt
title: dbt
- path: /segment-app/extensions/git
title: Git
- path: /segment-app/iam/secure-password
title: Picking a Secure Password
- path: /segment-app/set-up-envs
title: Prod and Testing Environments in Segment
- path: /segment-app/verify-email-address
title: Verifying Your Email Address
- path: /segment-app/support-access
title: Support Access
- section_title: API
section:
- section_title: Public API
slug: api/public-api
section:
- path: /api/public-api
title: Public API
- path: /api/public-api/fql
title: Destination Filter Query Language
- path: '/api/public-api/query-language'
title: Segment Query Language
- section_title: Config API
slug: api/config-api
section:
- path: /api/config-api
title: Config API overview
- path: /api/config-api/api-design
title: API design
- path: /api/config-api/authentication
title: Authentication
- path: /api/config-api/fql
title: Destination Filter Query Language
# - path: "https://reference.segmentapis.com/"
# title: Reference
# menu_icon: new-tab
# - path: /config-api/tutorial-javascript-google-analytics
# title: Creating a Javascript web source and Google Analytics destination
- section_title: Unified Profiles
section:
- path: /unified-profiles
title: Overview
- path: /unified-profiles/create-a-workspace
title: Create a New Segment Workspace
- path: /unified-profiles/connect-a-workspace
title: Connect an Existing Workspace to Twilio