mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Use correct analytics id.
This commit is contained in:
parent
58f933e92c
commit
28313930a8
1 changed files with 1 additions and 1 deletions
2
main.js
2
main.js
|
@ -17,7 +17,7 @@ service.getConfig().addCallback(function(config) {
|
||||||
ga_tracking = config.isTrackingPermitted();
|
ga_tracking = config.isTrackingPermitted();
|
||||||
});
|
});
|
||||||
|
|
||||||
var ga_tracker = service.getTracker('UA-32728876-6');
|
var ga_tracker = service.getTracker(("VUEtNTI4MjA5MjAtMQ=="));
|
||||||
|
|
||||||
ga_tracker.sendAppView('Application Started');
|
ga_tracker.sendAppView('Application Started');
|
||||||
// Google Analytics END
|
// Google Analytics END
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue