/
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 Privacy & Tracking
Storefront Privacy & Tracking
More like this
Customer Web Browser Usage report
Customer Web Browser Usage report
More like this
Google Tag Manager
Google Tag Manager
More like this
ONTRAPORT
ONTRAPORT
More like this
StoreFront Recordings
StoreFront Recordings
More like this
Using a StoreFront as a Checkout Only
Using a StoreFront as a Checkout Only
More like this