將動態饋給提交給 Google 之前,您可以先使用已發布的動態饋給進行驗證 結構定義
下表列出可用來驗證的可用結構定義 並用於以下項目:
下載結構定義 | 適用的價格放送模式 | 結構定義位置 |
---|---|---|
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
檔案
動態饋給結構定義並顯示錯誤 (如果有的話):
xmllint --noout --schema http://gstatic.com/localfeed/local_feed.xsd myfeed.xml