-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathappsscript.json
23 lines (23 loc) · 1009 Bytes
/
appsscript.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"dataStudio": {
"name": "Toggl Timer Connector",
"logoUrl": "https://i.imgur.com/LRZa8ls.png",
"company": "Joshua Tzucker",
"companyUrl": "https://joshuatz.com/?utm_source=gds&utm_medium=companyUrl",
"addonUrl": "https://joshuatz.com/projects/marketing/google-data-studio-toggl-time-tracker-connector?utm_source=gds&utm_medium=addonUrl",
"supportUrl": "https://github.com/joshuatz/gds-toggl-connector?utm_source=gds&utm_medium=supportUrl",
"description": "This connector allows you to pull Toggl time entries and summary information into Google Data Studio, through the Toggl API.",
"shortDescription": "Pull Toggl data into Google Data Studio",
"sources": [
"TOGGL"
],
"authType": ["KEY"],
"feeType": ["FREE"]
},
"urlFetchWhitelist" : [
"https://www.toggl.com/",
"https://toggl.com/",
"https://api.track.toggl.com/"
],
"exceptionLogging": "STACKDRIVER"
}