forked from EulerianTechnologies/eulerian-google-datastudio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappscript.json
More file actions
35 lines (35 loc) · 1.19 KB
/
Copy pathappscript.json
File metadata and controls
35 lines (35 loc) · 1.19 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
{
"dependencies": {},
"oauthScopes": [
"https://www.googleapis.com/auth/script.external_request"
],
"urlFetchWhitelist": [
"https://*.api.eulerian.com/",
"https://*.api.eulerian.ca/"
],
"runtimeVersion": "V8",
"dataStudio": {
"authType": [
"NONE"
],
"name": "Eulerian Analytics - STA",
"logoUrl": "https://eu.global-cdn.net/ea-ui/api/eulerian.png",
"termsOfServiceUrl": "https://www.eulerian.com/en/privacy",
"privacyPolicyUrl": "https://www.eulerian.com/en/privacy",
"company": "Eulerian Technologies",
"companyUrl": "https://www.eulerian.com/",
"addonUrl": "https://www.eulerian.com/en/eulerian-data-studio",
"supportUrl": "https://github.com/EulerianTechnologies/eulerian-google-datastudio/issues",
"description": "This connector fetches your data from the Eulerian Technologies platform through your dedicated API endpoint",
"sources": [
"EULERIAN_ANALYTICS"
],
"shortDescription": "Fetch your marketing performance data from the Eulerian Technologies platform",
"feeType": [
"FREE"
],
"templates": {
"default": "2adcd5e2-1c04-4c28-9d70-f79eed6052f1"
}
}
}