Skip to content

mixpanel_custom_property (Data Source)

Fetches a Mixpanel custom property — a computed property derived from raw properties, joins, or formulas. See also mixpanel_custom_property resource.

Example Usage

data "mixpanel_custom_property" "ltv" {
  project_id         = 1234567
  custom_property_id = 606
}

Only custom_property_id and project_id are inputs; the remaining attributes are populated from the fetched custom property.

Schema

Required

  • custom_property_id (Number)
  • project_id (Number)

Optional

  • behavior (String)
  • composed_properties (String)
  • display_options (String)

Read-Only

  • can_update_basic (Boolean)
  • created (String)
  • data_group_id (String)
  • description (String)
  • display_formula (String)
  • example_value (String)
  • is_locked (Boolean)
  • is_session_scoped (Boolean)
  • is_visible (Boolean)
  • join_property_type (String)
  • mapped_data_group_id (String)
  • modified (String)
  • name (String)
  • project (Number)
  • property_type (String)
  • referenced_by (List of Number)
  • referenced_directly_by (List of Number)
  • referenced_raw_event_properties (List of String)
  • references_borrowed_property (Boolean)
  • resource_type (String)
  • user (Number)