Problem being solved
Currently all reports look alike, even though they can originate from different places within the users' application. The API for creating a report currently takes in:
- the reporter
- the report date
- the reason (free text, policy, and a csam flag)
- the reported items and their threads
- additional items
In addition we should probably capture from where in the app content was reported from (a configurable enum), for instance it may be from a feed, from a user profile, or from the post itself.
Having this context can help surface when people are going directly to the account to report vs reporting individual content.
Proposed solution
Add a field for report source, which is a configured set of options that integrators can then integrate against. This allows for providing additional context in a programmatic sense which can help analysts understand why reports aren't being actioned.
This information should probably also have the ability to track a "user-agent" type string to correlate reports coming from different applications or integrations with the service provider.
Alternatives considered
I don't think there is any alternative, other than perhaps correlating to an analytics session id?
Anything else
This issue was inspired by recent conversation in the mastodon discord, where low quality reports where coming through because client software had not implemented adequate reporting flows.
Screenshots
No response
Checklist
Problem being solved
Currently all reports look alike, even though they can originate from different places within the users' application. The API for creating a report currently takes in:
In addition we should probably capture from where in the app content was reported from (a configurable enum), for instance it may be from a feed, from a user profile, or from the post itself.
Having this context can help surface when people are going directly to the account to report vs reporting individual content.
Proposed solution
Add a field for report source, which is a configured set of options that integrators can then integrate against. This allows for providing additional context in a programmatic sense which can help analysts understand why reports aren't being actioned.
This information should probably also have the ability to track a "user-agent" type string to correlate reports coming from different applications or integrations with the service provider.
Alternatives considered
I don't think there is any alternative, other than perhaps correlating to an analytics session id?
Anything else
This issue was inspired by recent conversation in the mastodon discord, where low quality reports where coming through because client software had not implemented adequate reporting flows.
Screenshots
No response
Checklist