Skip to content

Dealersocket

Dealerstudio has the ability to push to Dealer Socket, however it requires the dealer to provide an email address connected with Dealer Socket so that the leads can be pushed in. The leads are then pushed into Dealer Socket using an XML format. A dealer can also provide multiple Dealer Socket email addresses, where each email address corresponds to a different location/bucket within Dealer Socket.

The lead is sent in ADF (Auto-lead Data Format) XML. A typical payload looks like this:

<?xml version="1.0"?>
<adf>
<prospect>
<id sequence="1" source="examplemotors.com.au">examplemotors.com.au-123456</id>
<requestdate>24-08-18 09:15:00</requestdate>
<vehicle interest="buy" status="new">
<year>2024</year>
<make>Toyota</make>
<model>RAV4</model>
<vin>JTMWFREVXHD000000</vin>
<stock>STK1234</stock>
<odometer>15</odometer>
<price>45990</price>
<comments>I'd like a quote on the RAV4 Cruiser.</comments>
</vehicle>
<customer>
<contact>
<name part="first">Jane</name>
<name part="last">Smith</name>
<email>jane.smith@example.com</email>
<phone type="cellphone" time="nopreference">0400000000</phone>
</contact>
<comments>I'd like a quote on the RAV4 Cruiser.</comments>
</customer>
<vendor>
<id sequence="1" source="examplemotors.com.au">DS-CODE-123</id>
<vendorname>Example Motors</vendorname>
</vendor>
<provider>
<name>examplemotors.com.au</name>
</provider>
</prospect>
</adf>
XML elementDealer Studio data
prospect > idWebsite domain (or dealership name) combined with the lead id
requestdateLead created date/time
vehicle (interest="buy", status)Vehicle of interest; status is new or used based on the car or enquiry type. Included only when vehicle details are present
vehicle > year/make/model/vin/stock/odometer/priceThe car of interest (make/model fall back to the manufacturer and enquiry details)
vehicle > commentsThe customer’s enquiry message
customer > contact > nameCustomer first and last name
customer > contact > emailCustomer email
customer > contact > phoneCustomer phone number
customer > commentsThe customer’s enquiry message (plus any deposit/reservation notes)
vendor > idDealerSocket code (used to route the lead to the correct bucket/location)
vendor > vendornameConfigured vendor name, otherwise the website name
provider > nameConfigured provider name, otherwise the website domain, source, or dealership name

In the United States, Dealer Studio can push into Dealer Socket via API. Please contact the support team to set this up.