Skip to main content

Definition

Assembly: Mintlify.Core.dll Namespace: Mintlify.Core.Models.Integrations Inheritance: System.Object

Syntax

Mintlify.Core.Models.Integrations.SegmentConfig

Summary

Represents the configuration for Segment integration.

Remarks

Segment is a customer data platform that collects, transforms, and routes analytics data to various downstream tools. This configuration enables documentation event tracking to be sent to Segment, which can then forward the data to your configured destinations.

Constructors

.ctor

Syntax

public SegmentConfig()

Properties

Key

Gets or sets the Segment write key.

Syntax

public string Key { get; set; }

Property Value

Type: string?

Remarks

This is your Segment source’s write key, which identifies which Segment source should receive the events. You can find this key in your Segment source settings. All documentation events will be sent to this Segment source and then forwarded to your configured destinations.