Skip to content

Update dashboard EnhancedConversionsNotification priority to SETUP_CTA_HIGH for consistency #11741

@hussain-t

Description

@hussain-t

Feature Description

The dashboard EnhancedConversionsNotification in both Analytics-4 and Ads modules is currently using PRIORITY.INFO but is part of the NOTIFICATION_GROUPS.SETUP_CTAS group. For consistency with other dashboard notifications in the SETUP_CTAs queue (such as ConsentModeSetupCTABanner, AudienceSegmentationIntroductoryOverlayNotification, etc.), this notification should use PRIORITY.SETUP_CTA_HIGH instead.

This improves code consistency and makes the priority naming convention align with the notification group it belongs to. All other dashboard notifications in the SETUP_CTAS group use priorities that begin with SETUP_CTA_*.

Bug Bashing Asana ticket for reference.


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

Acceptance criteria

  • The ENHANCED_CONVERSIONS_NOTIFICATION_ANALYTICS dashboard notification in the Analytics-4 module uses PRIORITY.SETUP_CTA_HIGH instead of PRIORITY.INFO.
  • The ENHANCED_CONVERSIONS_NOTIFICATION_ADS dashboard notification in the Ads module uses PRIORITY.SETUP_CTA_HIGH instead of PRIORITY.INFO.
  • The dashboard notification behavior remains unchanged.

Implementation Brief

  • In assets/js/modules/analytics-4/index.js, change priority: PRIORITY.INFO to priority: PRIORITY.SETUP_CTA_HIGH for the ENHANCED_CONVERSIONS_NOTIFICATION_ANALYTICS notification.
  • In assets/js/modules/ads/index.js, change priority: PRIORITY.INFO to priority: PRIORITY.SETUP_CTA_HIGH for the ENHANCED_CONVERSIONS_NOTIFICATION_ADS notification.

Test Coverage

  • No new tests are required.
  • Existing tests for both EnhancedConversionsNotification components should continue to pass.

QA Brief

Changelog entry

Metadata

Metadata

Assignees

No one assigned

    Labels

    P1Medium priorityTeam MIssues for Squad 2Type: EnhancementImprovement of an existing feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions