• Stop being a LURKER - join our dealer community and get involved. Sign up and start a conversation.

Reply to thread

if you know bit of programming... and say you can get the vendor to add Google Tag Manager... you can may be able get this done... Use GTM to fire off the triggers... you need  find the pattern... (VDP URL has a pattern, the lead submit success page has a URL or a pattern or a div that is only on that page etc) GTM will take care of your triggers and you use something like this... https://github.com/rchipka/node-osmosis to scrap the site and VDP URL. Beats out Regex... as you can select based on elements. And be ready to re-do this exercise once the layout changes...