Definition
Assembly: Mintlify.Core.dll Namespace: Mintlify.Core.Models.Integrations Inheritance: System.ObjectSyntax
Summary
Represents the configuration for Plausible analytics integration.Remarks
Plausible is a lightweight, open-source, privacy-friendly web analytics platform that doesn’t use cookies. This configuration enables tracking of documentation engagement to your Plausible analytics instance.Constructors
.ctor
Syntax
.ctor Inherited
Inherited from
objectSyntax
Properties
Domain
Gets or sets the domain being tracked in Plausible.Syntax
Property Value
Type:string?
Remarks
This is the domain name that you registered in your Plausible account. It should match the domain where your documentation is hosted. All analytics events will be attributed to this domain in your Plausible dashboard.Server
Gets or sets the custom Plausible server URL.Syntax
Property Value
Type:string?
Remarks
This is optional and only needed if you are self-hosting Plausible or using a custom Plausible server. If not specified, the default Plausible cloud service will be used. The URL should point to your self-hosted Plausible instance.Methods
Equals Inherited Virtual
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
obj | object? | - |
Returns
Type:bool
Equals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
GetHashCode Inherited Virtual
Inherited from
objectSyntax
Returns
Type:int
GetType Inherited
Inherited from
objectSyntax
Returns
Type:System.Type
MemberwiseClone Inherited
Inherited from
objectSyntax
Returns
Type:object
ReferenceEquals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
ToString Inherited Virtual
Inherited from
objectSyntax
Returns
Type:string?