Sha256: b3f45a0b8cbbba7c4edfe2f370dff7d16c7104e79b8427469ecc1013216a9850
Contents?: true
Size: 391 Bytes
Versions: 2
Compression:
Stored size: 391 Bytes
Contents
class Ahoy::Store < Ahoy::BaseStore def track_visit(data) # do end def track_event(data) # something end def geocode(data) # amazing end def authenticate(data) # !!! end end # set to true for JavaScript tracking Ahoy.api = false # better user agent parsing Ahoy.user_agent_parser = :device_detector # better bot detection Ahoy.bot_detection_version = 2
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ahoy_matey-2.2.1 | lib/generators/ahoy/templates/base_store_initializer.rb.tt |
ahoy_matey-2.2.0 | lib/generators/ahoy/templates/base_store_initializer.rb.tt |