-
Notifications
You must be signed in to change notification settings - Fork 295
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
Update tailored metrics to also include new ACR metrics #9437
Comments
@zutigrm AC looks good to me, moving to IB. |
@zutigrm IB ✅ Moving to EB |
@zutigrm IB ✅ Moving to EB |
@10upsimon @zutigrm I feel, the This isn't a big deal but I've updated the IB here for this after speaking to @10upsimon and having another look at the existing settings in both classes. |
@andreylipattsev @sigal-teller Currently, we have 4 "answer-based" metrics selected depending on the answer that a user selects to the User Input Questionnaire. These are listed below. Existing Answer Based Metrics
I just wanted to flag a few things as per the current ACs which include new ACR widget tiles:
|
@10upsimon I have updated the ACs as per the discussion in this Slack thread and after @andreylipattsev consequently updated the Key Metrics Mapping. |
Thanks @jimmymadon I noticed the IB still references GA4 settings instead of KMW settings:
For the sake of time, I am going to update that and approve so long. |
@jimmymadon AC & IB ✅ moving to EB, cc @zutigrm |
QA Update ✅Verified for each metric/site type, the Key metrics appear accordingly:
|
Hey @benbowler, as per my comment on the PR, the followup PR has caused the Please can you raise another followup to fix the tests? |
Having merged the followup PR and confirmed all JS tests pass in |
Moving it back to execution, as we need to guard new list of tailored metrics with feature flag, it seems I forgot to include it in AC as well. I will quickly add a follow up |
QA Update: ✅Verified:
|
Moving this back to Execution to fix unit test failures. |
Just needed a unit test tweak, no user-facing change has been made so moving back to Approval. |
Feature Description
Accompanying the update to the KMW area to support up to 8 metric widgets, tailored metrics included based on the site purpose answer, will also be expanded to include ACR metric widgets.
See ACR tailored metrics based on the site purpose answer section in the design doc
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
Implementation Brief
includes/Core/Key_Metrics/Key_Metrics_Settings.php
includeConversionTailoredMetrics
,false
by defaultassets/js/googlesitekit/datastore/user/key-metrics.js
getAnswerBasedMetrics
selectorincludeConversionTailoredMetrics
KMW setting istrue
OR if user input is completed - retrieve this value fromisUserInputCompleted
selector fromCORE_USER
datastore.Test Coverage
assets/js/googlesitekit/datastore/user/key-metrics.test.js
getAnswerBasedMetrics
selector to include ACR metricstests/phpunit/integration/Core/Key_Metrics/Key_Metrics_SettingsTest.php
, expand on settings list to include new settingQA Brief
Note: For the latest follow up, verify that when feature flag is disabled, only 4 old tailored metrics are showing
conversionReporting
feature flag enabledtailored metrics
optionSerttings > Admin Settings
and under key metrics settings section, edit the site purpose answer, and verify that for each answer tailored metrics list is matching the ones in AC tableTop device driving purchases
KMW is not yet merged in the codebase, so it will be missing from the list at this timeChangelog entry
The text was updated successfully, but these errors were encountered: