forked from edfryed/hull-facebook-audiences
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
96 lines (95 loc) · 2.16 KB
/
Copy pathmanifest.json
File metadata and controls
96 lines (95 loc) · 2.16 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "Facebook Audiences",
"description": "Send Hull Segments to Facebook Custom audiences",
"tags": ["outgoing", "oneColumn"],
"picture": "picture.png",
"ui": false,
"admin" : "admin",
"readme" : "readme.md",
"version": "0.0.1",
"private_settings": [
{
"name" : "facebook_access_token",
"title" : "Facebook Access Token",
"type" : "string",
"format":"hidden"
},
{
"name" : "facebook_ad_account_id",
"title" : "Facebook Ad Account ID",
"type" : "string",
"format":"hidden"
},
{
"name": "synchronized_segments",
"title": "Segments",
"description": "Sync to Facebook these segments.",
"default": [],
"type": "array",
"format": "segment"
},
{
"type" : "string",
"name" : "matching_fields",
"title": "Matching Fields",
"format": "title",
"description": "The fields which are sent to custom audiences to build matching."
},
{
"title": "Email Adress",
"name" : "field_email",
"type" : "string",
"format" : "trait",
"default": "email"
},
{
"title": "First Name",
"name" : "field_first_name",
"type" : "string",
"format" : "trait",
"default": "first_name"
},
{
"title": "Last Name",
"name" : "field_last_name",
"type" : "string",
"format" : "trait",
"default": "last_name"
},
{
"title": "Phone",
"name" : "field_phone",
"type" : "string",
"format" : "trait",
"default": "phone"
},
{
"title": "Gender",
"name" : "field_gender",
"type" : "string",
"format": "trait"
},
{
"title": "US State",
"name" : "field_state",
"type" : "string",
"format": "trait"
},
{
"title": "City",
"name" : "field_city",
"type" : "string",
"format" : "trait",
"default": "address_city"
},
{
"title": "Country",
"name" : "field_country",
"type" : "string",
"format" : "trait",
"default": "address_country"
}
],
"resources": [],
"subscriptions" : [ { "url" : "/notify" } ]
}