-
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
[ads] Add brave://ads-internals #40952
Comments
Is it possible to add a "Clear Brave Ads data" button at the bottom like we have on This could reload the page afterwards so that users can have immediate confirmation that the data is gone. |
We only allow users to clear ads data for non-Rewards, because for Rewards users they can reset. This would be strange to have the ability to clear rewards from brave://ads-internals, your thoughts? Thanks |
Yes, I think we can have something like:
Or alternatively, nothing for Rewards users since they can already reset from |
Ok sure let's have nothing for rewards users as this makes more sense to me. Thanks |
Description
Add a new
brave://ads-internals
page to display URL patterns and expiry dates extracted from thecreative_set_conversions
table withinDefault/ads_service/database.sqlite
, specifically theurl_pattern
andexpire_at
fields.If there are URL patterns, we should display this message:
If no URL patterns are present, we should display this message:
Refer to
brave://skus-internals
for a multi-platform implementation of an internal page.The text was updated successfully, but these errors were encountered: