Google Business Profile एपीआई में
एपीआई का नया तरीका है. इसकी मदद से, एक ही एपीआई अनुरोध में कई `डेली मेट्रिक` फ़ेच की जा सकती हैं.
सेवा बंद होने का शेड्यूल देखें. साथ ही, v4 reportInsights API वाले तरीके से Google Business Profile की परफ़ॉर्मेंस एपीआई में माइग्रेट करने के बारे में निर्देश देखें.
AttributeValueType
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
एट्रिब्यूट की वैल्यू किस तरह की है.
Enums |
ATTRIBUTE_VALUE_TYPE_UNSPECIFIED |
तय नहीं है. |
BOOL |
इस एट्रिब्यूट की वैल्यू बूलियन वैल्यू हैं. |
ENUM |
एट्रिब्यूट के लिए पहले से तय की गई ऐसी वैल्यू मौजूद हैं जिनका इस्तेमाल किया जा सकता है. इस एट्रिब्यूट के मेटाडेटा में ये वैल्यू शामिल होंगी. |
URL |
इस एट्रिब्यूट की वैल्यू, यूआरएल होते हैं. |
REPEATED_ENUM |
एट्रिब्यूट की वैल्यू एक इनम है. इसमें कई वैल्यू हो सकती हैं जिन्हें साफ़ तौर पर सेट या सेट नहीं किया जा सकता. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eThe attribute value type determines the kind of data associated with it, such as boolean, enum, URL, or repeated enum.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eATTRIBUTE_VALUE_TYPE_UNSPECIFIED\u003c/code\u003e is used when the value type is not explicitly defined.\u003c/p\u003e\n"],["\u003cp\u003eEnum attributes have a predefined set of values, while repeated enums allow for multiple values to be selected.\u003c/p\u003e\n"],["\u003cp\u003eURL attributes store web addresses, and boolean attributes hold true/false values.\u003c/p\u003e\n"]]],[],null,["# AttributeValueType\n\nThe value type of the attribute.\n\n| Enums ||\n|------------------------------------|----------------------------------------------------------------------------------------------------------------------------------|\n| `ATTRIBUTE_VALUE_TYPE_UNSPECIFIED` | Not specified. |\n| `BOOL` | The values for this attribute are boolean values. |\n| `ENUM` | The attribute has a predetermined list of available values that can be used. Metadata for this attribute will list these values. |\n| `URL` | The values for this attribute are URLs. |\n| `REPEATED_ENUM` | The attribute value is an enum with multiple possible values that can be explicitly set or unset. |"]]