Social Dominance
Definition
Social Dominance shows the share of the discussions in crypto media that is referring to a particular asset or phrase.
The metric is build on top of the Social Data.
Please note that metrics may undergo changes in historical values due to automated recalculations triggered monthly. We constantly update our labels which helps us to keep labels as fresh as possible but result historical data changes. Any modifications to labels, social sources, or relevant jobs will prompt recalculation for the previous month's data. Within a 12 hour period, metric can be supplemented with new data.
Social Dominance for an Asset
Social Dominance for an asset compares the Social Volume of that asset to the combined social volume of the 100 largest assets by marketcap.
Social Dominance of 50% for an asset means that the number of messages/posts that discuss this asset equal half the number of messages/posts that discuss the Top 100 assets.
This definition allows the social dominance of an asset to exceed 100%. This can happen for assets whose name and/or ticker is a very common English word.
Social Dominance for a text phrase
Social Dominance for an arbitrary text phrase compares the Social Volume of that search term to the total number of documents available. This essentially computes the percentage of all documents that match this search term.
Access
Measuring Unit
Number - % between 0 and 100
Data Type
Change Metrics
Frequency
Latency
Available Assets
Available for these assets
Note:
social_dominance_total
metric and all metrics for a specific source are available for the same set of assets.
Sanbase
Combined Social Dominance from all sources for an asset can be seen on a project's page.
Social Dominance for arbitrary search terms can be viewed from the trends page
and enabling the Social Dominance toggle on the next page that shows the result.
The combined social dominance from all sources is displayed
SanAPI
Available under the social_dominance_total
and social_dominance_total_<source>
names, where the available sources are:
- 4chan
- telegram
- bitcointalk
- youtube_videos
- farcaster
- total (combines all sources)
Social Dominance for an asset
1 2 3 4 5 6 7 8 9 10 11 12 13
{ getMetric(metric: "social_dominance_total") { timeseriesData( selector: { slug: "santiment" } from: "2020-01-01T00:00:00Z" to: "2020-01-07T00:00:00Z" interval: "1d" ) { datetime value } } }
Social Dominance for arbitrary search term
1 2 3 4 5 6 7 8 9 10 11 12 13
{ getMetric(metric: "social_dominance_telegram") { timeseriesData( selector: { text: "btc AND 1?k" } from: "2020-01-01T00:00:00Z" to: "2020-01-07T00:00:00Z" interval: "1d" ) { datetime value } } }
Full list of metrics
The full list of Social Dominance metrics is:
Open Metrics List
Open Metrics List
- social_dominance_4chan
- social_dominance_ai_total
- social_dominance_bitcointalk
- social_dominance_reddit
- social_dominance_telegram
- social_dominance_total
- social_dominance_twitter
- social_dominance_youtube_videos
- social_dominance_farcaster
Open Change Metrics List
Open Change Metrics List
- social_dominance_total_change_1d
- social_dominance_total_change_30d
- social_dominance_total_change_7d
Open Moving Average Metrics List
Open Moving Average Metrics List
- social_dominance_4chan_1h_moving_average
- social_dominance_4chan_24h_moving_average
- social_dominance_ai_total_1h_moving_average
- social_dominance_ai_total_24h_moving_average
- social_dominance_bitcointalk_1h_moving_average
- social_dominance_bitcointalk_24h_moving_average
- social_dominance_reddit_1h_moving_average
- social_dominance_reddit_24h_moving_average
- social_dominance_telegram_1h_moving_average
- social_dominance_telegram_24h_moving_average
- social_dominance_total_1h_moving_average
- social_dominance_total_24h_moving_average
- social_dominance_twitter_1h_moving_average
- social_dominance_twitter_24h_moving_average
- social_dominance_youtube_videos_1h_moving_average
- social_dominance_youtube_videos_24h_moving_average
- social_dominance_farcaster_1h_moving_average
- social_dominance_farcaster_24h_moving_average
Open Moving Average Change Metrics List
Open Moving Average Change Metrics List
- social_dominance_total_1h_moving_average_change_1d
- social_dominance_total_1h_moving_average_change_30d
- social_dominance_total_1h_moving_average_change_7d
- social_dominance_total_24h_moving_average_change_1d
- social_dominance_total_24h_moving_average_change_30d
- social_dominance_total_24h_moving_average_change_7d
Talk to us in Discord
Still have some questions left? Join our Discord and get help from the Santiment team!
Go to Discord