Google Business Performance API มีเมธอด API
ใหม่ที่อนุญาตให้ดึง `DailyMetrics` หลายรายการในคําขอ API รายการเดียว
ตรวจสอบ
กําหนดการเลิกใช้งานและวิธีการย้ายข้อมูลจากเมธอด v4 reportInsights API ไปยัง API ประสิทธิภาพของ Google Business Profile
REST Resource: accounts.invitations
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
แหล่งข้อมูล: คำเชิญ
เอาต์พุตเท่านั้น แสดงคำเชิญที่รอดำเนินการ
การแสดง JSON |
{
"name": string,
"role": enum (AdminRole ),
// Union field target can be only one of the following:
"targetAccount": {
object (Account )
},
"targetLocation": {
object (TargetLocation )
}
// End of list of possible types for union field target .
} |
ช่อง |
name |
string
ชื่อทรัพยากรสำหรับคำเชิญ
|
role |
enum (AdminRole )
บทบาทที่ได้รับเชิญในบัญชี
|
ช่องการรวม target ระบุเป้าหมายของคำเชิญนี้ target ต้องเป็นค่าใดค่าหนึ่งต่อไปนี้ |
targetAccount |
object (Account )
บัญชีที่มีการป้อนข้อมูลเล็กน้อยสำหรับคำเชิญนี้
|
targetLocation |
object (TargetLocation )
สถานที่เป้าหมายในคำเชิญนี้
|
TargetLocation
แสดงสถานที่เป้าหมายสำหรับคำเชิญที่รอดำเนินการ
การแสดง JSON |
{
"locationName": string,
"locationAddress": string
} |
ช่อง |
locationName |
string
ชื่อของสถานที่ที่ผู้ใช้ได้รับเชิญ
|
locationAddress |
string
ที่อยู่ของสถานที่ที่ผู้ใช้ได้รับเชิญ
|
เมธอด |
accept (deprecated)
|
ยอมรับคำเชิญที่ระบุ |
|
ปฏิเสธคำเชิญที่ระบุ |
list (deprecated)
|
แสดงรายการคำเชิญที่รอดำเนินการสำหรับบัญชีที่ระบุ |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-08-20 UTC
[[["เข้าใจง่าย","easyToUnderstand","thumb-up"],["แก้ปัญหาของฉันได้","solvedMyProblem","thumb-up"],["อื่นๆ","otherUp","thumb-up"]],[["ไม่มีข้อมูลที่ฉันต้องการ","missingTheInformationINeed","thumb-down"],["ซับซ้อนเกินไป/มีหลายขั้นตอนมากเกินไป","tooComplicatedTooManySteps","thumb-down"],["ล้าสมัย","outOfDate","thumb-down"],["ปัญหาเกี่ยวกับการแปล","translationIssue","thumb-down"],["ตัวอย่าง/ปัญหาเกี่ยวกับโค้ด","samplesCodeIssue","thumb-down"],["อื่นๆ","otherDown","thumb-down"]],["อัปเดตล่าสุด 2024-08-20 UTC"],[[["This documentation details the 'Invitation' resource, which represents a pending invitation to a Google Business Profile account or location."],["Invitations specify a role for the invitee and the target account or location."],["A `TargetLocation` object is used when the invitation is for a specific location within a business account, providing the location's name and address."],["The available methods (accept, decline, list) for managing invitations are deprecated."]]],[]]