diff --git a/docs/cohort-sync/integrations/mparticle.mdx b/docs/cohort-sync/integrations/mparticle.mdx index 8ffbe86eb..cddf71fd4 100644 --- a/docs/cohort-sync/integrations/mparticle.mdx +++ b/docs/cohort-sync/integrations/mparticle.mdx @@ -1,5 +1,6 @@ --- -title: mParticle +title: "mParticle: Export Mixpanel Cohorts to mParticle Audiences" +sidebarTitle: "mParticle" --- ## Overview diff --git a/docs/cohort-sync/integrations/segment.mdx b/docs/cohort-sync/integrations/segment.mdx index 7ba797def..ba83a7174 100644 --- a/docs/cohort-sync/integrations/segment.mdx +++ b/docs/cohort-sync/integrations/segment.mdx @@ -1,5 +1,6 @@ --- -title: Segment +title: "Segment: Export Mixpanel Cohorts to Segment" +sidebarTitle: "Segment" --- ## Overview diff --git a/docs/data-pipelines/integrations/gcp-gcs.mdx b/docs/data-pipelines/integrations/gcp-gcs.mdx index cde0cc88f..07b2165a7 100644 --- a/docs/data-pipelines/integrations/gcp-gcs.mdx +++ b/docs/data-pipelines/integrations/gcp-gcs.mdx @@ -1,5 +1,6 @@ --- -title: Google Cloud Storage +title: "Google Cloud Storage: Export Mixpanel Data to GCS" +sidebarTitle: "Google Cloud Storage" --- Mixpanel supports exporting events and people data directly to Google Cloud Storage (GCS) via [Json Pipelines](/docs/data-pipelines). diff --git a/docs/data-pipelines/old-pipelines/integrations.mdx b/docs/data-pipelines/old-pipelines/integrations.mdx index 6d9701345..bbb44984b 100644 --- a/docs/data-pipelines/old-pipelines/integrations.mdx +++ b/docs/data-pipelines/old-pipelines/integrations.mdx @@ -1,6 +1,6 @@ --- sidebarTitle: Integrations -title: Data Pipeline Integrations +title: "Data Pipeline Integrations (Legacy)" --- diff --git a/docs/features.mdx b/docs/features.mdx index 8280a1fab..dcad34542 100644 --- a/docs/features.mdx +++ b/docs/features.mdx @@ -1,5 +1,5 @@ --- -title: Features +title: "Mixpanel Features" --- diff --git a/docs/quickstart/capture-events/autocapture.mdx b/docs/quickstart/capture-events/autocapture.mdx index 6a863c0fa..b0d571c42 100644 --- a/docs/quickstart/capture-events/autocapture.mdx +++ b/docs/quickstart/capture-events/autocapture.mdx @@ -1,5 +1,6 @@ --- -title: Autocapture +title: "Autocapture Quickstart" +sidebarTitle: "Autocapture" --- import { dataItems } from "/snippets/utils/constants.mdx"; diff --git a/docs/quickstart/capture-events/track-events.mdx b/docs/quickstart/capture-events/track-events.mdx index dd3e88fc3..b4dce0ce5 100644 --- a/docs/quickstart/capture-events/track-events.mdx +++ b/docs/quickstart/capture-events/track-events.mdx @@ -1,5 +1,6 @@ --- -title: Track Events +title: "Track Events Quickstart" +sidebarTitle: "Track Events" --- import { ExtendedButton } from "/snippets/ExtendedButton/ExtendedButton.jsx"; diff --git a/docs/reports/funnels.mdx b/docs/reports/funnels.mdx index 7d88e95ed..ba4611acc 100644 --- a/docs/reports/funnels.mdx +++ b/docs/reports/funnels.mdx @@ -1,6 +1,6 @@ --- sidebarTitle: Funnels -title: "Funnels" +title: "Funnels Report" description: "Measure conversions through a series of events" --- diff --git a/docs/reports/funnels/funnels-overview.mdx b/docs/reports/funnels/funnels-overview.mdx index 916c208d5..c6b09b2d6 100644 --- a/docs/reports/funnels/funnels-overview.mdx +++ b/docs/reports/funnels/funnels-overview.mdx @@ -1,5 +1,5 @@ --- -title: "Funnels" +title: "Funnels Overview" description: "Measure conversions through a series of events" sidebarTitle: Overview --- diff --git a/docs/tracking-methods/autocapture.mdx b/docs/tracking-methods/autocapture.mdx index 7c828a94b..9373c6013 100644 --- a/docs/tracking-methods/autocapture.mdx +++ b/docs/tracking-methods/autocapture.mdx @@ -1,5 +1,6 @@ --- -title: Autocapture +title: "Autocapture: Automatically Track Frontend Events" +sidebarTitle: "Autocapture" --- import { dataItems } from "/snippets/utils/constants.mdx"; diff --git a/docs/tracking-methods/integrations/google-cloud-storage.mdx b/docs/tracking-methods/integrations/google-cloud-storage.mdx index 6ae1f3c97..4a69534d0 100644 --- a/docs/tracking-methods/integrations/google-cloud-storage.mdx +++ b/docs/tracking-methods/integrations/google-cloud-storage.mdx @@ -1,5 +1,6 @@ --- -title: Google Cloud Storage +title: "Google Cloud Storage: Ingest Events into Mixpanel" +sidebarTitle: "Google Cloud Storage" --- This guide demonstrates how to set up a serverless ingest pipeline from a Google Cloud Storage bucket into Mixpanel. Once this is set up, you can simply upload files containing events into the designated GCS bucket and the events will be ingested into Mixpanel, both one-time and on a recurring basis. Setup should take ~10 minutes. diff --git a/docs/tracking-methods/integrations/mparticle.mdx b/docs/tracking-methods/integrations/mparticle.mdx index 2987b34c0..edbc00dbb 100644 --- a/docs/tracking-methods/integrations/mparticle.mdx +++ b/docs/tracking-methods/integrations/mparticle.mdx @@ -1,5 +1,6 @@ --- -title: mParticle +title: "mParticle: Send Event Data to Mixpanel" +sidebarTitle: "mParticle" --- ## Overview diff --git a/docs/tracking-methods/integrations/segment.mdx b/docs/tracking-methods/integrations/segment.mdx index 211a97b5d..a94dc932a 100644 --- a/docs/tracking-methods/integrations/segment.mdx +++ b/docs/tracking-methods/integrations/segment.mdx @@ -1,5 +1,6 @@ --- -title: Segment +title: "Segment: Send Event Data to Mixpanel" +sidebarTitle: "Segment" --- ## Overview diff --git a/guides/guides-by-topic/features.mdx b/guides/guides-by-topic/features.mdx index f12724131..ec663e87b 100644 --- a/guides/guides-by-topic/features.mdx +++ b/guides/guides-by-topic/features.mdx @@ -1,5 +1,6 @@ --- -title: Features +title: "Features Guide" +sidebarTitle: "Features" --- ## AI diff --git a/guides/guides-by-use-case/empower-your-team/headless.mdx b/guides/guides-by-use-case/empower-your-team/headless.mdx index 7632c3fbe..e076a91c0 100644 --- a/guides/guides-by-use-case/empower-your-team/headless.mdx +++ b/guides/guides-by-use-case/empower-your-team/headless.mdx @@ -1,5 +1,5 @@ --- -title: "Mixpanel Headless" +title: "Mixpanel Headless: Automate Analysis with the Python SDK" description: "Programmatic access to your analytics" sidebarTitle: Use Mixpanel Headless --- diff --git a/reference/authentication-2.mdx b/reference/authentication-2.mdx index 62c8f0c63..a80ebbeb1 100644 --- a/reference/authentication-2.mdx +++ b/reference/authentication-2.mdx @@ -1,5 +1,6 @@ --- -title: Authentication +title: "Data Pipelines API Authentication" +sidebarTitle: "Authentication" --- ## Service Account diff --git a/reference/feature-flags-api.mdx b/reference/feature-flags-api.mdx index b00f148ed..fef34539a 100644 --- a/reference/feature-flags-api.mdx +++ b/reference/feature-flags-api.mdx @@ -1,5 +1,6 @@ --- -title: Overview +title: "Feature Flags API Overview" +sidebarTitle: "Overview" --- Mixpanel's Feature Flagging API's provides an interface for assigning your users to variants for feature flags defined within Mixpanel projects. diff --git a/reference/feature-flags-management-api.mdx b/reference/feature-flags-management-api.mdx index 2954f973c..1d33f28ab 100644 --- a/reference/feature-flags-management-api.mdx +++ b/reference/feature-flags-management-api.mdx @@ -1,5 +1,6 @@ --- -title: Overview +title: "Feature Flags Management API Overview" +sidebarTitle: "Overview" --- Use the Feature Flags Management API to create, update, delete, and manage feature flags. Requires Service Account authentication. diff --git a/reference/funnels-query.mdx b/reference/funnels-query.mdx index b6805dac0..d29cad990 100644 --- a/reference/funnels-query.mdx +++ b/reference/funnels-query.mdx @@ -1,6 +1,6 @@ --- openapi: /openapi/query.openapi.yaml GET /funnels -title: Query Saved Report +title: "Funnels Query API (Maintenance Mode)" --- > ❗️The Funnels Query API is in maintenance mode. We recommend discontinuing new use of this endpoint. To get funnel data, build a [Funnels report](https://docs.mixpanel.com/docs/reports/funnels) in-app and query it programmatically with the [Insights Query API](https://developer.mixpanel.com/reference/insights-query). For raw event data, see [export methods](https://docs.mixpanel.com/docs/export-methods). If you need help choosing the best method, reach out to [support](https://mixpanel.com/get-support). diff --git a/reference/gdpr-api.mdx b/reference/gdpr-api.mdx index 58a9de7b3..e7acb8faa 100644 --- a/reference/gdpr-api.mdx +++ b/reference/gdpr-api.mdx @@ -1,5 +1,6 @@ --- -title: Overview +title: "GDPR & CCPA API Overview" +sidebarTitle: "Overview" --- ## GDPR and CCPA API (v3) diff --git a/reference/ingestion-api-authentication.mdx b/reference/ingestion-api-authentication.mdx index 7d8f4176c..2c3647ff6 100644 --- a/reference/ingestion-api-authentication.mdx +++ b/reference/ingestion-api-authentication.mdx @@ -1,5 +1,6 @@ --- -title: Authentication +title: "Ingestion API Authentication" +sidebarTitle: "Authentication" --- Most of our Ingestion API calls such as [Import Events](/reference/import-events), [Track Events](/reference/track-event), [User Profiles](/reference/profile-set), and [Group Profiles](/reference/group-set-property) only require a [Project Token](/reference/project-token). Because these APIs are often called from our client-side SDKs, we do not want to expose credentials, but we do need to know which project to send data to so we use the Project Token for that purpose. However, a few of the more powerful APIs such as [Lookup Tables](/reference/lookup-tables) **do require authentication**. For these, it's recommended to use a [Service Account](/reference/service-accounts). We also have legacy support for [Project Secret](/reference/project-secret) but suggest any new integrations use a Service Account. diff --git a/reference/ingestion-api.mdx b/reference/ingestion-api.mdx index 2eac07d97..667056a80 100644 --- a/reference/ingestion-api.mdx +++ b/reference/ingestion-api.mdx @@ -1,5 +1,6 @@ --- -title: Overview +title: "Ingestion API Overview" +sidebarTitle: "Overview" --- Mixpanel's Ingestion APIs allow you to send event or profile data to Mixpanel, which can be analyzed in our reporting interface. diff --git a/reference/insights-query.mdx b/reference/insights-query.mdx index aa61412fa..95278765f 100644 --- a/reference/insights-query.mdx +++ b/reference/insights-query.mdx @@ -1,4 +1,4 @@ --- openapi: /openapi/query.openapi.yaml GET /insights -title: Query Saved Report +title: "Insights Query API" --- diff --git a/reference/lexicon-schemas-api-authentication.mdx b/reference/lexicon-schemas-api-authentication.mdx index b997d820d..8eeb40b68 100644 --- a/reference/lexicon-schemas-api-authentication.mdx +++ b/reference/lexicon-schemas-api-authentication.mdx @@ -1,5 +1,6 @@ --- -title: Authentication +title: "Lexicon Schemas API Authentication" +sidebarTitle: "Authentication" --- ## Service Account diff --git a/reference/lexicon-schemas-api.mdx b/reference/lexicon-schemas-api.mdx index d12bd11b0..789c7c2f0 100644 --- a/reference/lexicon-schemas-api.mdx +++ b/reference/lexicon-schemas-api.mdx @@ -1,5 +1,6 @@ --- -title: Overview +title: "Lexicon Schemas API Overview" +sidebarTitle: "Overview" --- Sync your internal data dictionary or tracking plan with Mixpanel using Schemas. A Schema is used to describe the data you are sending to Mixpanel and represents an individual entry into your data dictionary. Schemas that you upload will be used to populate Lexicon and provide additional context for your data across the query UI. A Schema represents a single entity (usually an event) and is defined with json-schema. diff --git a/reference/limits-1.mdx b/reference/limits-1.mdx index e4a41ceac..4ecc1f1ea 100644 --- a/reference/limits-1.mdx +++ b/reference/limits-1.mdx @@ -1,5 +1,6 @@ --- -title: Limits +title: "Group Profiles API Limits" +sidebarTitle: "Limits" --- The Groups Profile API imposes limits on the total number profile updates that can be sent per request to **2000** as well as limits each individual update in the request to a maximum of **1 MB**. If you are running up against these limits, we suggest breaking your request into smaller batches. Usually, these limits are only hit if you are attempting to do a bulk create/update. diff --git a/reference/limits.mdx b/reference/limits.mdx index 09bfbf3fa..080b947dc 100644 --- a/reference/limits.mdx +++ b/reference/limits.mdx @@ -1,5 +1,6 @@ --- -title: Limits +title: "Lexicon Schemas API Limits" +sidebarTitle: "Limits" --- The Schemas API has the following limits: diff --git a/reference/lookup-tables.mdx b/reference/lookup-tables.mdx index 1a9a3ce1d..752fae48c 100644 --- a/reference/lookup-tables.mdx +++ b/reference/lookup-tables.mdx @@ -1,5 +1,5 @@ --- -title: Lookup Tables +title: "Lookup Tables API" --- Lookup Tables are mutable tables that describe non-user entities like accounts, product SKUs, or geographies. These tables can be used to enrich events at query-time. In star schema terms: events are like facts and Lookup Tables are like dimensions. diff --git a/reference/overview-1.mdx b/reference/overview-1.mdx index e623c6204..99c33b6f9 100644 --- a/reference/overview-1.mdx +++ b/reference/overview-1.mdx @@ -1,5 +1,6 @@ --- -title: Overview +title: "Annotations API Overview" +sidebarTitle: "Overview" --- The Annotations API lets you manage your annotations programmatically. Annotations are text descriptions tied to a time that will show up in reports such as Insights to let users know something meaningful occurred at that time. You can use this API to get a list of your project's annotations, edit them, create them or delete them. diff --git a/reference/overview-2.mdx b/reference/overview-2.mdx index 2add801a3..fe08bf4fa 100644 --- a/reference/overview-2.mdx +++ b/reference/overview-2.mdx @@ -1,5 +1,6 @@ --- -title: Overview +title: "Data Pipelines API Overview (Deprecated)" +sidebarTitle: "Overview" --- diff --git a/reference/overview.mdx b/reference/overview.mdx index e972b8871..9a15df165 100644 --- a/reference/overview.mdx +++ b/reference/overview.mdx @@ -1,5 +1,6 @@ --- -title: Overview +title: "Mixpanel API Overview" +sidebarTitle: "Overview" --- Mixpanel supports API endpoints that can query, export, and import data as well as manipulate Mixpanel metadata (such as data definitions). diff --git a/reference/query-api-authentication.mdx b/reference/query-api-authentication.mdx index 94b304d9f..10c721e92 100644 --- a/reference/query-api-authentication.mdx +++ b/reference/query-api-authentication.mdx @@ -1,5 +1,6 @@ --- -title: Authentication +title: "Query API Authentication" +sidebarTitle: "Authentication" --- ## Service Account diff --git a/reference/query-api.mdx b/reference/query-api.mdx index 53eae1eed..09dea673c 100644 --- a/reference/query-api.mdx +++ b/reference/query-api.mdx @@ -1,5 +1,6 @@ --- -title: Overview +title: "Query API Overview" +sidebarTitle: "Overview" --- The Query API allows you to obtain the same calculated and formatted results that you see from a report in our web app. diff --git a/reference/raw-data-export-api-authentication.mdx b/reference/raw-data-export-api-authentication.mdx index 2f66d58ec..96cf8a81f 100644 --- a/reference/raw-data-export-api-authentication.mdx +++ b/reference/raw-data-export-api-authentication.mdx @@ -1,5 +1,6 @@ --- -title: Authentication +title: "Raw Data Export API Authentication" +sidebarTitle: "Authentication" --- ## Service Account diff --git a/reference/raw-data-export-api.mdx b/reference/raw-data-export-api.mdx index 5b8cadd5a..ff198de1e 100644 --- a/reference/raw-data-export-api.mdx +++ b/reference/raw-data-export-api.mdx @@ -1,5 +1,6 @@ --- -title: Overview +title: "Raw Data Export API Overview" +sidebarTitle: "Overview" --- The Mixpanel Export Data APIs allow you to export your raw data either manually or through a pipeline. diff --git a/reference/service-accounts-api-authentication.mdx b/reference/service-accounts-api-authentication.mdx index c738f2f6f..0593829e1 100644 --- a/reference/service-accounts-api-authentication.mdx +++ b/reference/service-accounts-api-authentication.mdx @@ -1,5 +1,6 @@ --- -title: Authentication +title: "Service Accounts API Authentication" +sidebarTitle: "Authentication" --- ## Service Account diff --git a/reference/service-accounts-api.mdx b/reference/service-accounts-api.mdx index c8253a59c..3b491d478 100644 --- a/reference/service-accounts-api.mdx +++ b/reference/service-accounts-api.mdx @@ -1,5 +1,6 @@ --- -title: Overview +title: "Service Accounts API Overview" +sidebarTitle: "Overview" --- The Service Accounts API lets you manage your service accounts programmatically. You can get a list of your organizations service accounts, see when they were last used, see when they expire, create new service accounts, delete service accounts, and add/remove service accounts to/from projects. This API is useful for automated key management and rotation. diff --git a/reference/track-event.mdx b/reference/track-event.mdx index be6197b81..95a683bce 100644 --- a/reference/track-event.mdx +++ b/reference/track-event.mdx @@ -1,6 +1,7 @@ --- openapi: /openapi/ingestion.openapi.yaml POST /track -title: Track Events +title: "Track Events API (/track)" +sidebarTitle: "Track Events" --- Track events to Mixpanel from client devices. We recommend using one of our client-side SDKs instead of using /track directly, as our SDKs provide queueing, retrying, batching, and more. diff --git a/reference/user-profile-limits.mdx b/reference/user-profile-limits.mdx index 1d915eeba..5affd658a 100644 --- a/reference/user-profile-limits.mdx +++ b/reference/user-profile-limits.mdx @@ -1,5 +1,6 @@ --- -title: Limits +title: "User Profile API Limits" +sidebarTitle: "Limits" --- The User Profile API imposes limits on the total number profile updates that can be sent per request to **2000** as well as limit each individual update in the request to a maximum of **1 MB**. If you are running up against these limits, we suggest breaking your request into smaller batches. Usually these limits are only hit if you are attempting to do a bulk create/update. diff --git a/reference/warehouse-connectors-api-authentication.mdx b/reference/warehouse-connectors-api-authentication.mdx index 1b37ac23c..fc0067a38 100644 --- a/reference/warehouse-connectors-api-authentication.mdx +++ b/reference/warehouse-connectors-api-authentication.mdx @@ -1,5 +1,6 @@ --- -title: Authentication +title: "Warehouse Connectors API Authentication" +sidebarTitle: "Authentication" --- A [service account](/reference/service-accounts) is necessary to authenticate Warehouse Connectors API requests. Once you have created a service account and obtained your user name and secret, you can make a request to trigger a warehouse import. diff --git a/reference/warehouse-connectors-api.mdx b/reference/warehouse-connectors-api.mdx index 265dc3853..8c2624043 100644 --- a/reference/warehouse-connectors-api.mdx +++ b/reference/warehouse-connectors-api.mdx @@ -1,5 +1,6 @@ --- -title: Overview +title: "Warehouse Connectors API Overview" +sidebarTitle: "Overview" --- Warehouse Connectors allow you to connect a warehouse of your choice to import events, users, groups, and lookup tables.