Auto-lead Data Format
From Wikipedia, the free encyclopedia
|
|
The topic of this article may not meet Wikipedia's general notability guideline. Please help to establish notability by adding reliable, secondary sources about the topic. If notability cannot be established, the article is likely to be merged, redirected, or deleted. (October 2011) |
| This article is an orphan, as few or no other articles link to it. Please introduce links to this page from related articles; suggestions may be available. (February 2009) |
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.
[edit] 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>
[edit] External links
- Official ADF Specification (PDF)
- ADF Information and Help from DealerApex.com
- ADF DTD and XML Validation Tool
| This programming language-related article is a stub. You can help Wikipedia by expanding it. |