Skip to content

Instantly share code, notes, and snippets.

/blah.rb Secret

Created March 22, 2016 13:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/d46749ee4f25d91e10c5 to your computer and use it in GitHub Desktop.
Save anonymous/d46749ee4f25d91e10c5 to your computer and use it in GitHub Desktop.
module AnalyticsEvent
module Facebook
module PageExit
SHARE_TRANSACTION = 'Share Transaction'
SHARE_BATCH_TRANSACTION = 'Share Batch Transaction'
end
end
end
track_analytics_event(AnalyticsEvent::Facebook::PageExit::SHARE_REQUEST)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment