-
Notifications
You must be signed in to change notification settings - Fork 928
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Temporary pixel for visit site suggestions CTA display count (#5309)
Task/Issue URL: https://app.asana.com/0/488551667048375/1208778105886340/f ### Description Add temporary pixel for counting display of visit site suggestions dialog ### Steps to test this PR _Feature 1_ - [x] Fresh install - [x] Once in the browser, tap on a search suggestion - [x] Dismiss SERP dialog - [x] _Logcat:_ Check `onboarding_visit_site_cta_shown` pixel is fired with parameter `count = 0` - [x] Open a new tab - [x] _Logcat:_ Check `onboarding_visit_site_cta_shown` pixel is fired with parameter `count = 1` - [x] Close and open the app - [x] _Logcat:_ Check `onboarding_visit_site_cta_shown` pixel is fired with parameter `count = 2` - [x] Perform a search - [x] Open a new tab - [x] _Logcat:_ Check `onboarding_visit_site_cta_shown` pixel is fired with parameter `count = 3` - [x] Tap on a site suggestion or navigate to a site - [x] Check Trackers dialog appears - [x] Open a new tab - [x] Check End dialog is shown and `onboarding_visit_site_cta_shown` pixel is not fired ### No UI changes
- Loading branch information
Showing
7 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters