Midesk’s Competitive Monitoring capability is a powerful, AI-driven solution designed to help you gather and analyzing data from various online sources.
This page provides an overview of the key components involved in the competitive monitoring process and how different components interact with each other.
Here’s a brief summary of each key component:
To better understand the relationships between these components, refer to the flowchart below:
flowchart LR
subgraph EXTERNAL[Web&API]
direction LR
class EXTERNAL cssClass
URL[Url]
SOCKY[Social media]
API[API]
end
subgraph SYSTEM[Competititive Monitoring]
direction TB
subgraph TARGETS
direction LR
TARGET[Monitoring Target]
IDENTIFIER[Identifier]
TARGET --> IDENTIFIER
end
subgraph JOBS
direction TB
RECIPE[Monitoring recipe]
JOB[Monitoring job]
TASK[Monitoring tasks]
STEP[Processing steps]
RECIPE --> JOB
JOB --> TASK
TASK --> STEP
end
end
subgraph WORKSPACE[ Your workspace ]
direction LR
DATA[Data]
NEWS[News Articles]
NOTIFICATIONS[Email notifications]
end
EXTERNAL <-- get --> SYSTEM
SYSTEM -- save--> WORKSPACE
TARGETS -- keeps up-to-date --> JOBS