방문 페이지 파일은 사용자가 Google에서 호텔 광고 가격을 클릭하고 파트너의 웹사이트로 리디렉션될 때 다양한 URL 도착 페이지를 정의하기 위해 파트너가 만드는 XML 파일입니다. Hotel Center를 사용하여 방문 페이지 파일을 업로드할 수 있습니다. 자세한 내용은 방문 페이지 관리 및 업데이트를 참고하세요.
방문 페이지 파일의 루트 요소는 <PointsOfSale>입니다. 파일의 각 방문 페이지는 <PointOfSale> 하위 요소로 정의됩니다. 방문 페이지 파일에 여러 개의 <PointOfSale> 하위 요소가 있을 수 있습니다. 하지만 모든 방문 페이지에서 동일한 파트너를 참조합니다.
이 예에서는 미국 또는 프랑스에서 영어 또는 프랑스어를 사용하는 사용자가 첫 번째 방문 페이지와 일치합니다. 이 방문 페이지에는 TravelAgency.com 및 TravelAgency.com.fr라는 두 가지 표시 이름이 있습니다. 이 두 사이트는 언어로 영어와 프랑스어를, 통화로 미국 달러와 유로를 지원합니다. 생성된 URL은 방문 페이지에 전달되며 체크인 및 체크아웃 날짜, 호텔 ID, 사용자 언어와 같은 거래 세부정보가 포함됩니다.
미국에서 스페인어를 선호하는 사용자는 두 번째 방문 페이지와 일치합니다.
하지만 이 방문 페이지는 하나의 표시 이름, 하나의 언어, 하나의 통화만 지원합니다. 또한 생성된 URL은 호텔 ID만 방문 페이지로 전송하고 체크인 날짜, 숙박 기간 또는 기타 정보는 전송하지 않습니다.
사용자가 파트너 웹사이트에서 해당 정보를 다시 입력해야 합니다.
All rights reserved. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[null,null,["최종 업데이트: 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)."]]