You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a preview when creating a new rule, that would show how much traffic from the last week would match that rule
Let people save some URLs for testing, and we can show what channel type it would be assigned to
Add suggestions for optional built-in rules, like AI or Newsletter. IMO these should continue to update over time, so we should store the IDs in the DB and add the rules at query-time, rather than just adding extra JSON to their custom channel types
Paths tile
Add a button to expand the row, showing extra information about that path
Ideate what should go there (add or remove from this list)!
Open the toolbar (hint: get the URL with topK(1)(properties.$current_url) or any(properties.$current_url) to get around the fact that it's hard to go from a path-cleaned pathname to a real URL
Tasks
topK(1)(properties.$current_url)
orany(properties.$current_url)
to get around the fact that it's hard to go from a path-cleaned pathname to a real URLSee also: web vitals #28942
The text was updated successfully, but these errors were encountered: