Skip to content

Tracify

Tracify attribution tracking, server-side.

Configuration

yaml
tracify:
  enabled: true
  token: ''
  customerSiteId: ''
  googleConsent:
    enabled: true
    mode: analytics_storage
  serverContainer:
    directory: .
    packages:
      - path: github.com/foomo/sesamy-go/pkg/event
        types:
          - AddToCart
          - PageView
          - ViewItem
          - Purchase
FieldPurpose
tokenTracify API token.
customerSiteIdTracify customer site identifier.
googleConsent.modeDefaults to analytics_storage.
serverContainer.packagesEvents to forward.