The final logic for limiting how often the bubble is shown is still being discussed. For now, I've used very permissive rules (like ignoring session rates) to allow the bubble to show in most cases for easy testing.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
You are missing actions and enums entries; look for other cases where UE features were added for examples.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
if (kIPHAutofillAtMemoryFeature.name == feature->name) {We do not write configurations for desktop features - desktop features are auto-configured by the IPH system. If this is a feature that is also shipping on Android, please put this configuration in a `#if BUILDFLAG(IS_ANDROID)` block.
You are missing actions and enums entries; look for other cases where UE features were added for examples.
Added. PTAL.
if (kIPHAutofillAtMemoryFeature.name == feature->name) {We do not write configurations for desktop features - desktop features are auto-configured by the IPH system. If this is a feature that is also shipping on Android, please put this configuration in a `#if BUILDFLAG(IS_ANDROID)` block.
Thanks for pointing it out! This promo is currently Desktop-only, so I've removed the configuration.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Maryia MankevichYou are missing actions and enums entries; look for other cases where UE features were added for examples.
Added. PTAL.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[Memory] Introduce feature engagement constants for At-Memory Promo
This CL introduces the base feature flag and configuration for the
At-Memory autofill promo in the feature engagement tracker.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |