Findings
List all brand monitoring findings of a company.
Brand monitoring is a business analytics process concerned with monitoring various channels on the web or other media to gain insight about the company, brand, and anything explicitly connected to the company in cyberspace.
Grading for the category is based on the average score of Web of Trust (WOT) score and Website Optimization & Quality score. The weight of the Brand Monitoring on the overall score is 3%.
get/api/v2/companies/{id}/findings/brandmonitoring
Path parameters
idinteger required
The id of the target company.
Query parameters
page_numberinteger
Example:1
The number of the page requested.
page_size10 | 20 | 30 | 50 | 100 | 250
Example:10
The number of result items in a single response.
Response
Success
Example response
[
{
"Domain": "acmeinc.com",
"WebOfTrust": {
"ControlId": "FRADOM-001",
"VendorReliability": {
"Grade": "Excellent"
},
"ChildSafety ": {
"Grade": "Excellent"
},
"Trustworthiness ": {
"Grade": "Excellent"
},
"Privacy ": {
"Grade": "Excellent"
}
},
"WebsiteOptimizationAndQuality": [
{
"ControlId": "FRADOM-001",
"Status": "Passed",
"Title": "Google Analytics",
"Description": " Google Analytics is a freemium web analytics service offered by Google that tracks and reports website traffic. Google Analytics lets you measure your advertising ROI as well as track your Flash, video, and social networking sites and applications."
}
]
}
]