Wikipedia

Auto-lead Data Format

Auto-lead Data Format (ADF) is an open XML-based standard specifically for communicating consumer purchase requests to automotive dealerships. Thirteen leading automotive-related Internet companies developed the ADF standard, and now many vendors of Customer Retention Management systems serving the automotive industry support ADF.

Example XML File

The example found in the Official ADF Specifications (PDF) does not pass XML validation and files based on this example may be rejected by ADF lead software. Below is an example that passes XML validation and has been accepted and parsed by ADF lead software:

<?xml version="1.0" encoding="UTF-8"?> <?adf version="1.0"?> <adf> <prospect> <requestdate>2000-03-30T15:30:20-08:0</requestdate> <vehicle> <year>2008</year> <make>Make</make> <model>Model</model> </vehicle> <customer> <contact> <name part="first">First</name> <name part="last">Last</name> <phone>323-223-3322</phone> <email>emailaddress</email> </contact> </customer> <vendor> <contact> <name part="full">Dealer Name</name> </contact> </vendor> </prospect> </adf> 

Mime Type

As this is not an IETF standard, the recommended mime type to use is application/x-adf+xml

See also

External links


This article is copied from an article on Wikipedia® - the free encyclopedia created and edited by its online user community. The text was not checked or edited by anyone on our staff. Although the vast majority of Wikipedia® encyclopedia articles provide accurate and timely information, please do not assume the accuracy of any particular article. This article is distributed under the terms of GNU Free Documentation License.

Copyright © 2003-2025 Farlex, Inc Disclaimer
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional.