Square brackets containing a comma-separated list of strings
Definition
The tags parameter lets you tag an Explore with text strings. These strings are not used by the Looker model but can be passed to other applications, such as API calls. tags can be useful for providing arbitrary metadata about a field to an outside application.
Examples
Adds two text tags, "Confidential" and "Customer Data", to the customer_information Explore.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[],[],null,["# tags (for Explores)\n\n\u003cbr /\u003e\n\n\u003e This page refers to the `tags` parameter that is part of an [Explore](/looker/docs/2512/reference/param-explore-explore).\n\u003e\n\u003e `tags` can also be used as part of a field, described on the [`tags` (for fields)](/looker/docs/2512/reference/param-field-tags) parameter documentation page.\n\nUsage\n-----\n\n```\nexplore: explore_name {\n tags: [\"string1\",\"string2\", ...]\n}\n```\n\nDefinition\n----------\n\nThe `tags` parameter lets you tag an Explore with text strings. These strings are not used by the Looker model but can be passed to other applications, such as [API calls](/looker/docs/reference/looker-api/latest/methods/LookmlModel/lookml_model). `tags` can be useful for providing arbitrary metadata about a field to an outside application.\n\nExamples\n--------\n\nAdds two text tags, \"Confidential\" and \"Customer Data\", to the `customer_information` Explore. \n\n explore: customer_information {\n tags: [\"Confidential\", \"Customer Data\"]\n }"]]