Skip to main content
Skip to Action Bar
Sales:
(949) 382-7050
Service:
(949) 382-7050
20 Auto Center Dr, Irvine, CA 92618
Open Today
Sales:
9 AM-8 PM
Open Today
Service:
7 AM-6 PM
Home
Show
New
View All New Models
Jetta
Jetta GLI
Atlas
Atlas Cross Sport
Taos
Tiguan
ID. Buzz
Golf GTI
Golf R
ID.4
Shop All Models
Buy Online
Online Buying + Home Delivery
Volkswagen ID.4 Electric Vehicle
The ID. Buzz
Value My Trade
Sedans
Jetta
Jetta GLI
SUVs & Wagons
Atlas
Atlas Cross Sport
Taos
Tiguan
Compacts
Golf GTI
Golf R
Electric
ID.4
ID. Buzz
Show
Used
View All Used Vehicles
Certified Pre-Owned Vehicles
Priced Under $20k
Value My Trade
About VW CPO
Show
Specials
Our New Vehicle Specials
Used Vehicle Specials
Service & Parts Offers
Premium Maintenance Offers
College Grad Bonus Program
Show
Service
Service Center
Parts Center
Schedule Service
Order Parts
Service & Parts Specials
Premium Maintenance Offers
Collision Center
Service Credit Card
Accessorize My VW
Driver Gear
VW Care Maintenance
VW Carefree Scheduled Maintenance
VW Service Financing
Show
Finance
Finance Center
Apply for Financing
Value My Trade
Lease Return
Payment Calculator
Trade In or Sell Used Volkswagen near Los Angeles, CA
Show
About
About Us
Contact Us
Wolfsburg Crest Club Award
Why Buy?
Hablamos Español
Show
Research
2025 Volkswagen ID. Buzz Electric Bus
Show
Volkswagen Dealer near Me
Electric Vehicles for Sale near Me
Used Car Dealer near Me
VW ID.4 EV Reviews
VW vs. The Competition
Volkswagen Reviews
Benefits of Buying an Electric Vehicle
Volkswagen Atlas
Volkswagen Atlas Cross Sport
Volkswagen Golf R
Volkswagen ID.4
Volkswagen Jetta
Volkswagen Taos
Volkswagen Tiguan
Volkswagen ID. Buzz
Sales FAQs
Meet Our Staff
Careers
Customer Testimonials
Safe and Secure
e.g. Red Sedan...
Language
English
Spanish
Norm Reeves Volkswagen
English
Sales
Service
Location
Schedule Service
Menu
0 ) self.customEvent = eventName; break; case "advanced": self.advancedLeadTracking() break; case "url": var url = location.href; var searchString = new RegExp(self.events[eventName].value, "g"); if(url.search(searchString) !== -1) self.customEvent = eventName; break; case "click": var clickEvent = eventName; $("body").on('click', self.events[eventName].value, {name: self.events[eventName].name}, self.fireClickEvent); break; } } } self.fireFacebookEvents(); }, advancedLeadTracking: function() { jQuery(document).bind('di_event', function(e, data) { let eventData = {} // console.log("EVENT", data) // set up consistent data that is sent regardless of event type eventData.visit_id = data.visit_id eventData.visitor_id = data.visitor_id // attach data based on event type/name switch (data.name) { case "chat": eventData.type = "chat" eventData.label = data.label eventData.chatName = data.custom_data.provider.name eventData.name = data.custom_data.provider.firstName + " " + data.custom_data.provider.lastName console.log("FB tracking Conversations", eventData) fbq('trackCustom', "Chat", eventData, {eventID: radarTracking.FacebookEventID}) break case "form_submit": eventData.type = "form_submit" eventData.form_name = data.custom_data.form.name eventData.form_type = data.custom_data.lead.entry.type console.log("FB tracking Form Submit", eventData) fbq('trackCustom', "FormSubmit", eventData, {eventID: radarTracking.FacebookEventID}) fbq('track', "Lead", eventData, {eventID: radarTracking.FacebookEventID}) break case "click": if (data.label === "Call") { eventData.type = "click_to_call" eventData.department = data.custom_data.call.department console.log("FB tracking Click To Call", eventData) fbq('trackCustom', "ClickToCall", eventData, {eventID: radarTracking.FacebookEventID}) } break } }); }, fireClickEvent: function(e) { let customData = {}; customData.leadTriggerClasses = $(e.currentTarget).attr('class'); customData.leadTriggerText = $(e.target).text(); console.log(e.target, "The above element was clicked, which sends this FB Remarketing Event: '" + e.data.name + "'"); fbq('trackCustom', e.data.name, customData, {eventID: radarTracking.FacebookEventID}); }, fireFacebookEvents: function() { var self = this; // Enqueue the `fbevents.js` script self.facebookPixels = ["1666893403531216"]; !function(f,b,e,v,n,t,s) {if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)}; if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0'; n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0]; s.parentNode.insertBefore(t,s)}(window, document,'script', 'https://connect.facebook.net/en_US/fbevents.js'); // Create the `fqb` event fbq('dataProcessingOptions', [], {eventID: radarTracking.FacebookEventID}); fbq('init', '1666893403531216', {eventID: radarTracking.FacebookEventID}); // Handle any found custom events if(self.customEvent) { console.log("FB Remarketing Event: '" + self.customEvent + "'"); if(self.customEvent == "VDP" && typeof inventory_localization == "object") { var customData = inventory_localization.vehicle; console.log(customData); fbq('trackCustom', self.customEvent, customData, {eventID: radarTracking.FacebookEventID}); } else { fbq('trackCustom', self.customEvent, {eventID: radarTracking.FacebookEventID}); var vins = []; $('.vehicle-wrap').each(function (i, el) { vins.push($(this).find('div[data-vin]').data('vin')); }); if(vins.length === 0){ $('.vehicle-overview').each(function (i, el) { vins.push($(this).attr('id')); }); } if (self.customEvent == 'LSRP') { document.addEventListener('lightning-vrp-did-change', function(e) { var vins = [] $('#lvrp-results-wrapper .result-wrap').each(function(i, el) { var vehicleVin = $(el).data('vehicle-vin') vins.push(vehicleVin) }) fbq('track', 'Search', { content_type: 'vehicle', // REQUIRED: DO NOT change this, must be set to 'vehicle' content_ids: vins, }, {eventID: radarTracking.FacebookEventID}); }); } else { fbq('track', 'Search', { content_type: 'vehicle', // REQUIRED: DO NOT change this, must be set to 'vehicle' content_ids: vins, }, {eventID: radarTracking.FacebookEventID}); } } $(document).ready(function(){ jQuery(document).on('savethings-save-vehicle', function(e, data){ var info = $(data)[0]['attributes']; var id = info['data-remote-id']. value; var make = info['data-make']. value; var model = info['data-model']. value; var year = info['data-year']. value; fbq('track', 'AddToWishlist', { content_type: 'vehicle', // REQUIRED: DO NOT change this, must be set to 'vehicle' content_ids: [id], make: make, model: model, year: year, currency: 'USD' }, {eventID: radarTracking.FacebookEventID}); }); jQuery(document).on('click','.list-save', function(e){ fbq('track', 'AddToWishlist', { content_type: 'vehicle', // REQUIRED: DO NOT change this, must be set to 'vehicle' content_ids: [''], make: '', model: '', year: '', currency: 'USD' }, {eventID: radarTracking.FacebookEventID}); }); }); self.pixelFired = true; } // Send the pageview fbq('track', 'PageView', {}, {eventID: radarTracking.FacebookEventID}); } }; $DealerInspire_FacebookEvents.init(); });
Blog Posts Sitemap
¿Por qué están rechinando mis frenos?
Cómo revisar el refrigerante del motor dentro de su Volkswagen
Omomo Tea Shoppe
Head to the OC Vegan Fest in Santa Ana CA
2019 Wolfsburg Crest Club Award Winners: Norm Reeves Volkswagen
Pubs Mission Viejo, CA
Transmission Flushes Explained
How to Check the Engine Coolant Inside Your Volkswagen
Signs That It’s Time to Replace Your Ignition Coil
Why Are My Brakes Squeaking?
Renegade Santa Run in Irvine CA
Do the OC Turkey Trot 5K!
The Best Cars for Surfers
Celebrate National Ice Cream Day at Cauldron Ice Cream
The Best Vehicles for Pets
Best Wedding Bakeries in Orange County CA
Best Healthy Breakfast Orange County CA
The Best Local Restaurants to Visit After the Coastal Country Jam
Feel That Sweet Burn at the Best Spin Classes near Irvine, CA
Treat Yourself with the Best Spas in Irvine, CA
Gluten-Free Restaurants Near Irvine CA
Be the Best You with these Irvine Physical Therapists
Get Ready to Gorge: The Best Brunch near Irvine, CA
Community Help in Mission Viejo CA
New VW Models 2019 for Sale in Irvine CA
Are You Ready for the Top 5K Runs near Irvine CA?
Finding Christmas Trees near Santa Ana CA
Running Around California: Races near Orange County CA
Thanksgiving Catering in Irvine CA
Try a New Happy Hour Spot in Irvine CA
Wineries near Irvine CA to Pair with the Perfect Evening
Where to Celebrate Oktoberfest in Orange County CA
Restaurants in Irvine CA You Have to Try this Summer
Does the 2018 VW Atlas Come with a Diesel Engine?
When Is the 2018 Volkswagen Tiguan Release Date?
Most Fuel-Efficient Volkswagen Vehicles for Business Commuters
Volkswagen Golf TSI Receives 2015 Best Engine Award
Call Now
Search
Contact Us
×
Search Vehicles
Search By Keyword:
Search By Keyword
Search By Filters:
type
year
make
model
Search
Contact Us
Main
(949) 382-7050
Parts
(949) 382-7050
Mobile Parts
(949) 382-7050
Sales
(949) 382-7050
Mobile Sales
(949) 382-7050
Service
(949) 382-7050
Mobile Service
(949) 382-7050
20 Auto Center Dr
Irvine, CA 92618
Get Directions
Select Language
English
Spanish
Get Directions
20 Auto Center Dr, Irvine, CA, 92618
Enter Your Starting Address
Menu
Home
New
View All New Models
Jetta
Jetta GLI
Atlas
Atlas Cross Sport
Taos
Tiguan
ID. Buzz
Golf GTI
Golf R
ID.4
Shop All Models
Buy Online
Online Buying + Home Delivery
Volkswagen ID.4 Electric Vehicle
The ID. Buzz
Value My Trade
Sedans
Jetta
Jetta GLI
SUVs & Wagons
Atlas
Atlas Cross Sport
Taos
Tiguan
Compacts
Golf GTI
Golf R
Electric
ID.4
ID. Buzz
Used
View All Used Vehicles
Certified Pre-Owned Vehicles
Priced Under $20k
Value My Trade
About VW CPO
Specials
Our New Vehicle Specials
Used Vehicle Specials
Service & Parts Offers
Premium Maintenance Offers
College Grad Bonus Program
Service
Service Center
Parts Center
Schedule Service
Order Parts
Service & Parts Specials
Premium Maintenance Offers
Collision Center
Service Credit Card
Accessorize My VW
Driver Gear
VW Care Maintenance
VW Carefree Scheduled Maintenance
VW Service Financing
Finance
Finance Center
Apply for Financing
Value My Trade
Lease Return
Payment Calculator
Trade In or Sell Used Volkswagen near Los Angeles, CA
About
About Us
Contact Us
Wolfsburg Crest Club Award
Why Buy?
Hablamos Español
Research
2025 Volkswagen ID. Buzz Electric Bus
Volkswagen Dealer near Me
Electric Vehicles for Sale near Me
Used Car Dealer near Me
VW ID.4 EV Reviews
VW vs. The Competition
Volkswagen Reviews
Benefits of Buying an Electric Vehicle
Volkswagen Atlas
Volkswagen Atlas Cross Sport
Volkswagen Golf R
Volkswagen ID.4
Volkswagen Jetta
Volkswagen Taos
Volkswagen Tiguan
Volkswagen ID. Buzz
Sales FAQs
Meet Our Staff
Careers
Customer Testimonials
Safe and Secure
Norm Reeves Volkswagen
33.6317639
,
-117.7247266
.