Skip to content

Pinterest

Server-side Pinterest Conversions API.

Configuration

yaml
pinterest:
  enabled: true
  advertiserId: ''
  apiAccessToken: ''
  testModeEnabled: false
  googleConsent:
    enabled: true
    mode: analytics_storage
  serverContainer:
    directory: .
    packages:
      - path: github.com/foomo/sesamy-go/pkg/event
        types:
          - AddToCart
          - GenerateLead
          - PageView
          - Purchase
          - Search
          - SignUp
          - ViewItemList
FieldPurpose
advertiserIdPinterest advertiser (tag) ID.
apiAccessTokenPinterest API access token.
testModeEnabledSend events with the test flag set — won't count toward live data.
googleConsent.modeDefaults to analytics_storage.
serverContainer.packagesEvents to send.