Set-Up Google Ads and Facebook Pixel Conversion Tracking

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.


Enabling Conversion Tracking

Once Google Tag Manager or Facebook Pixel are enabled, the conversion tracking fields will appear at the bottom of your Website Tags section.

Tracking Events

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:

  • Contact: Enquiry, Callback, Test Drive, Part Exchange, Viewing, Offer, Source Vehicle
  • Vehicle: Enquiry, Callback, Test Drive, Part Exchange, Viewing, Offer, Reservation, Source Vehicle
  • Valuation: Part Exchange, Sell Vehicle

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.

Default Event (No Specific Event)

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.

Tag Format

When adding tags the full tag can be copied from Google/Facebook and MotorDesk will remove what it doesn't need. e.g.

Google
gtag('event', 'conversion', {
'send_to': 'AW-12345678/AAAAAAAAAAAAA',
'value': 1.0,
'currency': 'GBP'
});

Facebook
fbq('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.

Text 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%


Related Documentation