summaryrefslogtreecommitdiffstats
path: root/example/ga-1.yml
blob: 6021fe182126a364e14de9f87beb3ebe12ad4ed6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
general:
  refresh: 600
  keys:
    quit: "C-c"

projects:
  - name: Example
    title_options:
      border_color: default
      text_color: default
      size: XXL
      bold: true
    services:
      google_analytics:
        keyfile: goanalytics-123.json
        view_id: 12345678
      monitor:
        address: "https://www.web-techno.net"
    widgets:
      - row:
          - col:
              size: "6"
              elements:
                - name: ga.bar_users
                  options:
                    title: "Example bar widget 1"
                    start_date: "15_days_ago"
                    end_date: "today"
                - name: ga.bar_users
                  options:
                    title: "Example bar widget 2"
                    start_date: "12_months_ago"
                    end_date: "this_month"
          - col:
              size: "S"
              elements:
                - name: ga.bar_new_returning
                  options:
                    title: "Example bar widget 3"
                    start_date: "3_days_ago"
                    end_date: "today"
                    metric: "users"
                    height: 20
          - col:
              size: "XS"
              elements:
                - name: ga.box_real_time
                - name: mon.box_availability
                - name: ga.box_total
                  options:
                    startDate: today
                    endDate: today
                    metric: "users"