Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.01 KB

validate-pos-feed.md

File metadata and controls

18 lines (14 loc) · 1.01 KB
title description ms.service ms.topic author ms.author
Validating your Landing pages feed (formerly Points of sale (POS) feed)
Shows how to validate your landing pages feed file before sending it to Microsoft Advertising.
bing-ads-hotel-service
article
jonmeyers
jonmeyers

Validate your Landing pages feed (formerly Points of sale (POS) feed)

Microsoft provides the PointsOfSale XSD that you use to validate your landing pages feed before sending it to Microsoft. This saves time and round trips by catching document syntax errors. You should always validate your feed file before sending it to Microsoft. Because the PointsOfSale XSD references the PrivateRates XSD, you'll need to copy it locally, too.

The following example shows using xmllint to validate the SamplePointsOfSale.xml feed file.

xmllint.exe --schema point_of_sale.xsd SamplePointsOfSale.xml