Commit Graph

155 Commits

Author SHA1 Message Date
Kevin Franklin Kim
8612f89609
Merge pull request #92 from foomo/v0.13.2
feat: add web container variables
2025-02-25 15:35:49 +01:00
Kevin Franklin Kim
1621055a7e
feat: update schema 2025-02-25 15:33:17 +01:00
Kevin Franklin Kim
7a4829e3b5
feat: add web container variables 2025-02-25 15:28:13 +01:00
Kevin Franklin Kim
f742f71a0b
Merge pull request #91 from foomo/v0.13.1
V0.13.1
2025-02-25 10:58:49 +01:00
Kevin Franklin Kim
b16a17dfa8
fix: lookup table sorting 2025-02-25 10:40:15 +01:00
Kevin Franklin Kim
bb359681f3
docs(criteo): update README 2025-02-25 10:39:54 +01:00
Kevin Franklin Kim
03a62d1b05
fix(criteo): add application id 2025-02-25 10:37:22 +01:00
Kevin Franklin Kim
683a110ecd
feat: add status command 2025-02-25 10:36:56 +01:00
Kevin Franklin Kim
c0248b188b
Merge pull request #90 from foomo/v0.13.0
V0.13.0
2025-02-24 15:08:28 +01:00
Kevin Franklin Kim
3dcf79d266
feat: update schema 2025-02-24 15:04:03 +01:00
Kevin Franklin Kim
71a42cd1a1
feat(tagmanager): add event data & lookup tables 2025-02-24 15:02:04 +01:00
Kevin Franklin Kim
0d9f213129
feat: add list command 2025-02-24 15:01:31 +01:00
Kevin Franklin Kim
0bd4c82987
chore: update lint settings 2025-02-24 15:00:11 +01:00
Kevin Franklin Kim
01db713602
chore: update dependabot 2025-02-24 15:00:03 +01:00
Kevin Franklin Kim
bb395c6370
docs(emarsys): update README 2025-02-17 11:03:38 +01:00
Kevin Franklin Kim
7a58d31d2d
Merge pull request #88 from foomo/v0.12.0
V0.12.0
2025-02-17 09:53:45 +01:00
Kevin Franklin Kim
618fa685e6
feat: bump sesamy-go 2025-02-17 09:51:03 +01:00
Kevin Franklin Kim
2a5547e642
Merge branch 'main' of github.com:foomo/sesamy-cli into v0.12.0 2025-02-17 09:48:30 +01:00
Kevin Franklin Kim
75182bc18b
Merge pull request #87 from foomo/dependabot/go_modules/gomod-update-112a39f663
chore(deps): bump the gomod-update group across 1 directory with 4 updates
2025-02-17 09:48:16 +01:00
Kevin Franklin Kim
44f0c6646c
feat(emarsys): add test and debug mode 2025-02-17 09:40:34 +01:00
Kevin Franklin Kim
bcb3f90e8e
feat(googleTag): add dataLayerVariables 2025-02-17 09:40:06 +01:00
dependabot[bot]
cfc531cb5e
chore(deps): bump the gomod-update group across 1 directory with 4 updates
Bumps the gomod-update group with 4 updates in the / directory: [github.com/foomo/sesamy-go](https://github.com/foomo/sesamy-go), [github.com/invopop/jsonschema](https://github.com/invopop/jsonschema), [github.com/spf13/cobra](https://github.com/spf13/cobra) and [google.golang.org/api](https://github.com/googleapis/google-api-go-client).


Updates `github.com/foomo/sesamy-go` from 0.7.1 to 0.8.0
- [Release notes](https://github.com/foomo/sesamy-go/releases)
- [Commits](https://github.com/foomo/sesamy-go/compare/v0.7.1...v0.8.0)

Updates `github.com/invopop/jsonschema` from 0.12.0 to 0.13.0
- [Commits](https://github.com/invopop/jsonschema/compare/v0.12.0...v0.13.0)

Updates `github.com/spf13/cobra` from 1.8.1 to 1.9.0
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v1.8.1...v1.9.0)

Updates `google.golang.org/api` from 0.213.0 to 0.221.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.213.0...v0.221.0)

---
updated-dependencies:
- dependency-name: github.com/foomo/sesamy-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-update
- dependency-name: github.com/invopop/jsonschema
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-update
- dependency-name: github.com/spf13/cobra
  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-02-16 08:17:28 +00:00
Kevin Franklin Kim
b677df10e4
Merge pull request #86 from foomo/v0.11.0
feat: add enable geo resolution
2025-02-12 11:44:52 +01:00
Kevin Franklin Kim
036c32ee0c
feat: add debug_mode transformation 2025-02-12 11:42:35 +01:00
Kevin Franklin Kim
c67e4d4898
feat: add enable geo resolution 2025-02-12 11:24:53 +01:00
Kevin Franklin Kim
2416084c70
Merge pull request #80 from foomo/fix/templates
fix: fix json parse errors
2025-01-10 17:47:13 +01:00
Kevin Franklin Kim
34a6385424
fix: fix json parse errors 2025-01-10 17:44:44 +01:00
Kevin Franklin Kim
aeda70e0e1
Merge pull request #77 from foomo/feature/go-1.23.4
feat: go 1.23.4
2024-12-18 14:49:51 +01:00
Kevin Franklin Kim
ee0beecb64
test: fix referrer 2024-12-18 14:47:46 +01:00
Kevin Franklin Kim
45b8341154
docs: update README 2024-12-18 14:40:12 +01:00
Kevin Franklin Kim
a5e20cb49c
feat: add debug output 2024-12-18 14:39:27 +01:00
Kevin Franklin Kim
e73af3f7b3
docs: comment 2024-12-18 14:39:16 +01:00
Kevin Franklin Kim
027fdb36ce
fix: typo 2024-12-18 14:39:06 +01:00
Kevin Franklin Kim
0a7a0f958f
feat: go 1.23.4 2024-12-18 14:38:40 +01:00
Kevin Franklin Kim
f991dc2412
Merge pull request #74 from foomo/sesamy-go-0.9.1
fix: request body check
2024-12-11 21:40:55 +01:00
Kevin Franklin Kim
aa27edb0f4
fix: request body check 2024-12-11 21:38:44 +01:00
Kevin Franklin Kim
ce0258ff92
Merge pull request #73 from foomo/sesamy-cli-0.9.0
feat(tagmanager): add mpv2 user data transformation
2024-12-10 08:44:56 +01:00
Kevin Franklin Kim
6c47690f64
feat(tagmanager): add mpv2 user data transformation 2024-12-10 08:34:45 +01:00
Kevin Franklin Kim
53e4b278dd
feat(provider/tracify): add staging mode config 2024-12-09 11:16:19 +01:00
Kevin Franklin Kim
84131bd076
fix(provider/tracify): send referrer 2024-12-09 11:10:00 +01:00
Kevin Franklin Kim
b6c28552b5
feat: add simple tags output 2024-12-09 10:56:21 +01:00
Kevin Franklin Kim
d4c9ccb16f
fix(provider/facebook): make enableEventEnhancement & extendCookies configurable 2024-12-09 10:34:45 +01:00
Kevin Franklin Kim
fd0227455b
Merge pull request #69 from foomo/microsoft
fix(provider/microsoftads): add provider
2024-11-26 17:33:45 +01:00
Kevin Franklin Kim
dddb3b9201
fix(provider/microsoftads): add provider 2024-11-26 17:29:09 +01:00
Kevin Franklin Kim
c75e99a51b
Merge pull request #67 from foomo/dependabot/go_modules/gomod-update-51645699ce
chore(deps): bump the gomod-update group with 2 updates
2024-11-25 11:07:18 +01:00
Kevin Franklin Kim
504bd240c2
Merge pull request #68 from foomo/sesamy-go-0.7.1
feat(provider/googleads): configurable conversion labels
2024-11-25 11:06:37 +01:00
Kevin Franklin Kim
7db06f90c3
fix(provider/googleads): make conversion labels configurable 2024-11-25 10:59:32 +01:00
Kevin Franklin Kim
e52161a582
fix(provider/tracicy): user data access 2024-11-25 09:46:59 +01:00
dependabot[bot]
1a81c3a8f7
chore(deps): bump the gomod-update group with 2 updates
Bumps the gomod-update group with 2 updates: [github.com/stretchr/testify](https://github.com/stretchr/testify) and [google.golang.org/api](https://github.com/googleapis/google-api-go-client).


Updates `github.com/stretchr/testify` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.9.0...v1.10.0)

Updates `google.golang.org/api` from 0.207.0 to 0.209.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.207.0...v0.209.0)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  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>
2024-11-24 08:23:02 +00:00
Kevin Franklin Kim
782bb8a629
Merge pull request #66 from foomo/dependabot/go_modules/gomod-update-e7877e22a9
chore(deps): bump google.golang.org/api from 0.206.0 to 0.207.0 in the gomod-update group across 1 directory
2024-11-21 08:49:13 +01:00