Tobias Reich
Tobias Reich
It's not planned, but it sounds like a good idea. Maybe something for a future version, but it has a low priority for now. Please upvote when interested in this...
Sounds like a good idea, but I'm not a DigitalOcean user and therefore can't provide any support. The guide contains several steps and tools (Packer/Fabric) I'm not familiar with. Let...
They might have the same domain, but I guess all with different pages? Tracking the pages (and not only the domains) is usually helpful. Image only tracking twitter.com. You wouldn't...
@lucasdcrk You could [overwrite the siteReferrer](https://github.com/electerious/Ackee/issues/113#issuecomment-633971352) until there's a better way.
I like the `verbose: true | false` idea where ackee-tracker logs what it tracks and what it would have tracked when not on localhost. PR welcome!
The main reason was that Ackee shouldn't process the user agent / shouldn't even receive the user agent when `detailed` tracking is disabled. This however doesn't make sense, because browsers...
I would like to keep the current API unchanged. It's good for apps where a UA isn't a thing. The UA could be an optional GraphQL query parameter that get's...
The feature didn't made it into v3, but it's something I'm planning for a future release.
My plan is to add an optional userAgent parameter to the createRecord mutation. > Data + UA = Parses UA. Fields specified in the data will overwrite fields parsed from...
Looks good and works very well. Thanks! We just need to get around the mentioned `onclick` problem.