Can't categorize activities by URLs
See original GitHub issueEnvironment
Browser: Firefox 73.0.1 (64-bit) and Google Chrome Version 80.0.3987.122 (Official Build) (64-bit) Operating system: Windows 10 Pro 1909 OS Type: 64-bit
Debug info from plugin
Number of active tabs: 1
Tabs:
{
"id": 20,
"index": 0,
"windowId": 109,
"highlighted": true,
"active": true,
"attention": false,
"pinned": false,
"status": "complete",
"hidden": false,
"discarded": false,
"incognito": false,
"width": 1080,
"height": 1824,
"lastAccessed": 1582933480468,
"audible": false,
"mutedInfo": {
"muted": false
},
"isArticle": false,
"isInReaderMode": false,
"sharingState": {
"camera": false,
"microphone": false
},
"successorTabId": -1,
"url": "https://learn.javascript.ru/",
"title": "Современный учебник JavaScript",
"favIconUrl": "data:image/png;base64,..."
}
Appnames in the Watcher

The issue
Hi, I use ActivityWatch with Chrome and Firefox extensions. But activities are only tracking by tabnames, not by URL in both browsers. For example, with these settings:
or
i have no information about activity
but if I set like this:
my activties appear

Issue Analytics
- State:
- Created 4 years ago
- Reactions:6
- Comments:13 (5 by maintainers)
Top Results From Across the Web
Categorize events by URL - Features - ActivityWatch Forum
Categorize events by URL ... Some websites (say, Github) do not include its name in its title, making it impossible to categorize it...
Read more >Incorrect Categorization - Palo Alto Networks
Follow these steps to determine a URL's category and request a category change if you believe it is incorrectly categorized.
Read more >Incorrect URL Categorization - TechDocs - Broadcom Inc.
Solution · Reproduce the issue by browsing to the same website. · In the activity log, enter the Ticket Id in the Tab...
Read more >Solved: URL Categorization - Cisco Community
Hello. I have read some post, but can't find information how to get my website categorized for Cisco web filters. Any idea or...
Read more >How to Include Category and Subcategory in WordPress URLs
However, if you are using the default WordPress URL structure, then your categories and subcategories are not included in the post URLs. Some ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@ethanicus I’m afraid this has stalled a bit due to the difficulty in getting the required transforms right.
Right now, the general workaround is to either:
I’ve noted that this is getting a bit untenable (and def an understandable source of confusion), so upping the priority a bit.
@yutotakano That’s how it works right now.
The issue is that the
urlfield is not in the events being categorized in the query. What’s needed is something to merge the web events with the window events, like worked on in https://github.com/ActivityWatch/aw-server-rust/pull/179.