-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathapi_fields.py
37 lines (36 loc) · 835 Bytes
/
api_fields.py
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
hit_field_list = [
"ym:pv:date",
"ym:pv:dateTime",
"ym:pv:URL",
"ym:pv:deviceCategory",
"ym:pv:operatingSystemRoot",
"ym:pv:clientID",
"ym:pv:browser",
"ym:pv:lastTrafficSource",
"ym:pv:goalsID",
"ym:pv:parsedParamsKey1",
"ym:pv:parsedParamsKey2"
]
visit_field_list = [
"ym:s:date",
"ym:s:dateTime",
"ym:s:pageViews",
"ym:s:visitDuration",
"ym:s:startURL",
"ym:s:deviceCategory",
"ym:s:operatingSystemRoot",
"ym:s:clientID",
"ym:s:browser",
"ym:s:browserEngine",
"ym:s:screenOrientation",
"ym:s:screenWidth",
"ym:s:screenHeight",
"ym:s:physicalScreenWidth",
"ym:s:physicalScreenHeight",
"ym:s:lastTrafficSource",
"ym:s:purchaseRevenue",
"ym:s:purchaseID",
"ym:s:bounce",
"ym:s:isNewUser",
"ym:s:goalsID"
]