runas-core
Version:
The adhesive orchestrator
18 lines (15 loc) • 562 B
Markdown
title: Google Analytics Integration
layout: doc_page.html
order: 3
# Google Analytics Integration
- Store user information into $HOME/.runas directory. This directory is treated as a recipe stored in **config.recipes.userConfig**
- Send usage information to google analytics just setting analytics item into runas.json.
```
"analytics" : {
"id": "UA-xxxxxxxxx-xx",
"ask" : true
}
```
- (with analytics.ask param) First time any command is executed the user is going to be asked for permission to send usage information to google analytics.