mirror of
https://github.com/foomo/sesamy-cli.git
synced 2025-10-16 12:35:36 +00:00
docs: update example
This commit is contained in:
parent
3c045e165d
commit
90c63fa159
18
README.md
18
README.md
@ -121,6 +121,8 @@ googleTag:
|
|||||||
typeScript:
|
typeScript:
|
||||||
# Target directory for generate files
|
# Target directory for generate files
|
||||||
outputPath: path/to/target
|
outputPath: path/to/target
|
||||||
|
# Path to the go.mod file
|
||||||
|
directory: .
|
||||||
# Contemplate package config for generated events
|
# Contemplate package config for generated events
|
||||||
packages:
|
packages:
|
||||||
- path: github.com/foomo/sesamy-go/pkg/event
|
- path: github.com/foomo/sesamy-go/pkg/event
|
||||||
@ -202,6 +204,8 @@ googleAnalytics:
|
|||||||
ecommerceItems: true
|
ecommerceItems: true
|
||||||
# Google Tag Manager web container settings
|
# Google Tag Manager web container settings
|
||||||
webContainer:
|
webContainer:
|
||||||
|
# Path to the go.mod file
|
||||||
|
directory: .
|
||||||
# Contemplate package config for generated events
|
# Contemplate package config for generated events
|
||||||
packages:
|
packages:
|
||||||
- path: github.com/foomo/sesamy-go/pkg/event
|
- path: github.com/foomo/sesamy-go/pkg/event
|
||||||
@ -210,6 +214,8 @@ googleAnalytics:
|
|||||||
- SelectItem
|
- SelectItem
|
||||||
# Google Tag Manager server container settings
|
# Google Tag Manager server container settings
|
||||||
serverContainer:
|
serverContainer:
|
||||||
|
# Path to the go.mod file
|
||||||
|
directory: .
|
||||||
# Contemplate package config for generated events
|
# Contemplate package config for generated events
|
||||||
packages:
|
packages:
|
||||||
- path: github.com/foomo/sesamy-go/pkg/event
|
- path: github.com/foomo/sesamy-go/pkg/event
|
||||||
@ -243,6 +249,8 @@ googleAds:
|
|||||||
conversionLabel: ''
|
conversionLabel: ''
|
||||||
# Google Tag Manager server container settings
|
# Google Tag Manager server container settings
|
||||||
serverContainer:
|
serverContainer:
|
||||||
|
# Path to the go.mod file
|
||||||
|
directory: .
|
||||||
# Contemplate package config for generated events
|
# Contemplate package config for generated events
|
||||||
packages:
|
packages:
|
||||||
- path: github.com/foomo/sesamy-go/pkg/event
|
- path: github.com/foomo/sesamy-go/pkg/event
|
||||||
@ -279,6 +287,8 @@ umami:
|
|||||||
mode: analytics_storage
|
mode: analytics_storage
|
||||||
# Google Tag Manager server container settings
|
# Google Tag Manager server container settings
|
||||||
serverContainer:
|
serverContainer:
|
||||||
|
# Path to the go.mod file
|
||||||
|
directory: .
|
||||||
# Contemplate package config for generated events
|
# Contemplate package config for generated events
|
||||||
packages:
|
packages:
|
||||||
- path: github.com/foomo/sesamy-go/pkg/event
|
- path: github.com/foomo/sesamy-go/pkg/event
|
||||||
@ -297,6 +307,8 @@ criteo:
|
|||||||
applicationId: com.foomo
|
applicationId: com.foomo
|
||||||
# Google Tag Manager server container settings
|
# Google Tag Manager server container settings
|
||||||
serverContainer:
|
serverContainer:
|
||||||
|
# Path to the go.mod file
|
||||||
|
directory: .
|
||||||
# Contemplate package config for generated events
|
# Contemplate package config for generated events
|
||||||
packages:
|
packages:
|
||||||
- path: github.com/foomo/sesamy-go/pkg/event
|
- path: github.com/foomo/sesamy-go/pkg/event
|
||||||
@ -328,6 +340,8 @@ facebook:
|
|||||||
# Consent mode name
|
# Consent mode name
|
||||||
mode: ad_storage
|
mode: ad_storage
|
||||||
serverContainer:
|
serverContainer:
|
||||||
|
# Path to the go.mod file
|
||||||
|
directory: .
|
||||||
# Contemplate package config for generated events
|
# Contemplate package config for generated events
|
||||||
packages:
|
packages:
|
||||||
- path: github.com/foomo/sesamy-go/pkg/event
|
- path: github.com/foomo/sesamy-go/pkg/event
|
||||||
@ -356,6 +370,8 @@ emarsys:
|
|||||||
mode: analytics_storage
|
mode: analytics_storage
|
||||||
# Google Tag Manager server container settings
|
# Google Tag Manager server container settings
|
||||||
serverContainer:
|
serverContainer:
|
||||||
|
# Path to the go.mod file
|
||||||
|
directory: .
|
||||||
# Contemplate package config for generated events
|
# Contemplate package config for generated events
|
||||||
packages:
|
packages:
|
||||||
- path: github.com/foomo/sesamy-go/pkg/event
|
- path: github.com/foomo/sesamy-go/pkg/event
|
||||||
@ -380,6 +396,8 @@ tracify:
|
|||||||
mode: analytics_storage
|
mode: analytics_storage
|
||||||
# Google Tag Manager server container settings
|
# Google Tag Manager server container settings
|
||||||
serverContainer:
|
serverContainer:
|
||||||
|
# Path to the go.mod file
|
||||||
|
directory: .
|
||||||
# Contemplate package config for generated events
|
# Contemplate package config for generated events
|
||||||
packages:
|
packages:
|
||||||
- path: github.com/foomo/sesamy-go/pkg/event
|
- path: github.com/foomo/sesamy-go/pkg/event
|
||||||
|
|||||||
20
sesamy.yaml
20
sesamy.yaml
@ -70,6 +70,8 @@ googleTag:
|
|||||||
typeScript:
|
typeScript:
|
||||||
# Target directory for generate files
|
# Target directory for generate files
|
||||||
outputPath: path/to/target
|
outputPath: path/to/target
|
||||||
|
# Path to the go.mod file
|
||||||
|
directory: .
|
||||||
# Contemplate package config for generated events
|
# Contemplate package config for generated events
|
||||||
packages:
|
packages:
|
||||||
- path: github.com/foomo/sesamy-go/pkg/event
|
- path: github.com/foomo/sesamy-go/pkg/event
|
||||||
@ -151,6 +153,8 @@ googleAnalytics:
|
|||||||
ecommerceItems: true
|
ecommerceItems: true
|
||||||
# Google Tag Manager web container settings
|
# Google Tag Manager web container settings
|
||||||
webContainer:
|
webContainer:
|
||||||
|
# Path to the go.mod file
|
||||||
|
directory: .
|
||||||
# Contemplate package config for generated events
|
# Contemplate package config for generated events
|
||||||
packages:
|
packages:
|
||||||
- path: github.com/foomo/sesamy-go/pkg/event
|
- path: github.com/foomo/sesamy-go/pkg/event
|
||||||
@ -159,6 +163,8 @@ googleAnalytics:
|
|||||||
- SelectItem
|
- SelectItem
|
||||||
# Google Tag Manager server container settings
|
# Google Tag Manager server container settings
|
||||||
serverContainer:
|
serverContainer:
|
||||||
|
# Path to the go.mod file
|
||||||
|
directory: .
|
||||||
# Contemplate package config for generated events
|
# Contemplate package config for generated events
|
||||||
packages:
|
packages:
|
||||||
- path: github.com/foomo/sesamy-go/pkg/event
|
- path: github.com/foomo/sesamy-go/pkg/event
|
||||||
@ -196,6 +202,8 @@ googleAds:
|
|||||||
label: ''
|
label: ''
|
||||||
purchase:
|
purchase:
|
||||||
label: ''
|
label: ''
|
||||||
|
# Path to the go.mod file
|
||||||
|
directory: .
|
||||||
# Contemplate package config for generated events
|
# Contemplate package config for generated events
|
||||||
packages:
|
packages:
|
||||||
- path: github.com/foomo/sesamy-go/pkg/event
|
- path: github.com/foomo/sesamy-go/pkg/event
|
||||||
@ -232,6 +240,8 @@ umami:
|
|||||||
mode: analytics_storage
|
mode: analytics_storage
|
||||||
# Google Tag Manager server container settings
|
# Google Tag Manager server container settings
|
||||||
serverContainer:
|
serverContainer:
|
||||||
|
# Path to the go.mod file
|
||||||
|
directory: .
|
||||||
# Contemplate package config for generated events
|
# Contemplate package config for generated events
|
||||||
packages:
|
packages:
|
||||||
- path: github.com/foomo/sesamy-go/pkg/event
|
- path: github.com/foomo/sesamy-go/pkg/event
|
||||||
@ -251,6 +261,8 @@ criteo:
|
|||||||
applicationId: com.foomo
|
applicationId: com.foomo
|
||||||
# Google Tag Manager server container settings
|
# Google Tag Manager server container settings
|
||||||
serverContainer:
|
serverContainer:
|
||||||
|
# Path to the go.mod file
|
||||||
|
directory: .
|
||||||
# Contemplate package config for generated events
|
# Contemplate package config for generated events
|
||||||
packages:
|
packages:
|
||||||
- path: github.com/foomo/sesamy-go/pkg/event
|
- path: github.com/foomo/sesamy-go/pkg/event
|
||||||
@ -282,6 +294,8 @@ facebook:
|
|||||||
# Consent mode name
|
# Consent mode name
|
||||||
mode: ad_storage
|
mode: ad_storage
|
||||||
serverContainer:
|
serverContainer:
|
||||||
|
# Path to the go.mod file
|
||||||
|
directory: .
|
||||||
# Contemplate package config for generated events
|
# Contemplate package config for generated events
|
||||||
packages:
|
packages:
|
||||||
- path: github.com/foomo/sesamy-go/pkg/event
|
- path: github.com/foomo/sesamy-go/pkg/event
|
||||||
@ -314,6 +328,8 @@ emarsys:
|
|||||||
mode: analytics_storage
|
mode: analytics_storage
|
||||||
# Google Tag Manager server container settings
|
# Google Tag Manager server container settings
|
||||||
serverContainer:
|
serverContainer:
|
||||||
|
# Path to the go.mod file
|
||||||
|
directory: .
|
||||||
# Contemplate package config for generated events
|
# Contemplate package config for generated events
|
||||||
packages:
|
packages:
|
||||||
- path: github.com/foomo/sesamy-go/pkg/event
|
- path: github.com/foomo/sesamy-go/pkg/event
|
||||||
@ -338,6 +354,8 @@ tracify:
|
|||||||
mode: analytics_storage
|
mode: analytics_storage
|
||||||
# Google Tag Manager server container settings
|
# Google Tag Manager server container settings
|
||||||
serverContainer:
|
serverContainer:
|
||||||
|
# Path to the go.mod file
|
||||||
|
directory: .
|
||||||
# Contemplate package config for generated events
|
# Contemplate package config for generated events
|
||||||
packages:
|
packages:
|
||||||
- path: github.com/foomo/sesamy-go/pkg/event
|
- path: github.com/foomo/sesamy-go/pkg/event
|
||||||
@ -371,6 +389,8 @@ microsoftAds:
|
|||||||
purchase:
|
purchase:
|
||||||
pageType: purchase
|
pageType: purchase
|
||||||
eventType: custom
|
eventType: custom
|
||||||
|
# Path to the go.mod file
|
||||||
|
directory: .
|
||||||
# Contemplate package config for generated events
|
# Contemplate package config for generated events
|
||||||
packages:
|
packages:
|
||||||
- path: github.com/foomo/sesamy-go/pkg/event
|
- path: github.com/foomo/sesamy-go/pkg/event
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user