MotorDesk supports Google and Facebook conversion tracking for individual form confirmation pages on your dealership website, this functionality is enable via the Website -> Settings -> Tags section of your MotorDesk account. The Google Tag Manager and Facebook Pixel tags must be enabled for the relevant conversion tracking, you can use either or both.
Once Google Tag Manager or Facebook Pixel are enabled, the conversion tracking fields will appear at the bottom of your Website Tags section.
The different events from your website that you can track are related to your Contact Form, Vehicle Enquiry Form, Vehicle Reservation Form, and Valuation Form:
Note, by default the vehicle part exchange form page uses the valuation form module and not the vehicle enquiry form, but you can have a vehicle enquiry form with the part exchange type if you wish. The different types are set in the form module settings.
The default type is used when a different type is not set, but the default is unique to each platform - default events are only triggered if another event is not triggered, and are handled independently for each platform. For example, if the Vehicle Callback event is triggered for Google then the Vehicle Default event will not be triggered for Google, but would still be triggered for Facebook assuming Facebook didn't have it's own Vehicle Callback event.
When adding tags the full tag can be copied from Google/Facebook and MotorDesk will remove what it doesn't need. e.g.
Googlegtag('event', 'conversion', {
'send_to': 'AW-12345678/AAAAAAAAAAAAA',
'value': 1.0,
'currency': 'GBP'
});
Facebookfbq('track', 'Purchase', {currency: "GBP", value: 1.00});
Your conversion tracking tags can be located via your Google and Facebook accounts, please note MotorDesk support can not assist with locating or setting up your tags.
The following text tags can be included in your tracking tags to automatically incorporate user data:
%CONTACT_EMAIL%
%CONTACT_NAME%
%VEHICLE_ID%
%VEHICLE_TAG%
%VEHICLE_REGISTRATION%