forked from singer-io/tap-facebook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample_table_config.json
44 lines (44 loc) · 1.82 KB
/
sample_table_config.json
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
[{ "level" : "ad",
"actions_breakdowns": ["action_type",
"action_target_id",
"action_destination"],
"breakdowns": null,
"action_attribution_windows": ["1d_click",
"7d_click",
"28d_click",
"1d_view",
"7d_view",
"28d_view"] },
{ "level" : "ad",
"actions_breakdowns": ["action_type",
"action_target_id",
"action_destination"],
"breakdowns": "age_and_gender",
"action_attribution_windows": ["1d_click",
"7d_click",
"28d_click",
"1d_view",
"7d_view",
"28d_view"] },
{ "level" : "ad",
"actions_breakdowns": ["action_type",
"action_target_id",
"action_destination"],
"breakdowns": "country",
"action_attribution_windows": ["1d_click",
"7d_click",
"28d_click",
"1d_view",
"7d_view",
"28d_view"] },
{ "level" : "ad",
"actions_breakdowns": ["action_type",
"action_target_id",
"action_destination"],
"breakdowns": "placement_and_device",
"action_attribution_windows": ["1d_click",
"7d_click",
"28d_click",
"1d_view",
"7d_view",
"28d_view"] }]