mirror of
https://github.com/foomo/sesamy-cli.git
synced 2025-10-16 12:35:36 +00:00
feat: update schema
This commit is contained in:
parent
7a4829e3b5
commit
1621055a7e
@ -88,6 +88,15 @@ googleTagManager:
|
|||||||
containerId: '175348980'
|
containerId: '175348980'
|
||||||
# The workspace id that should be used by the api
|
# The workspace id that should be used by the api
|
||||||
workspaceId: '10'
|
workspaceId: '10'
|
||||||
|
# Web container variables
|
||||||
|
webContainerVariables:
|
||||||
|
dataLayer:
|
||||||
|
- link_url
|
||||||
|
lookupTables:
|
||||||
|
link_url_conversion_label:
|
||||||
|
input: '{{dlv.link_url}}'
|
||||||
|
valueTable:
|
||||||
|
123456: 'https://foomo.org/'
|
||||||
# Server container variables
|
# Server container variables
|
||||||
serverContainerVariables:
|
serverContainerVariables:
|
||||||
eventData:
|
eventData:
|
||||||
|
|||||||
@ -451,6 +451,10 @@
|
|||||||
"$ref": "#/$defs/github.com.foomo.sesamy-cli.pkg.config.GoogleTagManagerContainer",
|
"$ref": "#/$defs/github.com.foomo.sesamy-cli.pkg.config.GoogleTagManagerContainer",
|
||||||
"description": "Google Tag Manager server container settings"
|
"description": "Google Tag Manager server container settings"
|
||||||
},
|
},
|
||||||
|
"webContainerVariables": {
|
||||||
|
"$ref": "#/$defs/github.com.foomo.sesamy-cli.pkg.config.GoogleTagManagerWebContainerVariables",
|
||||||
|
"description": "Google Tag Manager web container variables"
|
||||||
|
},
|
||||||
"serverContainerVariables": {
|
"serverContainerVariables": {
|
||||||
"$ref": "#/$defs/github.com.foomo.sesamy-cli.pkg.config.GoogleTagManagerServerContainerVariables",
|
"$ref": "#/$defs/github.com.foomo.sesamy-cli.pkg.config.GoogleTagManagerServerContainerVariables",
|
||||||
"description": "Google Tag Manager server container variables"
|
"description": "Google Tag Manager server container variables"
|
||||||
@ -491,6 +495,20 @@
|
|||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"type": "object"
|
"type": "object"
|
||||||
},
|
},
|
||||||
|
"github.com.foomo.sesamy-cli.pkg.config.GoogleTagManagerWebContainerVariables": {
|
||||||
|
"properties": {
|
||||||
|
"dataLayer": {
|
||||||
|
"$ref": "#/$defs/[]string",
|
||||||
|
"description": "List of event data variables"
|
||||||
|
},
|
||||||
|
"lookupTables": {
|
||||||
|
"$ref": "#/$defs/map[string]config.LookupTable",
|
||||||
|
"description": "Map of lookup table variables"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"additionalProperties": false,
|
||||||
|
"type": "object"
|
||||||
|
},
|
||||||
"github.com.foomo.sesamy-cli.pkg.config.Hotjar": {
|
"github.com.foomo.sesamy-cli.pkg.config.Hotjar": {
|
||||||
"properties": {
|
"properties": {
|
||||||
"enabled": {
|
"enabled": {
|
||||||
|
|||||||
@ -36,6 +36,15 @@ googleTagManager:
|
|||||||
containerId: '175348980'
|
containerId: '175348980'
|
||||||
# The workspace id that should be used by the api
|
# The workspace id that should be used by the api
|
||||||
workspaceId: '10'
|
workspaceId: '10'
|
||||||
|
# Web container variables
|
||||||
|
webContainerVariables:
|
||||||
|
dataLayer:
|
||||||
|
- link_url
|
||||||
|
lookupTables:
|
||||||
|
link_url_conversion_label:
|
||||||
|
input: '{{dlv.link_url}}'
|
||||||
|
valueTable:
|
||||||
|
123456: 'https://foomo.org/'
|
||||||
# Server container variables
|
# Server container variables
|
||||||
serverContainerVariables:
|
serverContainerVariables:
|
||||||
eventData:
|
eventData:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user