Skip to content

mixpanel_behavior (Data Source)

Fetches a Mixpanel behavior — a reusable funnel or retention sequence definition composed of multiple events.

Example Usage

data "mixpanel_behavior" "signup_funnel" {
  project_id  = 1234567
  behavior_id = 101
}

Only behavior_id and project_id are inputs; the remaining attributes are populated from the fetched behavior.

Schema

Required

  • behavior_id (Number)
  • project_id (Number)

Optional

  • behaviors (String)
  • definition (String)

Read-Only

  • description (String)
  • name (String)
  • type (String)