Skip to content

mixpanel_tag (Data Source)

Fetches a Mixpanel Lexicon tag by ID — a label for categorizing events and properties in your data taxonomy.

Note

Resource note. The mixpanel_tag data source and the mixpanel_lexicon_tag resource refer to the same Mixpanel object — a tag is named "tag" in the data-source context and "lexicon_tag" in the resource context for namespace clarity.

Example Usage

data "mixpanel_tag" "example" {
  project_id = 1234567
  tag_id     = 42
}

Schema

Required

  • project_id (Number)
  • tag_id (Number)

Read-Only

  • id (Number) The ID of this resource.
  • name (String)