-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Brave Ads save and dislike filters #20206
Comments
Verification passed on
Save an adConfirmed ad was saved by clicking "Saved" filter Confirm creative instance id was saved under client.json / adPreferences / saved_ads Remove an ad from savedConfirm ad was removed from "Saved" filter Confirm creative instance id was removed from client.json / adPreferences / saved_ads Mark as inappropriate (see kebab menu)Confirm ads are blocked based upon the creative set id for the marked ad
Confirm creative set id was saved under client.json / adPreferences / flagged_ads Confirmation was successful
Unmark as inappropriate (see kebab menu)Confirm ads are not blocked based upon the creative set id for the unmarked ad Confirmed ad was shown:
Confirm creative set id was removed from client.json / adPreferences / flagged_ads Mark to no longer receive (aka no entry icon)Confirm ads are blocked based upon the category name for the marked ad Confirm ad is blocked
Confirm category name was saved under client.json / adPreferences / filtered_categories
Unmark to no longer receive (aka heart icon or neutral, i.e. no icon selected)Confirm ads are not blocked based upon the category name for the unmarked ad Confirm category name was removed from client.json / adPreferences / filtered_categories
Verified received the ad after unblocking
Dislike (aka thumbs down icon)Confirm ads are blocked based upon the advertiser id for the disliked ad Confirm advertiser id was saved under client.json / adPreferences / filtered_advertisers
Like (aka thumbs up icon or neutral, i.e. no icon selected)Confirm ads are not blocked based upon the advertiser id for the liked ad Ad was shown:
Confirm advertiser id was removed from client.json / adPreferences / filtered_advertisers
|
Should be tested as part of #16005. Only affected 1.35 and above
The text was updated successfully, but these errors were encountered: