Skip to content

mixpanel_bookmark (Data Source)

Fetches a Mixpanel bookmark — a saved report (Insights, Funnels, Flows, Retention, or other report type) configuration.

Example Usage

data "mixpanel_bookmark" "monthly_active_users" {
  project_id  = 1234567
  bookmark_id = 202
}

Only bookmark_id and project_id are inputs; the remaining attributes are populated from the fetched bookmark.

Schema

Required

  • bookmark_id (Number)
  • project_id (Number)

Optional

  • metadata (String)
  • params (String)

Read-Only

  • allow_staff_override (Boolean)
  • can_share (Boolean)
  • can_update_basic (Boolean)
  • can_view (Boolean)
  • created (String)
  • creator (String)
  • creator_email (String)
  • creator_id (Number)
  • creator_name (String)
  • dashboard_id (Number)
  • description (String)
  • generation_type (String)
  • icon (String)
  • id (Number) The ID of this resource.
  • include_in_dashboard (Boolean)
  • is_default (Boolean)
  • is_modification_restricted (Boolean)
  • is_superadmin (Boolean)
  • is_visibility_restricted (Boolean)
  • last_modified_by_email (String)
  • last_modified_by_id (Number)
  • last_modified_by_name (String)
  • modified (String)
  • name (String)
  • original_type (String)
  • total_view_count (Number)
  • type (String)
  • unique_view_count (Number)
  • workspace_id (Number)