Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change support documentation slug to be visitor-groups. #9455

Open
1 task
techanvil opened this issue Oct 3, 2024 · 1 comment
Open
1 task

Change support documentation slug to be visitor-groups. #9455

techanvil opened this issue Oct 3, 2024 · 1 comment
Labels
Module: Analytics Google Analytics module related issues P1 Medium priority Team M Issues for Squad 2 Type: Enhancement Improvement of an existing feature

Comments

@techanvil
Copy link
Collaborator

techanvil commented Oct 3, 2024

Feature Description

As discussed on Asana, the user facing copy refers to "visitor groups" rather than "audience segmentation".

We should accordingly update the slug for the support documentation page to be visitor-groups rather than audience-segmentation.

There's only one instance of this URL in the feature: the "learn more" link in the tooltip for an audience:

image


Do not alter or remove anything below. The following sections will be managed by moderators only.

Acceptance criteria

Implementation Brief

  • Pass 'visitor-groups' as the argument to getDocumentationLinkURL() in the AudienceTooltipMessage component.

const documentationURL = useSelect( ( select ) =>
// TODO: The link must be updated here to the correct support URL once written.
select( CORE_SITE ).getDocumentationLinkURL( 'audience-segmentation' )
);

Test Coverage

  • Fix any failing tests.

QA Brief

  • Set up the Analytics module and enable the Audience Segmentation.
  • Hover over the tooltip for an audience in the Audience Tiles widget.
  • Hover the "Learn more" link in the tooltip and verify that it links to https://sitekit.withgoogle.com/support?doc=visitor-groups.
  • Click the link and verify that the support documentation page is displayed.
  • Note: The support documentation page is not expected to exist yet, you will see default documentation page instead.

Changelog entry

  • Update the Audience Segmentation support documentation "learn more" link in the tooltip for an Audience Tile.
@techanvil techanvil added Module: Analytics Google Analytics module related issues P1 Medium priority Type: Enhancement Improvement of an existing feature labels Oct 3, 2024
@aaemnnosttv
Copy link
Collaborator

IB ✅

@ivonac4 ivonac4 added the Team M Issues for Squad 2 label Oct 3, 2024
@hussain-t hussain-t self-assigned this Oct 3, 2024
@hussain-t hussain-t removed their assignment Oct 3, 2024
@techanvil techanvil self-assigned this Oct 3, 2024
techanvil added a commit that referenced this issue Oct 3, 2024
…ort-doc-slug

Enhancement/#9455 - Change support documentation slug to be `visitor-groups`
@techanvil techanvil removed their assignment Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Module: Analytics Google Analytics module related issues P1 Medium priority Team M Issues for Squad 2 Type: Enhancement Improvement of an existing feature
Projects
None yet
Development

No branches or pull requests

4 participants