-
Notifications
You must be signed in to change notification settings - Fork 319
Description
Bug Description
On the Audience Segmentation (Visitor Groups) Banner notification on the dashboard, we should add a Learn more
link to point users to the Site Kit documentation for this feature. This should behave the same as other learn more links but point to https://sitekit.withgoogle.com/documentation/using-site-kit/visitor-groups/ The link should open up in a new window, and include the external link icon. We should also create a GA event for the link to be triggered when clicked.
Edit: Props to @desrosj -- @jimmymadon we should add a learn more link on the settings page as it also lacks additional context for the Visitor Groups feature. Interested in your thoughts if this could be included in this work, or, would you prefer I created a new ticket for this. Thanks!
Steps to reproduce
- Set up Site Kit with Analytics for a property that has zero or real data.
- Observe the
Learn how different types of visitors interact with your site
banner on the dashboard. - Note that you will have to refresh the dashboard for it to appear.
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
- A "Learn more" link that points to https://sitekit.withgoogle.com/support?doc=visitor-groups should be added to:
Implementation Brief
- Fix VRTs for attached PR which does the following:
- Use the
getDocumentationLinkURL( 'visitor-groups' )
from theCORE_SITE
datastore to create the link and pass it to the CTAs mentioned in the ACs.
- Use the
Test Coverage
- No new tests required.