ส่วนนี้อธิบายวิธีส่งการอัปเดตสินค้าคงคลังที่ต้องคำนึงถึงเวลาเป็นสำคัญ ให้กับ Google API การอัปเดตส่วนเพิ่มช่วยให้คุณพุชการอัปเดตและลบ ในพื้นที่โฆษณาแซนด์บ็อกซ์หรือเวอร์ชันที่ใช้งานจริงของคุณได้เกือบเรียลไทม์
ฟังก์ชันการทำงานนี้มีจุดประสงค์หลักสำหรับการอัปเดตที่คุณคาดไม่ถึง เช่น การปิดฉุกเฉิน ตามกฎแล้ว การเปลี่ยนแปลงใดๆ ที่ส่งผ่าน API การอัปเดตส่วนเพิ่มควรเป็นการเปลี่ยนแปลงที่ต้องเผยแพร่ภายในไม่เกิน 1 ชั่วโมง ถ้าไม่จำเป็นต้องแสดงการเปลี่ยนแปลงโดยทันที คุณสามารถใช้ การส่งผ่านข้อมูลแบบกลุ่มแทน ระบบจะประมวลผลการอัปเดตที่เพิ่มขึ้นไม่เกิน 5 นาที
ข้อกำหนดเบื้องต้น
คุณจำเป็นต้องมีรายการต่อไปนี้ก่อนที่จะทำการอัปเดตส่วนเพิ่ม
- บัญชีบริการสร้างขึ้นโดยมีบทบาทผู้แก้ไขสำหรับโปรเจ็กต์ Actions ดูรายละเอียดเพิ่มเติมได้ที่ สร้างและตั้งค่าโปรเจ็กต์
- ฟีดข้อมูลเวอร์ชันที่ใช้งานจริงหรือแซนด์บ็อกซ์จะโฮสต์และนำเข้า ดูรายละเอียดเพิ่มเติมได้ที่ การส่งผ่านข้อมูลเป็นกลุ่ม
- (ไม่บังคับ แต่แนะนำ) ติดตั้งไลบรารีของไคลเอ็นต์ Google ในภาษาที่คุณเลือกเพื่อให้สะดวกในการใช้ OAuth 2.0 เมื่อเรียกใช้ API ตัวอย่างโค้ดที่รวมอยู่ด้านล่างใช้ไลบรารีเหล่านี้ มิฉะนั้น ต้องจัดการการแลกเปลี่ยนโทเค็นด้วยตนเองตามที่อธิบายไว้ในการใช้ OAuth 2.0 เพื่อเข้าถึง Google API
ปลายทาง
ในคำขอด้านล่าง ให้แทนที่รายการต่อไปนี้
- PROJECT_ID: รหัสโปรเจ็กต์ Google Cloud ที่เชื่อมโยงกับโปรเจ็กต์ที่คุณ สร้างในส่วนสร้างและตั้งค่าโปรเจ็กต์
- TYPE: ประเภทเอนทิตี (พร็อพเพอร์ตี้
@type
) ของออบเจ็กต์ในฟีดข้อมูลที่ต้องการอัปเดต - ENTITY_ID (ลบปลายทางเท่านั้น): รหัสของเอนทิตีที่จะลบ อย่าลืม เข้ารหัส URL เอนทิตี
- DELETE_TIME (ลบปลายทางเท่านั้น): ช่องที่ไม่บังคับเพื่อใช้ระบุ
เวลาที่ลบเอนทิตีในระบบ (ค่าเริ่มต้นคือเวลาที่คำขอคือ
ได้รับ) ค่าของเวลาต้องไม่เป็นเวลาในอนาคต เมื่อส่งเอนทิตี
ผ่านการเรียกที่เพิ่มขึ้น การกำหนดเวอร์ชันเอนทิตี
ยังใช้ช่อง
delete_time
ในกรณีที่เป็นการโทรแบบลบด้วย จัดรูปแบบ ค่าเป็นyyyy-mm-ddTHH:mm:ssZ
อัปเดตปลายทาง
หากต้องการแก้ไขเอนทิตี ให้ส่งคำขอ HTTP POST ไปยังปลายทางต่อไปนี้ และมีเพย์โหลดของการอัปเดตและการเพิ่ม คุณอัปเดตเอนทิตีได้สูงสุด 1,000 รายการในการเรียก API ครั้งเดียว
https://actions.googleapis.com/v2/apps/PROJECT_ID/entities:batchPush
เช่น หากคุณต้องการอัปเดตเอนทิตีในโปรเจ็กต์ที่มีรหัส "delivery-provider-id" ปลายทางจะเป็นดังนี้
https://actions.googleapis.com/v2/apps/delivery-provider-id/entities:batchpush
ลบปลายทาง
หากต้องการลบเอนทิตีในคลัง ให้ส่งคำขอ HTTP DELETE ไปยังปลายทางต่อไปนี้
https://actions.googleapis.com/v2/apps/PROJECT_ID/entities/TYPE/ENTITY_ID?entity.vertical=FOODORDERING&delete_time=DELETE_TIME
เช่น ในการลบ "MenuSection" เอนทิตีที่มีรหัส "เมนูส่วน_122" จาก "delivery-provider-id" ของคุณ คุณจะเรียก HTTP DELETE API ไปยัง:
https://actions.googleapis.com/v2/apps/delivery-provider-id/entities/MenuSection/menuSection_122?entity.vertical=FOODORDERING
สภาพแวดล้อมแซนด์บ็อกซ์
หากต้องการใช้ API การอัปเดตที่เพิ่มขึ้นในพื้นที่โฆษณาของแซนด์บ็อกซ์ โปรดทำตามคำแนะนำในปลายทางข้างต้น แต่
ส่งคำขอไปยัง /v2/sandbox/apps/
แทนที่จะเป็น /v2/apps/
https://actions.googleapis.com/v2/sandbox/apps/PROJECT_ID/entities:batchPush
https://actions.googleapis.com/v2/sandbox/apps/PROJECT_ID/entities/TYPE/ENTITY_ID?entity.vertical=FOODORDERING&delete_time=DELETE_TIME
การอัปเดตเอนทิตี
คำขอ POST แต่ละรายการต้องมีพารามิเตอร์คำขอควบคู่ไปกับ JSON เพย์โหลดที่มีข้อมูลที่มีโครงสร้างของเอนทิตีประเภทใดก็ได้ที่แสดงใน ของพื้นที่โฆษณา
อัปเดตเพย์โหลด
JSON ควรปรากฏแบบเดียวกันกับที่ปรากฏในฟีดแบบกลุ่มโดยมี ความแตกต่างดังต่อไปนี้
- เนื้อหาเพย์โหลดควรมีขนาดไม่เกิน 5 MB คล้ายกับกลุ่ม เราขอแนะนำให้คุณตัดช่องว่างออกเพื่อใส่ข้อมูลเพิ่มเติม
- ซองจดหมายมีลักษณะดังนี้
{ "requests": [ { "entity": { "data":"ENTITY_DATA", "name": "apps/project_id>/entities/type/entity_id" }, "update_time":"UPDATE_TIMESTAMP" }, ], "vertical": "FOODORDERING" }
แทนที่รายการต่อไปนี้ในเพย์โหลดด้านบน
- ENTITY_DATA: เอนทิตีในรูปแบบ JSON ที่เรียงลำดับเป็นสตริง
ต้องส่งเอนทิตี JSON-LD เป็นสตริงในช่อง
data
- UPDATE_TIMESTAMP (ไม่บังคับ): การประทับเวลาเมื่ออัปเดตเอนทิตีใน
ระบบของคุณ ค่าของเวลาต้องไม่เป็นเวลาในอนาคต การประทับเวลาเริ่มต้นคือเมื่อ
Google จะได้รับคําขอ เมื่อส่งเอนทิตีผ่านการเพิ่ม
นอกจากนี้ การกำหนดเวอร์ชันเอนทิตียังใช้
update_time
ในกรณีที่เป็นคำขอเพิ่ม/อัปเดต
ตัวอย่าง
ตัวอย่างที่ 1: การอัปเดตร้านอาหาร
สมมติว่าคุณจำเป็นต้องอัปเดตหมายเลขโทรศัพท์ของร้านอาหารอย่างเร่งด่วน บัญชี อัปเดตมี JSON สำหรับร้านอาหารทั้งหมด
ลองใช้ฟีดแบบกลุ่มที่มีลักษณะดังต่อไปนี้
{ "@type": "Restaurant", "@id": "restaurant12345", "name": "Some Restaurant", "url": "https://www.provider.com/somerestaurant", "telephone": "+16501234567", "streetAddress": "345 Spear St", "addressLocality": "San Francisco", "addressRegion": "CA", "postalCode": "94105", "addressCountry": "US", "latitude": 37.472842, "longitude": -122.217144 }
การอัปเดตที่เพิ่มขึ้นจาก HTTP POST จะมีลักษณะดังนี้
POST v2/sandbox/apps/provider-project/entities:batchPush Host: actions.googleapis.com Content-Type: application/ld+json { "requests": [ { "entity": { "name": "apps/provider-project/entities/restaurant/restaurant12345", "data": { "@type": "Restaurant", "@id": "restaurant12345", "name": "Some Restaurant", "url": "https://www.provider.com/somerestaurant", "telephone": "+16501235555", "streetAddress": "345 Spear St", "addressLocality": "San Francisco", "addressRegion": "CA", "postalCode": "94105", "addressCountry": "US", "latitude": 37.472842, "longitude": -122.217144 } } } "vertical": "FOODORDERING" }
ตัวอย่างที่ 2: การอัปเดตร้านอาหารหลายแห่ง
หากต้องการอัปเดตเอนทิตีร้านอาหาร 2 รายการในการเรียก API เดียว คำขอ HTTP POST จะเป็นดังนี้
POST v2/sandbox/apps/provider-project/entities:batchPush Host: actions.googleapis.com Content-Type: application/ld+json { "requests": [ { "entity": { "name": "apps/provider-project/entities/restaurant/restaurant12345", "data": { "@type": "Restaurant", "@id": "restaurant12345", "name": "Some Restaurant", "url": "https://www.provider.com/somerestaurant", "telephone": "+16501235555", "streetAddress": "345 Spear St", "addressLocality": "San Francisco", "addressRegion": "CA", "postalCode": "94105", "addressCountry": "US", "latitude": 37.472842, "longitude": -122.217144 } } }, { "entity": { "name": "apps/provider-project/entities/restaurant/restaurant123", "data": { "@type": "Restaurant", "@id": "restaurant123", "name": "Some Other Restaurant", "url": "https://www.provider.com/somerestaurant", "telephone": "+16501231235", "streetAddress": "385 Spear St", "addressLocality": "San Mateo", "addressRegion": "CA", "postalCode": "94115", "addressCountry": "US" } } } ] "vertical": "FOODORDERING" }
ตัวอย่างที่ 3: การอัปเดตราคาของรายการในเมนู
สมมติว่าคุณต้องการเปลี่ยนแปลงราคาของรายการในเมนู ตามตัวอย่างที่ 1 การอัปเดตต้องมี JSON สำหรับเอนทิตีระดับบนสุดทั้งหมด (เมนู) และ ฟีดจะใช้สคีมาพื้นที่โฆษณา v1
ลองใช้ฟีดแบบกลุ่มที่มีลักษณะดังต่อไปนี้
{ "@type": "MenuItemOffer", "@id": "menuitemoffer6680262", "sku": "offer-cola", "menuItemId": "menuitem896532", "price": 3.00, "priceCurrency": "USD" }
การอัปเดตที่เพิ่มขึ้นผ่าน POST จะเป็นดังนี้
POST v2/sandbox/apps/provider-project/entities:batchPush Host: actions.googleapis.com Content-Type: application/ld+json { "requests": [ { "entity": { "name": "apps/provider-project/entities/menuitemoffer/menuitemoffer6680262", "data": { "@type": "MenuItemOffer", "@id": "menuitemoffer6680262", "sku": "offer-cola", "menuItemId": "menuitem896532", "price": 1.00, "priceCurrency": "USD" }, "vertical": "FOODORDERING" } } ] "vertical": "FOODORDERING" }
การเพิ่มเอนทิตี
หากต้องการเพิ่มเอนทิตี โปรดหลีกเลี่ยงการใช้การอัปเดตสินค้าคงคลัง ให้ใช้ฟีดแบบกลุ่มแทน ตามที่อธิบายไว้สำหรับสคีมาพื้นที่โฆษณาเวอร์ชัน 2
การนำเอนทิตีออก
หากต้องการนำเอนทิตีระดับบนสุดออก ให้ใช้ปลายทางที่มีการแก้ไขเล็กน้อย และใช้ HTTP DELETE แทน HTTP POST ในคำขอ
การลบเอนทิตีระดับบนสุด
ลองนึกถึงสถานการณ์ที่คุณต้องการลบร้านอาหารในฟีด คุณต้อง ลบบริการและเมนูด้วย
ตัวอย่างปลายทางสำหรับเอนทิตีเมนูที่มีรหัส "provider/restaurant/menu/nr":
DELETE v2/apps/delivery-provider-id/entities/menu/provider%2Frestaurant%2Fmenu%2Fnr?entity.vertical=FOODORDERING
Host: actions.googleapis.com
ตัวอย่างปลายทางสำหรับเอนทิตีร้านอาหารที่มีรหัส "https://www.provider.com/restaurant/nr":
DELETE v2/apps/delivery-provider-id/entities/restaurant/provider%2Frestaurant%2Fnr?entity.vertical=FOODORDERING
Host: actions.googleapis.com
ตัวอย่างปลายทางสำหรับเอนทิตีบริการที่มีรหัส "https://www.provider.com/restaurant/service/nr":
DELETE v2/apps/delivery-provider-id/entities/service/provider%2Frestaurant%2Fservice%2Fnr?entity.vertical=FOODORDERING
Host: actions.googleapis.com
}
การนำเอนทิตีย่อยออก
อย่าใช้ HTTP DELETE เพื่อนำเอนทิตีย่อยภายในเอนทิตีระดับบนสุดออก เช่น รายการในเมนูภายในเมนู แต่ให้ถือว่าการลบเอนทิตีย่อยเป็น การอัปเดตเป็นเอนทิตีระดับบนสุดซึ่งเอนทิตีย่อยถูกนำออกจาก รายการที่เกี่ยวข้องหรือ reverseReference
โค้ดตอบกลับของ API
การเรียกที่ประสบความสำเร็จไม่ได้หมายความว่าฟีดนั้นถูกต้องหรือถูกต้อง แต่มีเพียง มีการเรียก API การเรียกใช้ที่สำเร็จจะได้รับรหัสตอบกลับ HTTP 200 พร้อมด้วย ที่มีเนื้อหาการตอบกลับว่างเปล่า:
{}
สำหรับความล้มเหลว โค้ดตอบกลับ HTTP จะไม่ใช่ 200 และเนื้อหาการตอบสนอง เพื่อระบุว่ามีอะไรผิดพลาด
ตัวอย่างเช่น หากผู้ใช้ตั้งค่า "ประเภทธุรกิจ" ในซองจดหมายเป็น
FAKE_VERTICAL
คุณจะได้รับข้อความด้านล่างนี้
{
"error": {
"code": 400,
"message": "Invalid value at 'entity.vertical' (TYPE_ENUM), \"FAKE_VERTICAL\"",
"status": "INVALID_ARGUMENT",
"details": [
{
"@type": "type.googleapis.com/google.rpc.BadRequest",
"fieldViolations": [
{
"field": "entity.vertical",
"description": "Invalid value at 'entity.vertical' (TYPE_ENUM), \"FAKE_VERTICAL\""
}
]
}
]
}
}
ตัวอย่างโค้ด
ด้านล่างนี้เป็นตัวอย่างวิธีใช้ API การอัปเดตที่เพิ่มขึ้นใน ภาษา ตัวอย่างเหล่านี้ใช้ไลบรารีการตรวจสอบสิทธิ์ของ Google และจะถือว่าฟีดโดยใช้ สคีมาพื้นที่โฆษณา v1 สำหรับโซลูชันทางเลือก โปรดดูที่ การใช้ OAuth 2.0 สำหรับแอปพลิเคชันระหว่างเซิร์ฟเวอร์กับเซิร์ฟเวอร์
การอัปเดตเอนทิตี
Node.js
โค้ดนี้ใช้ไลบรารีการตรวจสอบสิทธิ์ของ Google สำหรับ Node.js
const {auth} = require('google-auth-library') const request = require('request'); // The service account client secret file downloaded from the Google Cloud Console const serviceAccountJson = require('./service-account.json') // entity.json is a file that contains the entity data in json format const entity = require('./entity.json') const ENTITY_ID = 'your/entity/id' const PROJECT_ID = 'type/your-project-id' /** * Get the authorization token using a service account. */ async function getAuthToken() { let client = auth.fromJSON(serviceAccountJson) client.scopes = ['https://www.googleapis.com/auth/assistant'] const tokens = await client.authorize() return tokens.access_token; } /** * Send an incremental update to update or add an entity */ async function updateEntity(entity) { const token = await getAuthToken() request.post({ headers: { 'Content-Type': 'application/json', 'Authorization': `Bearer ${token}` }, url: `https://actions.googleapis.com/v2/apps/${PROJECT_ID}/entities:batchPush`, body: { requests: [ { entity: { data: JSON.stringify(entity) name: `apps/${PROJECT_ID}/entities/${ENTITY_ID}` } } ], vertical: 'FOODORDERING' }, json: true }, (err, res, body) => { if (err) { return console.log(err); } console.log(`Response: ${JSON.stringify(res)}`) }) } updateEntity(entity)
Python
โค้ดนี้ใช้ไลบรารีการตรวจสอบสิทธิ์ของ Google สำหรับ Python
from google.oauth2 import service_account from google.auth.transport.requests import AuthorizedSession import json import urllib PROJECT_ID = 'your-project-id' ENTITY_ID = 'type/your/entity/id' ENDPOINT = 'https://actions.googleapis.com/v2/apps/%s/entities:batchPush' % ( PROJECT_ID) # service-account.json is the service account client secret file downloaded from the # Google Cloud Console credentials = service_account.Credentials.from_service_account_file( 'service-account.json') scoped_credentials = credentials.with_scopes( ['https://www.googleapis.com/auth/assistant']) authed_session = AuthorizedSession(scoped_credentials) # Retrieving the entity update_file = open("entity.json") #JSON file containing entity data in json format. data = update_file.read() entity = {} entity['data'] = data #entity JSON-LD serialized as string entity['name'] = 'apps/%s/entities/%s' % (PROJECT_ID, urllib.quote(ENTITY_ID, '') ) # Populating the request request = {} request['entity'] = entity requestArray = [request] # Populating the payload payload = {} payload['requests'] = requestArray payload['vertical'] = 'FOODORDERING' response = authed_session.post(ENDPOINT, json=payload) print(response.text) #if successful, will be '{}'
Java
โค้ดนี้ใช้ไลบรารีการตรวจสอบสิทธิ์ของ Google สำหรับ Java
private static final String PROJECT_ID = "your-project-id"; private static final String ENTITY_ID = "type/your-entity-id"; /** * Get the authorization token using a service account. */ private static String getAuthToken() { InputStream serviceAccountFile = Example.class.getClassLoader().getResourceAsStream("service-account.json"); ServiceAccountCredentials.Builder credentialsSimpleBuilder = ServiceAccountCredentials.fromStream(serviceAccountFile).toBuilder(); credentialsSimpleBuilder.setScopes(ImmutableList.of("https://www.googleapis.com/auth/assistant")); AccessToken accessToken = credentialsSimpleBuilder.build().refreshAccessToken(); return accessToken.getTokenValue(); } /** * Send an incremental update to update or add an entity. * @param entityId The id of the entity to update. * @param entity the json of the entity to be updated. */ public void updateEntity(String entityId, JSONObject data) { String authToken = getAuthToken(); String endpoint = String.format("https://actions.googleapis.com/v2/apps/%s/entities/:batchPush", PROJECT_ID); JSONObject entity = new JSONObject(); entity.put("data", data.toString()); entity.put("name", String.format("apps/%s/entities/%s", PROJECT_ID, URLEncoder.encode(ENTITY_ID, "UTF-8"))); JSONObject request = new JSONObject(); request.put("entity", entity); JSONArray requestArray = new JSONArray(); requestArray.put(request); JSONObject payload = new JSONObject(); payload.put("requests", requestArray); payload.put("vertical", FOODORDERING); // Execute POST request executePostRequest(endpoint, authToken, payload); }
การนำเอนทิตีออก
Node.js
โค้ดนี้ใช้ไลบรารีการตรวจสอบสิทธิ์ของ Google สำหรับ Node.js
const {auth} = require('google-auth-library') const request = require('request'); // The service account client secret file downloaded from the Google Cloud Console const serviceAccountJson = require('./service-account.json') // entity.json is a file that contains the entity data in json format const entity = require('./entity.json') const ENTITY_ID = 'restaurant/http://www.provider.com/somerestaurant' const PROJECT_ID = 'your-project-id' /** * Get the authorization token using a service account. */ async function getAuthToken() { let client = auth.fromJSON(serviceAccountJson) client.scopes = ['https://www.googleapis.com/auth/assistant'] const tokens = await client.authorize() return tokens.access_token; } /** * Send an incremental update to delete an entity */ async function deleteEntity(entityId) { const token = await getAuthToken() request.delete({ headers: { 'Content-Type': 'application/json', 'Authorization': `Bearer ${token}` }, url: `https://actions.googleapis.com/v2/apps/${PROJECT_ID}/entities/${encodeURIComponent(entityId)}?entity.vertical=FOODORDERING`, body: {}, json: true }, (err, res, body) => { if (err) { return console.log(err); } console.log(`Response: ${JSON.stringify(res)}`) }) } deleteEntity(ENTITY_ID)
Python
โค้ดนี้ใช้ไลบรารีการตรวจสอบสิทธิ์ของ Google สำหรับ Python
from google.oauth2 import service_account from google.auth.transport.requests import AuthorizedSession import json import urllib # Service config PROJECT_ID = 'your-project-id' ENTITY_ID = 'restaurant/http://www.provider.com/somerestaurant' DELETE_TIME = '2018-04-07T14:30:00-07:00' ENDPOINT = 'https://actions.googleapis.com/v2/apps/%s/entities/%s?entity.vertical=FOODORDERING&delete_time=%s' % ( PROJECT_ID, urllib.quote(ENTITY_ID, ''), urllib.quote(DELETE_TIME, '')) # service-account.json is the service account client secret file downloaded from the # Google Cloud Console credentials = service_account.Credentials.from_service_account_file( 'service-account.json') scoped_credentials = credentials.with_scopes( ['https://www.googleapis.com/auth/assistant']) authed_session = AuthorizedSession(scoped_credentials) response = authed_session.delete(ENDPOINT) print(response.text) #if successful, will be '{}'
Java
โค้ดนี้ใช้ไลบรารีการตรวจสอบสิทธิ์ของ Google สำหรับ Java
private static final String PROJECT_ID = "your-project-id"; private static final String ENTITY_ID = "restaurant/http://www.provider.com/somerestaurant"; /** * Get the authorization token using a service account. */ private static String getAuthToken() { InputStream serviceAccountFile = Example.class.getClassLoader().getResourceAsStream("service-account.json"); ServiceAccountCredentials.Builder credentialsSimpleBuilder = ServiceAccountCredentials.fromStream(serviceAccountFile).toBuilder(); credentialsSimpleBuilder.setScopes(ImmutableList.of("https://www.googleapis.com/auth/assistant")); AccessToken accessToken = credentialsSimpleBuilder.build().refreshAccessToken(); return accessToken.getTokenValue(); } /** * Send an incremental update to delete an entity. * @param entityId The id of the entity to delete. */ public void deleteEntity(String entityId) { String authToken = getAuthToken(); String endpoint = String.format( "https://actions.googleapis.com/v2/apps/%s/entities/%s?entity.vertical=FOODORDERING", PROJECT_ID, URLEncoder.encode(entityId, "UTF-8")); // Execute DELETE request System.out.println(executeDeleteRequest(endpoint, authToken)); }
กรณีการใช้งาน
ต่อไปนี้เป็นตัวอย่างการอัปเดตที่เพิ่มขึ้น การอัปเดตฟีดแบบสมบูรณ์ และเนื้อหาในระดับสูงในการเรียก API
สถานการณ์ | เอนทิตีที่จะอัปเดต | คำอธิบายและเอฟเฟกต์ |
---|---|---|
การปิดใช้บริการ | Service |
คุณต้องปิดใช้บริการด้วยเหตุผลที่ไม่คาดคิด การอัปเดตที่เพิ่มขึ้น: อัปเดตเอนทิตี ฟีดแบบสมบูรณ์: อัปเดตเอนทิตีจากฟีดที่สมบูรณ์
ให้ตั้งค่า |
สินค้าที่เฉพาะเจาะจงหมดสต็อก | MenuItemOffer |
การอัปเดตที่เพิ่มขึ้น: ส่ง MenuItemOffer สรุป
ตั้งค่าเอนทิตีที่มี inventoryLevel เป็น 0 สำหรับ
MenuItem และข้อมูลอื่นๆ ทั้งหมดไม่เปลี่ยนแปลง |
การเปลี่ยนแปลงราคาของรายการในเมนู | MenuItemOffer |
การอัปเดตที่เพิ่มขึ้น: ส่ง MenuItemOffer สรุป
ตั้งค่าเอนทิตีที่มี price เป็นราคาที่อัปเดตแล้วสำหรับ
MenuItem และข้อมูลอื่นๆ ทั้งหมดไม่เปลี่ยนแปลง |
เพิ่มเอนทิตีระดับบนสุดใหม่ ใช้ได้กับเอนทิตีประเภท |
Menu , Restaurant , Service |
เช่น คุณต้องเพิ่มเมนูใหม่ให้ร้านอาหาร ฟีดแบบสมบูรณ์: เพิ่มเอนทิตีในฟีดข้อมูลและรอการนําเข้าแบบกลุ่ม |
ลบเอนทิตีระดับบนสุดอย่างถาวร ใช้ได้กับเอนทิตีประเภท |
Menu , Restaurant , Service |
การอัปเดตที่เพิ่มขึ้น: ส่ง อาจลบอย่างชัดแจ้ง ฟีดแบบสมบูรณ์: ตรวจสอบว่าได้นําเอนทิตีออกจากฟีดแบบสมบูรณ์ก่อน การดึงข้อมูลครั้งต่อไปโดย Google มิฉะนั้นระบบจะเพิ่มเอนทิตีอีกครั้ง |
เพิ่มพื้นที่นำส่งใหม่ในพื้นที่ที่เฉพาะเจาะจงService |
ServiceArea |
ฟีดที่เพิ่มขึ้น: ส่งเอนทิตี ServiceArea ที่เป็นปัญหาพร้อมเอนทิตีทั้งหมด
ยังเหมือนเดิม เช่นเดียวกับที่คุณทำตามปกติภายในฟีดแบบเต็ม โดยมีพื้นที่นำส่งใหม่
ที่ระบุภายใน polygon , geoRadius หรือ postalCode |
อัปเดตเวลาถึงโดยประมาณที่นำส่งใน Service |
ServiceHours |
ฟีดที่เพิ่มขึ้น: ส่ง ServiceHours เหมือนกับ
อัปเดตฟีดแล้ว ยกเว้น leadTimeMin
ตามนั้น |
อัปเดตราคาการจัดส่งเป็นสกุลเงิน Service |
Fee |
ฟีดที่เพิ่มขึ้น: ส่งการจัดส่งแบบเต็ม Fee ด้วย
อัปเดต price แล้ว |
อัปเดตเวลาจัดส่งหรือสั่งกลับบ้านใน Service |
ServiceHours |
ฟีดที่เพิ่มขึ้น: ส่ง ServiceHours เหมือนกับ
ฟีด ยกเว้นพร็อพเพอร์ตี้ opens และ closes ได้รับการอัปเดต
ตามนั้น |
Service (เปลี่ยนจำนวนการสั่งซื้อขั้นต่ำ) |
Fee |
ฟีดที่เพิ่มขึ้น: ส่ง Fee แบบเต็มด้วย
minPrice
อัปเดตแล้ว |
ลบ MenuItem อย่างถาวร |
Menu |
ฟีดที่เพิ่มขึ้น: ส่ง MenuItem เหมือนกับ
แต่ parentMenuSectionId ว่างเปล่า
|
SLO เกี่ยวกับเวลาในการประมวลผลสำหรับงานแบบกลุ่มและการอัปเดตที่เพิ่มขึ้น
เอนทิตีที่อัปเดตหรือลบผ่านกลุ่มจะได้รับการประมวลผลภายใน 2 ชั่วโมงในโหมดที่ดีที่สุด ขณะที่เอนทิตีที่อัปเดตผ่านการอัปเดตที่เพิ่มขึ้นจะได้รับการประมวลผล ใน 5 นาที เอนทิตีที่ไม่มีอัปเดตจะถูกลบใน 7 วัน
คุณจะส่งสิ่งต่อไปนี้ให้ Google ก็ได้
- งานแบบกลุ่มหลายงานต่อวันเพื่อให้สินค้าคงคลังอัปเดตอยู่เสมอ หรือ
- งานแบบกลุ่ม 1 งานต่อวันและ API ที่เพิ่มขึ้นเพื่อให้สินค้าคงคลังของคุณเป็นปัจจุบัน