ahoy-ios
ahoy-ios copied to clipboard
Analytics and attribution library for Apple platforms built on top of Ahoy for Ruby on Rails.
* Typo fix (missing parenthesis)
Is this repository maintained any longer? I'm noticing a few unsupported issues an pull requests. I suspect yes, it is. If so, what else are other folks using as a...
any existing @Environment lines in your view will error with: "Struct 'Environment' cannot be used as an attribute"
Hey Dan, thanks for the repo! I don't understand how I should use `trackVisit` in an application. On the web the library does tracking of visits for me: it calculates...
Addresses #2 by introduction `Ahoy.authenticate(userId:)` method for passing `user_id` with `Event`s when present.
 In the Rails version, there's an authenticate method that allows a user to be associated with a visit. After authenticating that user...