Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

anonymous tracking without anonymous_id #79

Open
gingerlime opened this issue Mar 3, 2022 · 0 comments
Open

anonymous tracking without anonymous_id #79

gingerlime opened this issue Mar 3, 2022 · 0 comments

Comments

@gingerlime
Copy link

gingerlime commented Mar 3, 2022

The documentation states that (emphasis mine):

We call it an Invite Event when you send an event >>>without an anonymous_id and include a data.recipient key<<. You can use these events to trigger invite emails to people you haven't yet identified.

There's also a table below with the list of possible / required params

image

However, the track_anonymous method requires an anonymous_id, and the code snippet on the documentation page covers only the case with an anonymous_id:

$customerio = Customerio::Client.new("YOUR SITE ID", "YOUR API SECRET KEY", region: Customerio::Regions::US)

$customerio.track_anonymous(anonymous_id, "help_enquiry", :subject => 'anon-events')

Any suggestions on how to continue using anonymous events to be able to trigger campaigns for email addresses, rather than users on customer.io?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant