Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebIDE: How to get to the analytics #1574

Merged
merged 1 commit into from
Jun 10, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 16 additions & 2 deletions web-ide/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
### DAML WEB IDE
This is a project for managing multi user web ide. The main components are
# DAML Web IDE

An online Web IDE for developing DAML, hosted at [webide.daml.com](https://webide.daml.com/). It is a VS Code server with the DAML SDK installed. The main components are:

* daml web ide docker image: this hosts a [web ide code-server](https://github.com/codercom/code-server) bundled with the sdk
* proxy server and image: this manages multiple daml web ide docker containers and proxies requests into them

Further details can be found in `proxy/README.md` and `ide-server/README.md`

## Google Analytics

User statistics are only available to Digital Asset employees. Once you have requested access, you can:

* Visit [Google Analytics](https://analytics.google.com/).
* On the left, select `Audience`, `Overview`.
* On the bottom right (you may need to scroll) select `view full report`.
* Select `Secondary Dimension` as `Page`.
* In the search area hit `advanced`, then include `Page` containing `/webide` and then `Apply`.

That gives you a graph of users per day. It is interesting to see session duration as well.