MotorDesk supports Google and Facebook conversion tracking for individual form confirmation pages on your dealership website, this functionality is enabled 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, and 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. However, you can use a vehicle enquiry form with the part exchange type if you prefer. The form type can be set in the module's settings.
The default type is used when no other type is set, but this default is unique to each platform. Default events are only triggered if no other event is triggered and they are managed independently for each platform. For example, if the Vehicle Callback event is triggered for Google, the Vehicle Default event will not be triggered for Google, but it will still be triggered for Facebook - provided Facebook does not have its 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 cannot 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%