experimenter icon indicating copy to clipboard operation
experimenter copied to clipboard

fix #7713 feat(nimbus): Add targeting for first run

Open yashika-khurana opened this issue 3 years ago • 3 comments

Because

  • We want to add a new targeting config for mobile first run that uses the boolean property that Fenix and Firefox iOS expose that is true on the first session, and then set both sticky and first run options on the targeting config to true.

This commit

  • Adds a new first run targeting for mobile fixes #7713

yashika-khurana avatar Oct 11 '22 17:10 yashika-khurana

we have this on Fenix. I'm not sure how to do it on iOS 🤔

eliserichards avatar Oct 12 '22 19:10 eliserichards

The one gotcha here is that for historical reasons, isFirstRun is a string, not a boolean; the jexl expression will be

isFirstRun == 'true'

jhugman avatar Oct 18 '22 12:10 jhugman

Thanks @jhugman ! @yashika-khurana Can you update this to use that expression for the relevant apps pls 🙏

jaredlockhart avatar Oct 27 '22 21:10 jaredlockhart

checks are not happy, let me fixed that

yashika-khurana avatar Nov 01 '22 16:11 yashika-khurana

@jaredlockhart @jhugman thank you for the feedback 🎉

yashika-khurana avatar Nov 01 '22 17:11 yashika-khurana