Calculated based on a large number of UserAgents/devices per subscriber. It is recommended to set more than 30 agents in the filter. Actions:
 
There is little need to export this data to external systems. For more valid results, it is recommended to exclude corporate clients from the selection; this can be done at the final stage.
Database query method:
Will appear later, create a query.
Selling OTT TV services together with the operator’s basic internet packages is one of the most popular additional services, which can be promoted through digital channels or via ITM. For efficient sales, it is important to know whether a subscriber has a Smart TV and whether they are already using OTT services. Detection is performed based on the UserAgent and ClickStream.
Example Smart TV query:
UserAgent match (?i)(\W|^)(smart|LG|samsung)(\W|$)
Example OTT TV query:
host match (?i)(\W|^)(smotreshka|ivi|okko|netflix)(\W|$)
Database query method:
Will appear later.
Similar to Smart TVs — used to build a target base for selling cloud video surveillance services. This case is slightly more complex since there are many vendors and cloud services, so libraries need to be compiled. Vendors (camera devices) can be found via UserAgent, and services via Host.
For example, let’s find clients of the most popular services:
https://camera.rt.ru/
https://spb.rt.ru/videocontrol
https://ru.ivideon.com/
Ivideon can be easily found by host, example query:
host like ivideon.com
Rostelecom is more complex, as all of its services are hosted on the same domain. Let’s make the query more specific, given that cameras operate continuously and generate hundreds of sessions per day:
 
Obtaining audience segments for local stores or businesses.
For example, to create a “warm” customer base, you can select users who visit competitor car service websites, order auto parts on exist.ru, or regularly use ozon or aliexpress.
You need to configure simple host-based filters for ClickStream or use built-in segmentation by ClickStream categories.