customerio / customerio-ruby

A ruby client for the Customer.io event API.
https://customer.io/docs/api/
MIT License
65 stars 75 forks source link

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

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:

track_anonymous(nil, "my-event", {"foo"=>"bar"})