/
Injecting Tracking into a Static HTML File
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>
, multiple selections available,
Related content
StoreFront Recordings
StoreFront Recordings
More like this
Configuring other (non-Google) tracking to your web site
Configuring other (non-Google) tracking to your web site
More like this
Adding Google Tracking to your web site
Adding Google Tracking to your web site
More like this
Implementing custom tracking
Implementing custom tracking
More like this
TikTok Tracking
TikTok Tracking
More like this
Adding LiveChat to your Website
Adding LiveChat to your Website
More like this