Injecting Tracking into a Static HTML File

By default, the StoreFront system will directly serve up a .html file on the file system to the customer’s browser. If you would like to inject the standard tracking into your document (including screen recording) then you will need to modify you file to inject the following two lines into your HTML file:

## uc:contains-velocity="true" #parse('system://3.0/snippets/tracking.vm')

Example complete file.

<html> <head> </head> <body> Hello World ## uc:contains-velocity="true" #parse('system://3.0/snippets/tracking.vm') </body> </html>