-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathModuleRegistrationResponse.json
135 lines (135 loc) · 4.3 KB
/
ModuleRegistrationResponse.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
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"type" : "module_registration_response",
"id" : "242e15a9-2066-47b2-84f8-0505ad2ea0f0",
"timestamp_ms" : 1714592744067,
"firehose_version" : "3.2.0",
"sdk_version" : "3.2.0",
"name" : "Your Company Name",
"description" : "A description of your <a href=''>company</a> and services. Inline HTML markup is permitted.",
"version" : "1.0",
"permissions" : {
"device_identities" : [ {
"type" : "ios_advertising_id",
"encoding" : "raw",
"required" : true
}, {
"type" : "google_advertising_id",
"encoding" : "raw",
"required" : true
} ],
"user_identities" : [ {
"type" : "email",
"encoding" : "sha256",
"required" : false
} ],
"partner_identities" : [ {
"type" : "partner_id",
"encoding" : "raw",
"required" : false
} ],
"allow_consent_state" : true,
"allow_access_mpid" : true
},
"event_processing_registration" : {
"account_settings" : [ {
"type" : "text",
"id" : "apiKey",
"name" : "API Key",
"description" : "Secret key to use the API, provided by your account manager",
"visible" : true,
"required" : true,
"confidential" : true
}, {
"type" : "text",
"id" : "customerId",
"name" : "Customer ID",
"description" : "Internal customer ID, provided by your account manager",
"visible" : true,
"required" : true,
"confidential" : false
} ],
"supported_event_types" : [ "custom_event", "session_start", "session_end" ],
"supported_runtime_environments" : [ "ios", "android" ],
"supported_system_notification_types" : [ "gdpr_consent_state" ],
"max_data_age_hours" : 24,
"authentication" : {
"type" : "oauth2",
"authorization_url" : "TEST_EVENT_AUTHORIZATION_URL",
"refresh_url" : "TEST_EVENT_REFRESH_URL",
"token_url" : "TEST_EVENT_TOKEN_URL",
"grant_type" : "authorization_code",
"default_expires_in" : 2000,
"client_id" : "TEST_EVENT_CLIENT_ID",
"access_token_type" : "custom_header",
"custom_header_name" : "TEST_EVENT_CUSTOMER_HEADER_NAME",
"param_client_id_name" : "TEST_EVENT_PARAM_CLIENT_ID_NAME",
"param_secret_name" : "TEST_EVENT_PARAM_SECRET_NAME",
"scopes" : [ {
"name" : "TEST_EVENT_SCOPE_NAME_1",
"description" : "TEST_EVENT_SCOPE_DESCRIPTION_1"
} ]
}
},
"audience_processing_registration" : {
"account_settings" : [ {
"type" : "text",
"id" : "apiKey",
"name" : "API Key",
"description" : "Secret key to use the API, provided by your account manager",
"visible" : true,
"required" : true,
"confidential" : true
}, {
"type" : "text",
"id" : "customerId",
"name" : "Customer ID",
"description" : "Internal customer ID, provided by your account manager",
"visible" : true,
"required" : true,
"confidential" : false
} ],
"authentication" : {
"type" : "oauth2",
"authorization_url" : "TEST_AUTHORIZATION_URL",
"refresh_url" : "TEST_REFRESH_URL",
"token_url" : "TEST_TOKEN_URL",
"grant_type" : "authorization_code",
"default_expires_in" : 2000,
"client_id" : "TEST_CLIENT_ID",
"access_token_type" : "custom_header",
"custom_header_name" : "TEST_CUSTOMER_HEADER_NAME",
"param_client_id_name" : "TEST_PARAM_CLIENT_ID_NAME",
"param_secret_name" : "TEST_PARAM_SECRET_NAME",
"scopes" : [ {
"name" : "TEST_SCOPE_NAME_1",
"description" : "TEST_SCOPE_DESCRIPTION_1"
} ]
},
"bulk_configuration" : {
"bulk_forward_wait_for_messages" : 4,
"bulk_forward_wait_in_minutes" : 30
},
"audience_subscription_settings" : [ {
"type" : "boolean",
"id" : "audienceType",
"name" : "Suppression Audience",
"description" : "If enabled, this audience will be used for suppression.",
"visible" : true,
"default_value" : false,
"checked" : false
} ]
},
"dsr_processing_registration" : {
"account_settings" : [ {
"type" : "text",
"id" : "webhookUrl",
"name" : "Webhook URL",
"description" : "The url of your integration.",
"visible" : true,
"required" : true,
"confidential" : false
} ],
"supported_dsr_types" : [ "erasure" ],
"domain" : "TEST_DOMAIN"
}
}