Change Analytics setup description
See original GitHub issueRelated to #4913 and #5045, some of the descriptive text in the Analytics setup flow should be simplified as it is now replaced with the new toggles displayed there.
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
Relying on the feature/existing-tag-simplification
branch:
- The Analytics
ExistingTagNotice
should be simplified to only keep the information around GTM tags, but no longer inform about “existing” tags, as these are covered via #4913 and #5045 now.- In other words, the only check that should remain in the component is
hasGTMAnalyticsProperty
, and then it should display the notice fromgetNoticeForExistingGTMProperty()
.
- In other words, the only check that should remain in the component is
- Throughout all scenarios of the Analytics setup flow, the following minor copy adjustment should be made:
- Please select the account information below. You can change this view later in your settings. --> Please select the account information below. You can change this later in your settings.
Implementation Brief
Any PR for this must be based on and target the feature/existing-tag-simplification
branch.
- Using
assets/js/modules/analytics/components/common/ExistingTagNotice.js
,- Keep only the check for
hasGTMAnalyticsProperty
and all the logic associated to it. This means removing the following:getNoticeForExistingUAAndGA4Tags
getNoticeForExistingUATag
getNoticeForExistingGA4Tag
- Keep only the check for
- Using the files below, update the text as per the second bullet point of the AC.
assets/js/modules/analytics/components/setup/SetupFormGA4.js
assets/js/modules/analytics/components/setup/SetupFormGA4Transitional.js
assets/js/modules/analytics/components/setup/SetupFormLegacy.js
assets/js/modules/analytics/components/setup/SetupFormUA.js
Test Coverage
- No new tests to be added.
QA Brief
- GTM Notices will be shown in the top of the Setup and Settings page when relevant.
- Existing Tag Notice for UA and GA4 will be shown on their respective toggles in Setup page.
- Existing Tag Notice will continue to surface on top of Settings View and Settings Edit page.
- The Updated Copy from the AC will be shown on all relevant places.
Changelog entry
- N/A
Issue Analytics
- State:
- Created a year ago
- Comments:13 (3 by maintainers)
Top Results From Across the Web
Create, edit, and share goals - Analytics Help - Google Support
Create a new goal. Navigate to your goals: Sign in to Google Analytics. Click Admin, and navigate to the desired view. In the...
Read more >Change Analytics Template - Salesforce Help
The Change Analytics app includes one prebuilt dashboard called Change Analytics. It includes visualizations showing how your team changes the selected object ...
Read more >Change Analytics - ITOM Practitioner Portal - Micro Focus
To access Change Analytics, from the main menu, select Build > Change > Analytics. Change Analytics User Interface (UI). The Change Analytics UI ......
Read more >Change Management Analytics and Reporting Solutions
Use this dashboard to see the trends in change request resolution over time across different change request risks, ages, and priorities. Break ...
Read more >Evolven: IT Operations Analytics Change Analytics ...
What Is Evolven? While it's well known that configuration changes are the root cause of most stability issues, IT still struggles to understand...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@felixarntz I have updated the QA brief. Cheers.
There is a big slack discussion on the problem that @wpdarren found. I’m here documenting what went wrong and where we are now regarding this. Also what needs to be done to potentially resolve this issue.
What happened?
ExistingGTMPropertyNotice
andExistingTagNotice
before ETS.copied
the messaging related to Existing Tag below the toggle.ExistingTagNotice
component.Solution
ExistingTagNotice
as theExistingGTMPropertyNotice
which will be used directly on top of Setup Form.ExistingTagNotice
as the notice that will be shown on Settings(View/Edit) screens. We can refactor it to useExistingGTMPropertyNotice
when there is no UA and there is GTM.Caveats Copies need to be checked and confirmed/corrected.
@felixarntz I’m assigning this back to you. Please review my finding and proposed solution and let me know how to move forward. Cheers.