WebSalesSkinConfiguration
Configuration settings and parameters for a web sales skin.
Page titles
The title
field contains a template for the page title. The same variables as in the HTML of the skin itself can be used.
Check the web sales skin setup guide for more information.
Fields
Field | Description |
---|---|
favicon
string
(required) |
Asset path to favicon image. Example value:"images/favicon.png" |
googleanalyticsid
string
(required) |
Deprecated, use Google Tag Manager. Example value:"UA-36890527-4" |
googletagmanagerid
string
(required) |
Google Tag Manager ID. Can be left blank. Example value:"GTM-XXXXXX" |
title
string
(required) |
Page title Example value:"{{tm.page.label | translate}} - {{tm.account.name}}" |
Example
1{
2 "favicon": "images/favicon.png",
3 "googleanalyticsid": "UA-36890527-4",
4 "googletagmanagerid": "GTM-XXXXXX",
5 "title": "{{tm.page.label | translate}} - {{tm.account.name}}"
6}