diff --git a/README.md b/README.md index 3057f8d..d28087a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/sesamy.yaml b/sesamy.yaml index a597610..3f52124 100644 --- a/sesamy.yaml +++ b/sesamy.yaml @@ -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