Skip to content

Commit 3a3e146

Browse files
authored
Added privacyPolicyUrl and termsOfServiceUrl
These are optional values that are needed for publishing connectors on the gallery: https://developers.google.com/datastudio/connector/manifest
1 parent 8e3b3cc commit 3a3e146

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

data-studio/appsscript.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
"supportUrl": "https://hooli.xyz/data-studio-connector/support",
99
"description": "Nucleus by Hooli connector lets you connect to your data in Data Studio using Nucleus middle out optimization. You will need an account on hooli.xyz to use this connector. Create your account at https://hooli.xyz/signup",
1010
"shortDescription": "Connect to your data using Nucleus middle out optimization",
11+
"privacyPolicyUrl": "https://hooli.xyz/privacy",
12+
"termsOfServiceUrl": "https://hooli.xyz/tos",
1113
"authType": ["NONE"],
1214
"feeType": ["PAID"],
1315
"sources": ["HOOLI_CHAT_LOG", "ENDFRAME_SERVER_STREAM", "RETINABYTE_USER_ANALYTICS"],
@@ -19,4 +21,4 @@
1921
"https://api.hooli.xyz/",
2022
"https://hooli.xyz/"
2123
]
22-
}
24+
}

0 commit comments

Comments
 (0)