Google Business Performance API มีเมธอด API
ใหม่ที่อนุญาตให้ดึง `DailyMetrics` หลายรายการในคําขอ API รายการเดียว
ตรวจสอบ
กําหนดการเลิกใช้งานและวิธีการย้ายข้อมูลจากเมธอด v4 reportInsights API ไปยัง API ประสิทธิภาพของ Google Business Profile
AttributeValueType
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
Enum |
ATTRIBUTE_VALUE_TYPE_UNSPECIFIED |
ไม่ได้ระบุ |
BOOL |
ค่าสําหรับแอตทริบิวต์นี้คือค่าบูลีน |
ENUM |
แอตทริบิวต์นี้มีรายการค่าที่กําหนดไว้ล่วงหน้า ซึ่งสามารถนําไปใช้ได้ ข้อมูลเมตาสําหรับแอตทริบิวต์นี้จะแสดงรายการค่าเหล่านี้ |
URL |
ค่าสําหรับแอตทริบิวต์นี้คือ URL |
REPEATED_ENUM |
ค่าแอตทริบิวต์คือ Enum ที่มีค่าที่เป็นไปได้หลายค่าซึ่งกําหนดหรือไม่ได้ตั้งค่าอย่างชัดแจ้ง |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 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. |"]]