Skip to content

Instantly share code, notes, and snippets.

@jraczak
Created August 14, 2017 14:52
Show Gist options
  • Save jraczak/7eba33d44bfcc0f2c14d273d753a3617 to your computer and use it in GitHub Desktop.
Save jraczak/7eba33d44bfcc0f2c14d273d753a3617 to your computer and use it in GitHub Desktop.
Analytics.identify(
user_id: @beta_signup.email,
traits: { email: "#{@beta_signup.email}" },
context: {ip: "#{request.remote_ip}", agent: "#{request.env['HTTP_USER_AGENT']}"}
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment