Vast.com
Advertisers

Example Tickets Feed

XML

<?xml version="1.0" encoding="utf-8"?>
<!-- Example of xml feed format to send ticket listings to Vast.com. -->
<listings>
    <listing>
        <record_id>12345678</record_id>
        <title>Washington Huskies Football Tickets</title>
        <url>http://www.yoursite.com/ticket/12345678.html</url>
        <category>Tickets</category>
        <subcategory>sport</subcategory>
        <image_url>http://www.yoursite.com/ticket/12345678.jpg</image_url>
        <city>San Francisco</city>
        <state>CA</state>
        <zip>94105</zip>
        <country>United States</country>
        <section>110</section>
        <row>G</row>
        <currency>USD</currency>
        <price>85.00</price>
        <description> Washington Huskies Football Tickets on 11/3/2007 at Stanford Stadium</description>
        <listing_time>2007-09-16-12:00:00</listing_time>
        <expire_time>2007-10-16-12:00:00</expire_time>
    </listing>
</listings>

line feeds (tsv, csv, bsv)

Use same fields as shown above for xml feed separated by respecting char separator ('\t', ',' or '|').

record_id title url category subcategory ..... listing_time expire_time
12345678 Washington Huskies Football Tickets http://www.yoursite.com/ticket/12345678.html Tickets sport ..... 2007-09-16-12:00:00 2007-10-16-12:00:00