संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
मेनिफ़ेस्ट आपके विज़ुअलाइज़ेशन के बारे में जानकारी देता है और
आपके विज़ुअलाइज़ेशन संसाधनों की जगह. इसका नाम manifest.json होना चाहिए और
आपके Component ID के रूप में उपयोग किए गए फ़ोल्डर के शीर्ष स्तर पर स्थित है.
इन फ़ील्ड को परिभाषित किया जाना चाहिए (जब तक कि अलग से न बताया गया हो):
फ़ील्ड का नाम
टाइप
ब्यौरा
name
string
विज़ुअलाइज़ेशन पैकेज का नाम.
organization
string
संगठन या डेवलपर का नाम.
description
string
विज़ुअलाइज़ेशन पैकेज का ब्यौरा.
logoUrl
string
विज़ुअलाइज़ेशन पैकेज का लोगो.
packageUrl
string
वह लिंक जिस पर जाकर, लोग पैकेज के बारे में ज़्यादा जानकारी पा सकते हैं
organizationUrl
string
(ज़रूरी नहीं) इस लिंक पर क्लिक करके, लोग संगठन या डेवलपर के बारे में ज़्यादा जान सकते हैं.
supportUrl
string
इस विज़ुअलाइज़ेशन को सपोर्ट करने के लिए सहायता पेज या ईमेल का लिंक.
privacyPolicyUrl
string
(ज़रूरी नहीं) निजता नीति का लिंक.
termsOfServiceUrl
string
(ज़रूरी नहीं है) सेवा की शर्तों का लिंक.
devMode
boolean
(ज़रूरी नहीं है) सही होने पर, कैश मेमोरी में सेव नहीं किया जाता. यह वैल्यू, डिफ़ॉल्ट तौर पर false पर सेट होती है. ज़्यादा जानकारी के लिए, कैश मेमोरी में सेव होने के बारे में जानकारी देखें.
components
Array(object)
पैकेज में शामिल विज़ुअलाइज़ेशन. फ़िलहाल, सिर्फ़ एक ही विज़ुअलाइज़ेशन का इस्तेमाल किया जा सकता है.
components[].id
string
कॉम्पोनेंट का आईडी. यह ऐसी स्ट्रिंग होनी चाहिए जो खाली न हो. साथ ही, इसमें स्पेस भी न हो.
components[].name
string
विज़ुअलाइज़ेशन का नाम.
components[].description
string
विज़ुअलाइज़ेशन की जानकारी.
components[].iconUrl
string
विज़ुअलाइज़ेशन के लिए आइकॉन.
components[].infoUrl
string
(ज़रूरी नहीं) ऐसा लिंक जिस पर जाकर, लोग कॉम्पोनेंट के बारे में ज़्यादा जानकारी पा सकते हैं.
components[].resource
object
विज़ुअलाइज़ेशन के संसाधन.
components[].resource.js
string
Google Cloud Storage में विज़ुअलाइज़ेशन JavaScript फ़ाइल की जगह. उदाहरण के लिए, gs://GCS_BUCKET_NAME/MY_VISUALIZATION.js.
components[].resource.config
string
Google Cloud Storage में विज़ुअलाइज़ेशन कॉन्फ़िगरेशन फ़ाइल की जगह. उदाहरण के लिए, gs://GCS_BUCKET_NAME/MY_CONFIG.json.
components[].resource.css
string
(ज़रूरी नहीं) Google Cloud Storage में विज़ुअलाइज़ेशन वाली सीएसएस फ़ाइल की जगह. उदाहरण के लिए, gs://GCS_BUCKET_NAME/MY_CSS.css.
manifest.json मेनिफ़ेस्ट फ़ाइल का उदाहरण
{"name":"ABC Visualizations Package","organization":"ABC Inc.","description":"A package of cool visualizations.","logoUrl":"https://url","organizationUrl":"https://url","supportUrl":"https://url","privacyPolicyUrl":"https://url","termsOfServiceUrl":"https://url","packageUrl":"https://url","devMode":false,"components":[{"id":"treemap","name":"Treemap","description":"Zoomable treemap with filter interactions","iconUrl":"https://url.png","infoUrl":"https://url","resource":{"js":"gs://myViz-bucket-treemap/viz.js","config":"gs://myViz-bucket-treemap/viz-config.json","css":"gs://myViz-bucket-treemap/viz.css"}},{"id":"histogram","name":"Histogram","description":"Histogram with filter interactions","iconUrl":"https://url.png","resource":{"js":"gs://myViz-bucket-histogram/viz.js","config":"gs://myViz-bucket-histogram/viz-config.json","css":"gs://myViz-bucket-histogram/viz.css"}}]}
[null,null,["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eThe manifest file (\u003ccode\u003emanifest.json\u003c/code\u003e) provides essential information about your visualization package, including its name, description, resources, and components.\u003c/p\u003e\n"],["\u003cp\u003eLocated at the top level of your component's folder, the manifest defines metadata such as the visualization's name, organization, logo, and support links.\u003c/p\u003e\n"],["\u003cp\u003eIt also specifies the locations of key resources like JavaScript, configuration, and CSS files for each component within the package.\u003c/p\u003e\n"],["\u003cp\u003eEach visualization within the package is defined as a component with a unique ID, name, description, and resource locations in the manifest.\u003c/p\u003e\n"],["\u003cp\u003eBy structuring your manifest correctly, you ensure that your visualization package can be easily discovered, understood, and integrated into Looker Studio.\u003c/p\u003e\n"]]],[],null,["# Community Visualization Manifest Reference\n\n| **Note:** The Community Visualization feature is in \"Developer Preview\". To learn more about upcoming features and improvements during this period visit the [Developer Preview](/looker-studio/visualization/developer-preview) page.\n\nThe manifest provides information about your visualization and identifies the\nlocation of your visualization resources. It should be named `manifest.json` and\nlocated at the top level of the folder used as your `Component ID`.\n\nThe following fields must be defined (unless indicated otherwise):\n\n| Field name | Type | Description |\n|--------------------------------|-----------------|------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` | Name of the visualization package. |\n| `organization` | `string` | Name of the organization or developer. |\n| `description` | `string` | Description of the visualization package. |\n| `logoUrl` | `string` | A logo for the visualization package. |\n| `packageUrl` | `string` | A link users can follow to learn more about the package |\n| `organizationUrl` | `string` | (**Optional**) A link users can follow to learn more about the organization or developer. |\n| `supportUrl` | `string` | Link to the support page or email for supporting this visualization. |\n| `privacyPolicyUrl` | `string` | (**Optional**) Link to privacy policy. |\n| `termsOfServiceUrl` | `string` | (**Optional**) Link to terms of service. |\n| `devMode` | `boolean` | (**Optional** ) If true, skips caching. This value defaults to `false`. For more details, see [about caching](/looker-studio/visualization/caching). |\n| `components` | `Array(object)` | The visualizations that are included in the package. **Currently only a single visualization is supported**. |\n| `components[].id` | `string` | The ID of the component. This must be a non-empty string with no spaces. |\n| `components[].name` | `string` | The name of the visualization. |\n| `components[].description` | `string` | A description of the visualization. |\n| `components[].iconUrl` | `string` | An icon for the visualization. |\n| `components[].infoUrl` | `string` | (**Optional**) An link users can follow to learn more about the component. |\n| `components[].resource` | `object` | The visualization resources. |\n| `components[].resource.js` | `string` | The location of the visualization JavaScript file in Google Cloud Storage. E.g. `gs://GCS_BUCKET_NAME/MY_VISUALIZATION.js`. |\n| `components[].resource.config` | `string` | The location of the visualization config file in Google Cloud Storage. E.g. `gs://GCS_BUCKET_NAME/MY_CONFIG.json`. |\n| `components[].resource.css` | `string` | (**Optional** ) The location of the visualization CSS file in Google Cloud Storage. E.g. `gs://GCS_BUCKET_NAME/MY_CSS.css`. |\n\n| **Note:** Each manifest can contain multiple components. Each component must have a unique `id`\n\nExample `manifest.json` manifest file\n-------------------------------------\n\n {\n \"name\": \"ABC Visualizations Package\",\n \"organization\": \"ABC Inc.\",\n \"description\": \"A package of cool visualizations.\",\n \"logoUrl\": \"https://url\",\n \"organizationUrl\": \"https://url\",\n \"supportUrl\": \"https://url\",\n \"privacyPolicyUrl\": \"https://url\",\n \"termsOfServiceUrl\": \"https://url\",\n \"packageUrl\": \"https://url\",\n \"devMode\": false,\n \"components\": [\n {\n \"id\": \"treemap\",\n \"name\": \"Treemap\",\n \"description\": \"Zoomable treemap with filter interactions\",\n \"iconUrl\": \"https://url.png\",\n \"infoUrl\": \"https://url\",\n \"resource\": {\n \"js\": \"gs://myViz-bucket-treemap/viz.js\",\n \"config\": \"gs://myViz-bucket-treemap/viz-config.json\",\n \"css\": \"gs://myViz-bucket-treemap/viz.css\"\n }\n },\n {\n \"id\": \"histogram\",\n \"name\": \"Histogram\",\n \"description\": \"Histogram with filter interactions\",\n \"iconUrl\": \"https://url.png\",\n \"resource\": {\n \"js\": \"gs://myViz-bucket-histogram/viz.js\",\n \"config\": \"gs://myViz-bucket-histogram/viz-config.json\",\n \"css\": \"gs://myViz-bucket-histogram/viz.css\"\n }\n }\n ]\n }"]]