diff --git a/src/components/Home/index.tsx b/src/components/Home/index.tsx
index ff37fc29..a015c0b1 100644
--- a/src/components/Home/index.tsx
+++ b/src/components/Home/index.tsx
@@ -94,6 +94,13 @@ const IndexPage: React.FC = () => {
For this site
+
+ Fill out a{" "}
+
+ brief customer survey
+ {" "}
+ and let us know what you think!
+
You may report bugs by{" "}
diff --git a/src/constants.ts b/src/constants.ts
index f93f31f3..17578213 100644
--- a/src/constants.ts
+++ b/src/constants.ts
@@ -52,6 +52,8 @@ export enum Url {
enhancedEcommerceDemo = "https://enhancedecommerce.appspot.com/",
gaDevToolsGitHub = "https://github.com/googleanalytics/ga-dev-tools",
gaDevToolsGitHubNewIssue = "https://github.com/googleanalytics/ga-dev-tools/issues/new?assignees=&labels=&template=bug_report.md&title=",
+
+ gaDevToolsHatsSurvey = "https://forms.gle/khM6TxwTpjRfkPk69",
gaDevToolsGitHubNewFeatureRequest = "https://github.com/googleanalytics/ga-dev-tools/issues/new?assignees=&labels=&template=feature_request.md&title=",
gaDevsite = "http://developers.google.com/analytics",
gaDevsiteHelp = "http://developers.google.com/analytics/help/",