Skip to content

Commit 180a622

Browse files
authored
Add HaTS link to the main page (#2028)
* Add screen_view, ad_impression, campaign_details events to EventBuilder * remove UA toggle * update the react-spinner version * remove unimplemented LineItem component * Force Typography to use span tag instead of div to avoid compilation warnings. Remove duplicate code and fix tests by renaming labels... * remove UA code and tests * fix tests * Dimensions and Metrics Explorer UX update Use the autocomplete component to search metrics/dimensions. The main list of all dimensions/metrics remains unchanged when selecting fields for compatibility check. The list of options available in Autocomplete components is updated based on fields' compatibility. Display field categories in accordion with Expand all / Collapse all options. Add option to display compatible only/incompatible only/all fields. Render field description using Markdown. * add HATS survey link to the main page under the "Help & Feedback" section
1 parent 9a7455f commit 180a622

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

src/components/Home/index.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,13 @@ const IndexPage: React.FC = () => {
8888
</Typography>
8989
<Typography variant="h3">For this site</Typography>
9090
<Typography variant="body1" component="ul">
91+
<li>
92+
Fill out a{" "}
93+
<ExternalLink href={Url.gaDevToolsHatsSurvey}>
94+
brief customer survey
95+
</ExternalLink>{" "}
96+
and let us know what you think!
97+
</li>
9198
<li>
9299
You may report bugs by{" "}
93100
<ExternalLink href={Url.gaDevToolsGitHubNewIssue}>

src/constants.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ export enum Url {
5252
enhancedEcommerceDemo = "https://enhancedecommerce.appspot.com/",
5353
gaDevToolsGitHub = "https://github.com/googleanalytics/ga-dev-tools",
5454
gaDevToolsGitHubNewIssue = "https://github.com/googleanalytics/ga-dev-tools/issues/new?assignees=&labels=&template=bug_report.md&title=",
55+
56+
gaDevToolsHatsSurvey = "https://forms.gle/khM6TxwTpjRfkPk69",
5557
gaDevToolsGitHubNewFeatureRequest = "https://github.com/googleanalytics/ga-dev-tools/issues/new?assignees=&labels=&template=feature_request.md&title=",
5658
gaDevsite = "http://developers.google.com/analytics",
5759
gaDevsiteHelp = "http://developers.google.com/analytics/help/",

0 commit comments

Comments
 (0)