docs: update example

This commit is contained in:
Kevin Franklin Kim 2025-03-11 15:07:49 +01:00
parent 3c045e165d
commit 90c63fa159
No known key found for this signature in database
2 changed files with 38 additions and 0 deletions

View File

@ -121,6 +121,8 @@ googleTag:
typeScript:
# Target directory for generate files
outputPath: path/to/target
# Path to the go.mod file
directory: .
# Contemplate package config for generated events
packages:
- path: github.com/foomo/sesamy-go/pkg/event
@ -202,6 +204,8 @@ googleAnalytics:
ecommerceItems: true
# Google Tag Manager web container settings
webContainer:
# Path to the go.mod file
directory: .
# Contemplate package config for generated events
packages:
- path: github.com/foomo/sesamy-go/pkg/event
@ -210,6 +214,8 @@ googleAnalytics:
- SelectItem
# Google Tag Manager server container settings
serverContainer:
# Path to the go.mod file
directory: .
# Contemplate package config for generated events
packages:
- path: github.com/foomo/sesamy-go/pkg/event
@ -243,6 +249,8 @@ googleAds:
conversionLabel: ''
# Google Tag Manager server container settings
serverContainer:
# Path to the go.mod file
directory: .
# Contemplate package config for generated events
packages:
- path: github.com/foomo/sesamy-go/pkg/event
@ -279,6 +287,8 @@ umami:
mode: analytics_storage
# Google Tag Manager server container settings
serverContainer:
# Path to the go.mod file
directory: .
# Contemplate package config for generated events
packages:
- path: github.com/foomo/sesamy-go/pkg/event
@ -297,6 +307,8 @@ criteo:
applicationId: com.foomo
# Google Tag Manager server container settings
serverContainer:
# Path to the go.mod file
directory: .
# Contemplate package config for generated events
packages:
- path: github.com/foomo/sesamy-go/pkg/event
@ -328,6 +340,8 @@ facebook:
# Consent mode name
mode: ad_storage
serverContainer:
# Path to the go.mod file
directory: .
# Contemplate package config for generated events
packages:
- path: github.com/foomo/sesamy-go/pkg/event
@ -356,6 +370,8 @@ emarsys:
mode: analytics_storage
# Google Tag Manager server container settings
serverContainer:
# Path to the go.mod file
directory: .
# Contemplate package config for generated events
packages:
- path: github.com/foomo/sesamy-go/pkg/event
@ -380,6 +396,8 @@ tracify:
mode: analytics_storage
# Google Tag Manager server container settings
serverContainer:
# Path to the go.mod file
directory: .
# Contemplate package config for generated events
packages:
- path: github.com/foomo/sesamy-go/pkg/event

View File

@ -70,6 +70,8 @@ googleTag:
typeScript:
# Target directory for generate files
outputPath: path/to/target
# Path to the go.mod file
directory: .
# Contemplate package config for generated events
packages:
- path: github.com/foomo/sesamy-go/pkg/event
@ -151,6 +153,8 @@ googleAnalytics:
ecommerceItems: true
# Google Tag Manager web container settings
webContainer:
# Path to the go.mod file
directory: .
# Contemplate package config for generated events
packages:
- path: github.com/foomo/sesamy-go/pkg/event
@ -159,6 +163,8 @@ googleAnalytics:
- SelectItem
# Google Tag Manager server container settings
serverContainer:
# Path to the go.mod file
directory: .
# Contemplate package config for generated events
packages:
- path: github.com/foomo/sesamy-go/pkg/event
@ -196,6 +202,8 @@ googleAds:
label: ''
purchase:
label: ''
# Path to the go.mod file
directory: .
# Contemplate package config for generated events
packages:
- path: github.com/foomo/sesamy-go/pkg/event
@ -232,6 +240,8 @@ umami:
mode: analytics_storage
# Google Tag Manager server container settings
serverContainer:
# Path to the go.mod file
directory: .
# Contemplate package config for generated events
packages:
- path: github.com/foomo/sesamy-go/pkg/event
@ -251,6 +261,8 @@ criteo:
applicationId: com.foomo
# Google Tag Manager server container settings
serverContainer:
# Path to the go.mod file
directory: .
# Contemplate package config for generated events
packages:
- path: github.com/foomo/sesamy-go/pkg/event
@ -282,6 +294,8 @@ facebook:
# Consent mode name
mode: ad_storage
serverContainer:
# Path to the go.mod file
directory: .
# Contemplate package config for generated events
packages:
- path: github.com/foomo/sesamy-go/pkg/event
@ -314,6 +328,8 @@ emarsys:
mode: analytics_storage
# Google Tag Manager server container settings
serverContainer:
# Path to the go.mod file
directory: .
# Contemplate package config for generated events
packages:
- path: github.com/foomo/sesamy-go/pkg/event
@ -338,6 +354,8 @@ tracify:
mode: analytics_storage
# Google Tag Manager server container settings
serverContainer:
# Path to the go.mod file
directory: .
# Contemplate package config for generated events
packages:
- path: github.com/foomo/sesamy-go/pkg/event
@ -371,6 +389,8 @@ microsoftAds:
purchase:
pageType: purchase
eventType: custom
# Path to the go.mod file
directory: .
# Contemplate package config for generated events
packages:
- path: github.com/foomo/sesamy-go/pkg/event