সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
ম্যানিফেস্ট আপনার ভিজ্যুয়ালাইজেশন সম্পর্কে তথ্য প্রদান করে এবং আপনার ভিজ্যুয়ালাইজেশন সংস্থানগুলির অবস্থান সনাক্ত করে। এটির নাম 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 ক্লাউড স্টোরেজে ভিজ্যুয়ালাইজেশন জাভাস্ক্রিপ্ট ফাইলের অবস্থান। যেমন gs://GCS_BUCKET_NAME/MY_VISUALIZATION.js ।
components[].resource.config
string
Google ক্লাউড স্টোরেজে ভিজ্যুয়ালাইজেশন কনফিগারেশন ফাইলের অবস্থান। যেমন gs://GCS_BUCKET_NAME/MY_CONFIG.json ।
components[].resource.css
string
( ঐচ্ছিক ) Google ক্লাউড স্টোরেজে ভিজ্যুয়ালাইজেশন CSS ফাইলের অবস্থান। যেমন 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 }"]]