בעיות נפוצות
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
מידע נוסף על בעיות נפוצות וקודי שגיאה בפידים זמין במאמר קודי שגיאה בפידים.
בעיה |
סוג |
רזולוציה |
שגיאות בניתוח JSON |
תחביר |
בודקים את התחביר שמשמש במטען הייעודי (payload) של JSON. |
רסיסים חסרים |
תצורה |
חסר מספר כולל של רסיסים. |
חותמת הזמן של היצירה שגויה |
תחביר |
- צריך להשתמש בחותמת זמן שונה של יצירה להעלאות שונות של פידים.
- צריך להשתמש באותה חותמת זמן של יצירה לכל רסיס באותה העלאה של פיד.
|
אזהרות לגבי כתובת המוכר,
מספר הטלפון |
תצורה |
כתובת או מספר טלפון שגויים או חסרים. |
TIMESTAMP_OUT_OF_RANGE |
תצורה |
חותמת הזמן שצוינה היא מהעבר או שאתם שולחים פיד ישן. |
DURATION_OUT_OF_RANGE |
תצורה |
משך הזמן שלילי, גדול מדי או קטן מדי, ולכן לא מייצג משך זמן תקין. משך הזמן צריך להיות ארוך מאפס שניות וקצר מ-168 שעות. |
INVALID_TIME_RANGE |
תצורה |
- אי אפשר להשאיר את השדה 'חריגים ללוח הזמנים' ריק.
- שעת ההתחלה לא יכולה להיות לפני התאריך הנוכחי.
|
RECORD_OUT_OF_RESTRICTION |
תצורה |
כשמספקים רשומה מחוץ להגבלה בתוך ההגבלה.
לדוגמה, אם יש הגבלה על זמינות השירות מ-10 ביולי עד 11 ביולי, והתאריך 17 ביולי נכלל בהגבלה הזו.
|
AVAILABILITY_SPOT_COUNT_OUT_OF_RANGE |
תצורה |
השגיאה מתרחשת כשמספר המקומות הפנויים גדול ממספר המקומות הכולל. |
MISSING_ID |
תצורה |
מספר חשבון Merchant או מזהה שירות חסרים בפידים המתאימים. |
MISSING_NAME |
תצורה |
שם המוֹכר או שם השירות חסרים בפידים המתאימים. |
MISSING_ADDRESS |
תצורה |
כתובת המוכר חסרה בפיד של Merchant Center. |
MISSING_RESOURCES |
תצורה |
משאבים לא שלמים מתעדכנים.
דוגמה לתרחיש שבו מזהה החדר מסופק אבל שם החדר חסר. |
MISSING_REQUIRED_FIELD |
תצורה |
פידים שחסרים בהם שדות חובה, כמו מזהה מוֹכר, שם מוֹכר, מזהה שירות ושם שירות. |
BAD_OR_INELIGIBLE_URL |
תצורה |
כתובות URL שלא נתמכות ב-Google וכתובות URL מזיקות. |
INVALID_SCHEDULING_RULES |
תצורה |
הכללים שצוינו לתזמון השירות לא תקינים. |
DUPLICATE_SERVICES |
תצורה |
שירותים שונים עם אותו שם ומשך. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[],[],null,["# Common Issues\n\nFor more information on common issues and error codes in feeds, see\n[Feed Error Codes](/actions-center/verticals/reservations/e2e/reference/feeds/feed-errors).\n\n| Issue | Type | Resolution |\n|-----------------------------------------|--------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| JSON parsing errors | Syntax | Review the syntax used in the JSON payload. |\n| Missing shards | Config | Missing total shards. |\n| Incorrect generation timestamp | Syntax | 1. Use different generation timestamp for different Feed uploads. 2. Use the same generation timestamp for every shard within the same Feed upload. |\n| Merchant address, phone number warnings | Config | Incorrect or missing address or phone number. |\n| `TIMESTAMP_OUT_OF_RANGE` | Config | Timestamp provided in the past or sending old feed. |\n| `DURATION_OUT_OF_RANGE` | Config | Duration is either negative, too large, or too small to represent a valid duration. The duration must be greater than zero seconds and less than 168 hours. |\n| `INVALID_TIME_RANGE` | Config | 1. Schedule exceptions shouldn't be empty. 2. Start time shouldn't be less than the current date. |\n| `RECORD_OUT_OF_RESTRICTION` | Config | When a record is provided out of restriction within the restriction. For example, if there is a restriction on service availability from July 10 to July 11, and July 17 is provided within this restriction. |\n| `AVAILABILITY_SPOT_COUNT_OUT_OF_RANGE` | Config | Caused when the number of spots open are greater than the number of total spots. |\n| `MISSING_ID` | Config | Missing merchant ID or Service ID in respective feeds. |\n| `MISSING_NAME` | Config | Missing merchant name or Service name in respective feeds. |\n| `MISSING_ADDRESS` | Config | Missing address of the merchant in Merchant Feed. |\n| `MISSING_RESOURCES` | Config | Incomplete resources are updated. Example scenario includes when room ID is provided but the name of the room is missing. |\n| `MISSING_REQUIRED_FIELD` | Config | Feeds missing required fields, such as Merchant ID, Merchant name, Service ID, and Service name. |\n| `BAD_OR_INELIGIBLE_URL` | Config | URLs that aren't supported on Google, and URLs that are harmful. |\n| `INVALID_SCHEDULING_RULES` | Config | Invalid service scheduling rules provided. |\n| `DUPLICATE_SERVICES` | Config | Different services with the same name and duration. |"]]