Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
Normal
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...