customerio / go-customerio

Official Golang client for the Customer.io API
https://customer.io/docs/api/
MIT License
26 stars 23 forks source link

feat: add support for invite-type anonymous event tracking #38

Closed hownowstephen closed 2 years ago

hownowstephen commented 2 years ago

Re-introduces support for anonymous event tracking using activity items unassociated with profiles by passing in a blank value for anonymous_id

Usage:

TrackAnonymousCtx(ctx, "", "my-event", map[string]interface{}{"foo": "bar"})