Skip to content

mixpanel_heat_map (Data Source)

Retrieves details of a Mixpanel Heat Map — a visual overlay showing where users click, scroll, and engage on a specific webpage. Use this data source to reference an existing heat map configuration in your analytics workflow.

Example Usage

data "mixpanel_heat_map" "landing_page" {
  project_id  = 1234567
  heat_map_id = "abc123def456"
}

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

See also: mixpanel_heat_map resource.

Schema

Required

  • heat_map_id (String)
  • project_id (Number)

Optional

  • filters (String)
  • goal (String)
  • goal_weight (String)
  • time_filter (String)

Read-Only

  • allow_staff_override (Boolean)
  • backdrop_replay_distinct_id (String)
  • backdrop_replay_id (String)
  • backdrop_replay_progress_ms (Number)
  • 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)
  • title (String)
  • url (String)