Andrew Kane
Andrew Kane
Hey all, sorry for the delay. For UTM parameters, I don't think it's possible with the current design, but could be possible with a change explained below. For visit expiration,...
Hey @heaven, thanks for the suggestion. There could probably be a `parent_controller` option similar to Devise if you'd like to submit a PR.
Thanks @willcosgrove! Think I still prefer `data-ahoy-skip` for the name, and for simplicity, don't think we need to support re-enabling it (although we could in the future with `data-ahoy-skip="false"`). Also,...
There's no way to do this right now, but happy to accept a PR (will need to get it added to Ahoy Ruby project as well). Maybe something like: ```js...
Hey, sorry for the delay. With Ahoy.js 0.3.9+, you can pass a selector to `trackClicks` to accomplish this. ```javascript ahoy.trackClicks("a:not([data-no-track])") ``` Edit: The selector for the behavior described in the...
It looks like there's not an easy way to constructor a CSS selector that works for all parent elements (at least not that I can figure out) and leads to...
Hey @dmitriy-kiriyenko, thanks for the PR, and sorry for the delay (have been focused on other projects). This makes sense to me. Let's add it as a config option instead...
@mgk Thanks for the PR, but haven't had a chance to review yet. Will take a look next time I'm working on Ahoy.js.
Hey @mgk, thanks for the PR, and sorry for the long delay. The idea and implementation look great. For naming, what do you think of `data-ahoy-properties` (or `data-ahoy-props`) for the...
Hey @renchap, it's an interesting idea. Users can currently customize the `track_method` for login attempts (for SIEM integration, analytics, etc) and add callbacks to the Geocode job (since it uses...