-
Typically, most experimentation platforms will look at unique visitors and unique conversions. This is important because people may be influenced by a particular change in any one of their visit sessi…
-
A safe way to manage including a third party package into any project, is to write a wrapper class around it.
For example, with Adjust V4 I have an AdjustWrapper class with this method:
` publi…
-
At this point in the code:
https://github.com/mozilla/webmaker-core/blob/develop/src/pages/login/sign-in.jsx#L94
It would be good if we could change:
``` JS
window.Platform.trackEvent('Login', 'Sig…
-
### Describe the feature you'd like to request
I notice in your README you have 'Custom Ecommerce events examples coming soon!'.
When can we expect that?
### Describe the solution you'd like
I'd…
-
i try to work on trackScreen and trackEvent on my alloy project. So far, the trackEvent function work well and i able get the Event record in my GA report but the trackScreen did not work. I did not g…
-
E.g.
```javascript
$(document).on('click', '#file_download', function(e) {
_gaq.push(['_trackEvent', 'Files', 'Downloaded', $(this).data('label')]);
});
```
Get rid of the `'#file_download'…
afred updated
7 years ago
-
This is obviously a bit out before we could land it, but as I was looking at the current (really solid) API it occurred to me that class method decorators (after ES6-style classes land… 🤞) could make …
-
I'm happy to create a PR if this functionality (that I'm already writing for internal use at work) is something you want. LMK!
### RouteEventTracker
Forwards all react-router route (`history.loc…
-
Because of the change from the previous issue fixing delegation, the $elem in getReplacement() is not what I would expect.
Doing this doesn't work:
```
trackiffer({
'body.controller.index' : {
…
-
Does Rollbar have an equivalent to Appcenter's GetLastSessionCrashReportAsync for a Xamarin Forms app? I am trying to not have to mix-and-match Rollbar and Appcenter for crash reporting.
```
if (C…