Created
August 14, 2017 14:52
-
-
Save jraczak/7eba33d44bfcc0f2c14d273d753a3617 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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