CallbackOptions
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
การแสดง JSON |
{
"url": string,
"updateRequestUrl": string
} |
ช่อง |
url |
string
HTTPS URL ที่ผู้ขายกำหนดค่า URL ควรโฮสต์อยู่บน HTTPS และ robots.txt ควรอนุญาตให้ UserAgent:Googlebot เข้าถึงเส้นทาง URL ได้
|
updateRequestUrl (deprecated) |
string
URL สำหรับปลายทางผู้ขายที่จะมีการเรียกใช้เพื่อขออัปเดต URL ควรโฮสต์อยู่บน HTTPS และ robots.txt ควรอนุญาตให้ UserAgent:Googlebot เข้าถึงเส้นทาง URL ได้ เลิกใช้งานแล้ว
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-25 UTC
[null,null,["อัปเดตล่าสุด 2025-07-25 UTC"],[[["The schema utilizes JSON to represent data with `url` and `updateRequestUrl` fields."],["`url` is a required string specifying the merchant's HTTPS URL, accessible by Googlebot."],["`updateRequestUrl`, now deprecated, was a string indicating the merchant's endpoint for update requests, also accessible by Googlebot."]]],["The JSON structure contains two string fields: `url` and `updateRequestUrl`. The `url` field is an HTTPS URL provided by the merchant, accessible to Googlebot. The `updateRequestUrl` field, also a merchant-provided HTTPS URL, is now deprecated. Both URLs must be hosted on HTTPS and accessible to Googlebot according to the robots.txt file.\n"]]