קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
קובץ של דף נחיתה הוא קובץ XML שהשותפים יוצרים כדי להגדיר יעדים שונים של כתובות URL, כשמשתמש לוחץ על מחיר של מודעה לקידום מלונות ב-Google ומופנה לאתר של שותף. אפשר להעלות קובץ של דף נחיתה באמצעות Hotel Center. פרטים נוספים זמינים במאמר ניהול ועדכון של דפי הנחיתה.
רכיב הבסיס של קובץ דף הנחיתה הוא <PointsOfSale>. כל דף נחיתה בקובץ מוגדר על ידי אלמנט צאצא מסוג <PointOfSale>. אפשר לכלול כמה רכיבי <PointOfSale> צאצאים בקובץ של דף נחיתה. עם זאת, כל דפי הנחיתה מפנים לאותו שותף.
דוגמה
בדוגמה הבאה מוצג קובץ של דף נחיתה שמגדיר שני דפי נחיתה:
בדוגמה הזו, משתמשים שהשפה המועדפת שלהם היא אנגלית או צרפתית בארה"ב או בצרפת יתואמים לדף הנחיתה הראשון. לדף הנחיתה הזה יש שני שמות תצוגה:
TravelAgency.com ו-TravelAgency.com.fr. בשני האתרים האלה יש תמיכה בשפות אנגלית וצרפתית ובמטבעות דולר ארה"ב ואירו. כתובת ה-URL שנוצרת ומועברת לדף הנחיתה כוללת פרטים על העסקה, כמו תאריכי הצ'ק-אין והצ'ק-אאוט, מזהה המלון ושפת המשתמש.
משתמש עם שפת ברירת המחדל ספרדית בארה"ב יתאים לדף הנחיתה השני.
עם זאת, בדף הנחיתה הזה אפשר להגדיר רק שם מוצג אחד, שפה אחת ומטבע אחד. בנוסף, כתובת ה-URL שנוצרת שולחת רק את מזהה המלון לדף הנחיתה, ולא שולחת את תאריך הצ'ק-אין, משך השהייה או מידע אחר.
המשתמש צריך להזין את הפרטים האלה שוב באתר של השותף.
כל הזכויות שמורות. Java הוא סימן מסחרי רשום של Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון 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"]],["עדכון אחרון: 2025-07-25 (שעון UTC)."],[[["\u003cp\u003eA landing page file, uploaded via Hotel Center, directs users from Hotel Ads to specific URLs on a partner's website based on criteria like language and country.\u003c/p\u003e\n"],["\u003cp\u003eEach landing page file can define multiple landing pages using \u003ccode\u003e<PointOfSale>\u003c/code\u003e elements but must be associated with a single partner.\u003c/p\u003e\n"],["\u003cp\u003eLanding pages can be customized to include transaction details like check-in/out dates, hotel ID, and user language in the redirected URL.\u003c/p\u003e\n"],["\u003cp\u003ePartners can tailor the display name of their landing pages for different languages to enhance user experience.\u003c/p\u003e\n"]]],[],null,["# Landing pages overview\n\nA landing page file is an XML file that partners create to define various URL\ndestinations when a user clicks on a Hotel Ad price on Google and it gets\nredirected to a partner's website. You can upload a landing page file using\nHotel Center. For details, refer to\n[Manage and update your landing pages](https://support.google.com/hotelprices/answer/9457428).\n\nThe root element of the landing page file is `\u003cPointsOfSale\u003e`. Each landing page\nin the file is defined by a `\u003cPointOfSale\u003e` child element. You can have multiple\n`\u003cPointOfSale\u003e` child elements in a landing page file. However, all landing\npages refer to the same partner.\n| **Key Point:** You cannot use a single landing page file to define landing pages for more than one partner.\n\n### Example\n\nThe following example shows a landing page file that defines two landing pages: \n\n \u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\n \u003cPointsOfSale\u003e\n \u003cPointOfSale id=\"TravelAgency\"\u003e\n \u003cDisplayNames display_text=\"TravelAgency.com\" display_language=\"en\"/\u003e\n \u003cDisplayNames display_text=\"TravelAgency.com.fr\" display_language=\"fr\"/\u003e\n \u003cMatch status=\"yes\" language=\"en\"/\u003e\n \u003cMatch status=\"yes\" language=\"fr\"/\u003e\n \u003cMatch status=\"yes\" country=\"US\"/\u003e\n \u003cMatch status=\"yes\" country=\"FR\"/\u003e\n \u003cMatch status=\"yes\" currency=\"USD\"/\u003e\n \u003cMatch status=\"yes\" currency=\"EUR\"/\u003e\n \u003cURL\u003ehttp://partner.com/landing?hid=(PARTNER-HOTEL-ID)&checkin=(CHECKINYEAR)-(CHECKINMONTH)-(CHECKINDAY)&checkout=(CHECKOUTYEAR)-(CHECKOUTMONTH)-(CHECKOUTDAY)&language=(USER-LANGUAGE)\u003c/URL\u003e\n \u003c/PointOfSale\u003e\n \u003cPointOfSale id=\"Others\"\u003e\n \u003cDisplayNames display_text=\"TravelAgency en espanol\" display_language=\"es\"/\u003e\n \u003cMatch status=\"yes\" language=\"es\"/\u003e\n \u003cMatch status=\"yes\" country=\"US\"/\u003e\n \u003cMatch status=\"yes\" currency=\"USD\"/\u003e\n \u003cURL\u003ehttp://partner-espanol.com/landing?hotelID=(PARTNER-HOTEL-ID)\u003c/URL\u003e\n \u003c/PointOfSale\u003e\n \u003c/PointsOfSale\u003e\n\nIn this example, English or French preferred users in the US or France\nwould match the first landing page. This landing page has two display names:\n`TravelAgency.com` and `TravelAgency.com.fr`. These two sites support English\nand French for languages, and US dollars and Euros for currencies. The generated\nURL that is passed to the landing page includes details about the transaction,\nsuch as the check-in and check-out dates, hotel ID, and user language.\n\nA Spanish preferred user in the US would match the second landing page.\nHowever, this landing page supports only one display name, one language, and\none currency. Also, the generated URL only sends the hotel ID to the landing\npage and doesn't send the check-in date, length of stay or any other information.\nThe user should input those information again on the partner's website.\n\nFor more information, refer to\n[Landing Pages File Syntax](/hotels/hotel-prices/dev-guide/pos-syntax)."]]