forked from snowplow-archive/looker-snowplow-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.lkml
45 lines (39 loc) · 971 Bytes
/
manifest.lkml
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
project_name: "snowplow-looker"
# # Use local_dependency: To enable referencing of another project
# # on this instance with include: statements
#
# local_dependency: {
# project: "snowplow_web_block"
# override_constant: constant_name {
# value: "string"
# }
#}
# remote_dependency: public_project {
# url: "https://github.com/llooker/google_ga360"
# ref: "07a20007b6876d349ccbcacccdc400f668fd8147f1"
# override_constant: constant_name {
# value: "string"
# }
#}
localization_settings: {
default_locale: en
localization_level: permissive
}
constant: page_views_explore {
value: "Page Views"
}
constant: sessions_explore {
value: "Sessions"
}
constant: users_explore {
value: "Users"
}
constant: page_views_view {
value: "Page Views Explore"
}
constant: sessions_view {
value: "Sessions Explore"
}
constant: users_view {
value: "Users Explore"
}