ADF / XML Format is an Industry Standard
Auto Data Format is the standard data delivery format for the automotive industry.
Formatted leads are distributed via email and the contents of the email are formatted like the example below.
This basic samle shows what the body section of a TEXT email (not multi-part, not html)
would look like if it were formatted in ADF / XML.
Return to list of features
<?xml version="1.0" encoding="UTF-8"?>
<?ADF VERSION="1.0"?>
<adf>
<prospect>
<id sequence="uniqueLeadId" source="name of promotion"></id>
<requestdate>2008-06-25T8:47:50</requestdate>
<vehicle interest="buy" status="used">
<vin>2G4WF52L6S1472882</vin>
<year>1995</year>
<make>BUICK</make>
<model>Regal</model>
<stock>12886</stock>
</vehicle>
<customer>
<contact>
<name part="first" type="individual">Johnny</name>
<name part="last" type="individual">Customer</name>
<email>johnny@customer.com</email>
<phone type="home">857-485-7485</phone>
<phone type="work">867-586-7584</phone>
<phone type="mobile">979-685-9685</phone>
</contact>
<comments>What is your best price?</comments>
</customer>
<vendor>
<contact>
<name part="full">Name of lead provider or web-site</name>
<email>johnny@vendor.com</email>
<phone type="business">857-485-7485</phone>
</contact>
</vendor>
</prospect>
</adf>