-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig_antisampling.json
More file actions
52 lines (52 loc) · 1.12 KB
/
config_antisampling.json
File metadata and controls
52 lines (52 loc) · 1.12 KB
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
{
"parameters": {
"retriesCount": 1,
"outputBucket": "in.c-ex-google-analytics-cfg1",
"profiles": [
{
"id": 184062725,
"name": "All Web Site Data",
"webPropertyId": "UA-128209249-1",
"webPropertyName": "Keboola Website",
"accountId": 128209249,
"accountName": "Keboola Website"
},
{
"id": 88156763,
"name": "All Web Site Data",
"webPropertyId": "UA-128209249-1",
"webPropertyName": "status.keboola.com",
"accountId": 128209249,
"accountName": "Keboola Status"
}
],
"outputTable": "dailyWalk",
"antisampling": "dailyWalk",
"query": {
"metrics": [
{
"expression": "ga:pageviews"
}
],
"dimensions": [
{
"name": "ga:date"
},
{
"name": "ga:sourceMedium"
},
{
"name": "ga:landingPagePath"
}
],
"filtersExpression": "",
"segments": null,
"dateRanges": [
{
"startDate": "-3 days",
"endDate": "-1 day"
}
]
}
}
}