تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
ملف الصفحة المقصودة هو ملف XML ينشئه الشركاء لتحديد وجهات عناوين URL المختلفة عندما ينقر مستخدم على سعر إعلان فندق على Google ويتم توجيهه
إلى الموقع الإلكتروني الخاص بالشريك. يمكنك تحميل ملف صفحة مقصودة باستخدام
Hotel Center. لمعرفة التفاصيل، يُرجى الاطّلاع على مقالة
إدارة صفحاتك المقصودة وتعديلها.
العنصر الجذر لملف الصفحة المقصودة هو <PointsOfSale>. يتم تعريف كل صفحة مقصودة
في الملف من خلال عنصر ثانوي من النوع <PointOfSale>. يمكنك استخدام عدة
<PointOfSale> عناصر ثانوية في ملف الصفحة المقصودة. ومع ذلك، تشير جميع الصفحات المقصودة
إلى الشريك نفسه.
مثال
يعرض المثال التالي ملف صفحة مقصودة يحدّد صفحتَين مقصودتَين:
في هذا المثال، سيتم مطابقة الصفحة المقصودة الأولى مع المستخدمين الذين يفضّلون اللغة الإنجليزية أو الفرنسية في الولايات المتحدة أو فرنسا. تحتوي هذه الصفحة المقصودة على اسمَين معروضَين:
TravelAgency.com وTravelAgency.com.fr. يتيح هذان الموقعان الإلكترونيان استخدام اللغتَين الإنجليزية
والفرنسية، والدولار الأمريكي واليورو كعملتَين. يتضمّن عنوان URL الذي تم إنشاؤه ونقله إلى الصفحة المقصودة تفاصيل عن المعاملة،
مثل تاريخَي تسجيل الوصول والمغادرة ورقم تعريف الفندق ولغة المستخدم.
سيطابق المستخدم الذي يفضّل اللغة الإسبانية في الولايات المتحدة الصفحة المقصودة الثانية.
ومع ذلك، لا تتيح هذه الصفحة المقصودة سوى اسم معروض واحد ولغة واحدة
وعملة واحدة. بالإضافة إلى ذلك، لا يرسل عنوان URL الذي تم إنشاؤه سوى معرّف الفندق إلى الصفحة المقصودة
، ولا يرسل تاريخ تسجيل الوصول أو مدة الإقامة أو أي معلومات أخرى.
على المستخدم إدخال هذه المعلومات مرة أخرى على الموقع الإلكتروني للشريك.
جميع الحقوق محفوظة. إنّ Java علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\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)."]]