酒店广告架构

在将 Feed 提交给 Google 之前,您可以使用已发布的 架构。

下表列出了可用于验证的可用架构 您的 Feed 依据:

架构下载 适用的定价传送模式 架构位置
Hotel List 全部 gstatic.com/localfeed/local_feed.xsd
Landing pages 全部 gstatic.com/ads-travel/hotels/api/point_of_sale.xsd
Transaction (Property Data) ARI gstatic.com/ads-travel/hotels/api/transaction_property_data.xsd
Transaction (Property Data) Response ARI gstatic.com/ads-travel/hotels/api/transaction_property_data_response.xsd
OTA_HotelRateAmountNotifRQ ARI gstatic.com/ads-travel/hotels/api/ota_hotel_rate_amount_notif_rq.xsd
OTA_HotelRateAmountNotifRS ARI gstatic.com/ads-travel/hotels/api/ota_hotel_rate_amount_notif_rs.xsd
OTA_HotelAvailNotifRQ ARI gstatic.com/ads-travel/hotels/api/ota_hotel_avail_notif_rq.xsd
OTA_HotelAvailNotifRS ARI gstatic.com/ads-travel/hotels/api/ota_hotel_avail_notif_rs.xsd
OTA_HotelInvCountNotifRQ ARI gstatic.com/ads-travel/hotels/api/ota_hotel_inv_count_notif_rq.xsd
OTA_HotelInvCountNotifRS ARI gstatic.com/ads-travel/hotels/api/ota_hotel_inv_count_notif_rs.xsd
TaxFeeInfo ARI gstatic.com/ads-travel/hotels/api/tax_fee_info.xsd
TaxFeeInfoResponse ARI gstatic.com/ads-travel/hotels/api/tax_fee_info_response.xsd
Promotions ARI gstatic.com/ads-travel/hotels/api/promotions.xsd
PromotionsResponse ARI gstatic.com/ads-travel/hotels/api/promotions_response.xsd
RateModifications ARI gstatic.com/ads-travel/hotels/api/rate_modifications.xsd
RateModificationsResponse ARI gstatic.com/ads-travel/hotels/api/rate_modifications_response.xsd
Transaction 拉取、价格更改 gstatic.com/ads-travel/hotels/api/transaction.xsd
Rate rules 拉取、价格更改 gstatic.com/ads-travel/hotels/api/private_rates.xsd
Hint Response 价格更改 gstatic.com/ads-travel/hotels/api/hint.xsd
Query (from Google to partners) 拉取、价格更改、实时价格查询 gstatic.com/ads-travel/hotels/api/query.xsd

如何验证文件

如需使用这些架构验证文件,您可以使用第三方 XML 工具 例如 xmllint

使用 xmllint 验证架构的语法如下:

xmllint --schema schema_location file_to_validate

以下示例会根据mypriceupdates.xml 交易消息架构:

xmllint --schema http://gstatic.com/ads-travel/hotels/api/transaction.xsd mypriceupdates.xml

以下示例会根据酒店列表验证 myfeed.xml 文件 Feed 架构并显示错误(如果存在):

xmllint --noout --schema http://gstatic.com/localfeed/local_feed.xsd myfeed.xml