You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ads setup banner should go to the setup CTA queue with priority 9
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
When Analytics is connected and Ads is not, on dashboard only one of (Ads setup banner and Audience segmentation) CTA banner should be shown - with Ads setup one having the priority over audience segmentation banner
Implementation Brief
In assets/js/modules/ads/index.js
For ads-setup-cta, update the priority to 9 and include groupID property with a value of NOTIFICATION_GROUPS.SETUP_CTAS
Test Coverage
Not needed
QA Brief
Setup Site Kit with Analytics module and adsPax feature flag enabled
Verify that Ads setup banner is showing on dashboard (and audience segmentation is not)
Audience segmentation is showing only if Ads banner has been dismissed or does not fulfil condition to be shown - like Ads being connected
Changelog entry
Update the Ads setup CTA banner to appear before the Audience Segmentation banner.
The text was updated successfully, but these errors were encountered:
Feature Description
Ads setup banner should go to the setup CTA queue with priority
9
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
Implementation Brief
assets/js/modules/ads/index.js
ads-setup-cta
, update the priority to9
and includegroupID
property with a value ofNOTIFICATION_GROUPS.SETUP_CTAS
Test Coverage
QA Brief
adsPax
feature flag enabledChangelog entry
The text was updated successfully, but these errors were encountered: