Commit Graph

235 Commits

Author SHA1 Message Date
Kevin Franklin Kim
3e03bc1226
feat(conversionlinker): add enable linker params 2025-05-27 10:48:11 +02:00
Kevin Franklin Kim
1cfbaecfee
Merge pull request #123 from foomo/feature/mixpanel-event-types
feat(mixpanel): add event types
2025-05-26 23:00:43 +02:00
Kevin Franklin Kim
937d05dd7e
test(mixpanel): update 2025-05-26 22:55:22 +02:00
Kevin Franklin Kim
8b13d71d7a
chore: update ownbrew 2025-05-26 22:55:06 +02:00
Kevin Franklin Kim
2561217100
feat(mixpanel): add events 2025-05-26 22:45:44 +02:00
Kevin Franklin Kim
48c093b015
Merge pull request #121 from foomo/feature/multiple-gads-conversions
feat(googleads): support multiple conversions
2025-05-23 15:12:21 +02:00
Kevin Franklin Kim
203ad0bfa4
Merge pull request #118 from foomo/dependabot/go_modules/gomod-security-bbb8b02913
chore(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 in the gomod-security group
2025-05-23 13:23:12 +02:00
Kevin Franklin Kim
be65ea9157
feat(googleads): support multiple conversions 2025-05-23 13:22:28 +02:00
dependabot[bot]
7fcd2912a6
chore(deps): bump golang.org/x/net in the gomod-security group
Bumps the gomod-security group with 1 update: [golang.org/x/net](https://github.com/golang/net).


Updates `golang.org/x/net` from 0.37.0 to 0.38.0
- [Commits](https://github.com/golang/net/compare/v0.37.0...v0.38.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.38.0
  dependency-type: indirect
  dependency-group: gomod-security
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-23 11:06:46 +00:00
Kevin Franklin Kim
ab5bb5d07f
Merge pull request #120 from foomo/feature/mixpanel
feat: mixpanel
2025-05-23 13:04:49 +02:00
Kevin Franklin Kim
15fc18c62c
feat: add mixpanel provider 2025-05-23 12:35:19 +02:00
Kevin Franklin Kim
e3fa04dd0a
chore: bump action 2025-05-23 12:33:30 +02:00
Kevin Franklin Kim
487358ee89
feat: go 1.24.3 2025-05-23 12:32:51 +02:00
Kevin Franklin Kim
9d9a7352eb
Merge pull request #117 from foomo/fix/modified-templates
fix: modified template id
2025-04-15 15:49:10 +02:00
Kevin Franklin Kim
f2efac7342
fix: modified template id 2025-04-15 09:43:35 +02:00
Kevin Franklin Kim
f93177867a
Merge pull request #116 from foomo/feature/optional-mpv2-user-data-transformation
feat: optional mpv2 user data transformation
2025-04-11 14:38:44 +02:00
Kevin Franklin Kim
7acd33aa8c
feat: add optional mpv2 user data transformation 2025-04-11 10:26:47 +02:00
Kevin Franklin Kim
9dc885eeb7
chore: add safe tag 2025-04-11 10:26:11 +02:00
Kevin Franklin Kim
36f9e0f81c
refactor: move pterm writer 2025-04-11 10:25:55 +02:00
Kevin Franklin Kim
e7967d1eb2
Merge pull request #115 from foomo/dependabot/go_modules/gomod-update-6182f5bb77
chore(deps): bump the gomod-update group across 1 directory with 3 updates
2025-03-31 11:12:43 +02:00
dependabot[bot]
2591b7b875
chore(deps): bump the gomod-update group across 1 directory with 3 updates
Bumps the gomod-update group with 3 updates in the / directory: [github.com/spf13/viper](https://github.com/spf13/viper), [github.com/wissance/stringFormatter](https://github.com/wissance/stringFormatter) and [google.golang.org/api](https://github.com/googleapis/google-api-go-client).


Updates `github.com/spf13/viper` from 1.20.0 to 1.20.1
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](https://github.com/spf13/viper/compare/v1.20.0...v1.20.1)

Updates `github.com/wissance/stringFormatter` from 1.3.0 to 1.4.1
- [Release notes](https://github.com/wissance/stringFormatter/releases)
- [Commits](https://github.com/wissance/stringFormatter/compare/v1.3.0...v1.4.1)

Updates `google.golang.org/api` from 0.226.0 to 0.228.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.226.0...v0.228.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/viper
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-update
- dependency-name: github.com/wissance/stringFormatter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-update
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-update
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-30 08:59:59 +00:00
Kevin Franklin Kim
ad1fa735e0
Merge pull request #114 from foomo/feature/refactor-cli
refactor: cli setup
2025-03-27 21:25:41 +01:00
Kevin Franklin Kim
72378c8024
chore: update gh worker 2025-03-27 21:23:26 +01:00
Kevin Franklin Kim
408e227f92
chore: update config 2025-03-27 21:21:35 +01:00
Kevin Franklin Kim
705fe333bf
chore: update husky 2025-03-27 21:18:01 +01:00
Kevin Franklin Kim
5b55eb2b84
refactor: cli setup 2025-03-27 21:17:38 +01:00
Kevin Franklin Kim
0c9bb7ea73
Merge pull request #112 from foomo/fix/garbage-warning
fix: use warning logger
2025-03-20 16:50:31 +01:00
Kevin Franklin Kim
bc28c78ad8
fix: use warning logger 2025-03-20 16:45:25 +01:00
Kevin Franklin Kim
0617588911
Merge pull request #111 from foomo/feature/multi-configs
feat: multi configs
2025-03-20 16:21:56 +01:00
Kevin Franklin Kim
7cb97d0475
feat: pretty logging 2025-03-20 16:17:34 +01:00
Kevin Franklin Kim
4f632d515a
feat: allow multiple configs 2025-03-20 16:17:14 +01:00
Kevin Franklin Kim
8569b47ed4
Merge pull request #110 from foomo/fix/emarsys-category
fix(emarsys): format category
2025-03-19 17:32:12 +01:00
Kevin Franklin Kim
f3596f9f06
fix(emarsys): format category 2025-03-19 17:28:52 +01:00
Kevin Franklin Kim
91f32ebf3b
Merge pull request #109 from foomo/fix/emarsys-email
fix(emarsys): use only email if provided
2025-03-18 14:10:58 +01:00
Kevin Franklin Kim
3e40a767da
fix: use only email if provided 2025-03-18 14:07:44 +01:00
Kevin Franklin Kim
268f0c499b
feat: set max width 2025-03-18 14:07:21 +01:00
Kevin Franklin Kim
9826788be4
Merge pull request #108 from foomo/fix/ga-response-compression
fix: GA4 client response compression
2025-03-17 20:49:37 +01:00
Kevin Franklin Kim
284f12171b
fix: use booelan 2025-03-17 20:41:12 +01:00
Kevin Franklin Kim
315738f70c
Merge pull request #107 from foomo/fix/workspace-id
fix: use workspace loader
2025-03-17 20:30:48 +01:00
Kevin Franklin Kim
f1fe8c2c72
fix: use workspace loader 2025-03-17 17:53:59 +01:00
Kevin Franklin Kim
3880d503f1
Merge pull request #106 from foomo/fix/template-reference
fix: use template gallery id
2025-03-17 11:43:03 +01:00
Kevin Franklin Kim
898f63a1ad
fix: check nil 2025-03-17 11:39:06 +01:00
Kevin Franklin Kim
82d5b597f5
fix: use template gallery id 2025-03-17 11:32:41 +01:00
Kevin Franklin Kim
ea147e3865
Merge pull request #105 from foomo/feature/dynamic-workspace-id
feat: dynamic workspace id
2025-03-17 11:08:44 +01:00
Kevin Franklin Kim
058d2134e6
docs: update schema 2025-03-17 11:05:09 +01:00
Kevin Franklin Kim
e4a99eb2d3
chore: update dependabot 2025-03-17 11:04:28 +01:00
Kevin Franklin Kim
ac8f7298b7
feat: dynamic workspace id 2025-03-17 11:04:04 +01:00
Kevin Franklin Kim
7aa4f843e5
Merge pull request #103 from foomo/dependabot/go_modules/gomod-update-ec0bf6c2a5
chore(deps): bump the gomod-update group with 2 updates
2025-03-17 09:40:57 +01:00
Kevin Franklin Kim
e2f259bf5c
fix: switch dep 2025-03-17 09:38:40 +01:00
Kevin Franklin Kim
a92d456ed2
Merge branch 'main' of github.com:foomo/sesamy-cli into dependabot/go_modules/gomod-update-ec0bf6c2a5 2025-03-17 09:36:15 +01:00