Skip to content

Commit e345587

Browse files
authored
Merge pull request #11785 from google/enhancement/11741-change-ecee-notifications-priority
Update ECEE notifications priority.
2 parents ee15f6b + 812d04b commit e345587

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/js/modules/ads/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ export const ADS_NOTIFICATIONS = {
206206
},
207207
[ ENHANCED_CONVERSIONS_NOTIFICATION_ADS ]: {
208208
Component: EnhancedConversionsNotification,
209-
priority: PRIORITY.INFO,
209+
priority: PRIORITY.SETUP_CTA_HIGH,
210210
areaSlug: NOTIFICATION_AREAS.DASHBOARD_TOP,
211211
groupID: NOTIFICATION_GROUPS.SETUP_CTAS,
212212
viewContexts: [ VIEW_CONTEXT_MAIN_DASHBOARD ],

assets/js/modules/analytics-4/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,7 @@ export const ANALYTICS_4_NOTIFICATIONS = {
886886
},
887887
[ ENHANCED_CONVERSIONS_NOTIFICATION_ANALYTICS ]: {
888888
Component: EnhancedConversionsNotification,
889-
priority: PRIORITY.INFO,
889+
priority: PRIORITY.SETUP_CTA_HIGH,
890890
areaSlug: NOTIFICATION_AREAS.DASHBOARD_TOP,
891891
groupID: NOTIFICATION_GROUPS.SETUP_CTAS,
892892
viewContexts: [ VIEW_CONTEXT_MAIN_DASHBOARD ],

0 commit comments

Comments
 (0)