Skip to content

mixpanel_heat_map_collection (Data Source)

Retrieves details of a Mixpanel Heat Map Collection — a grouping of related heat maps for comparative analysis across pages or variants. Use this data source to reference an existing collection in your analytics workflow.

Example Usage

data "mixpanel_heat_map_collection" "checkout_flow" {
  project_id               = 1234567
  heat_map_collection_id  = "xyz789"
}

Only heat_map_collection_id is an input; the remaining attributes are populated from the fetched object.

See also: mixpanel_heat_map_collection resource.

Schema

Required

  • heat_map_collection_id (String)
  • project_id (Number)

Optional

  • heat_maps (String)

Read-Only

  • allow_staff_override (Boolean)
  • can_pin (Boolean)
  • can_share (Boolean)
  • can_update_basic (Boolean)
  • can_view (Boolean)
  • dashboard_id (Number)
  • description (String)
  • id (String) The ID of this resource.
  • is_shared_with_project (Boolean)
  • is_superadmin (Boolean)
  • last_modified_by_email (String)
  • last_modified_by_id (Number)
  • last_modified_by_name (String)
  • name (String)