Community Messages Count

    Definition

    Community Messages Count is build on top of the Social Data.

    Community Messages Count returns the number of messages written in the asset's own community chat (telegram server).

    Currently only telegram is supported.

    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.

    Access

    Restricted Access.


    Measuring Unit

    % between 0 and 100.


    Data Type

    Timeseries Data


    Frequency

    Five-Minute Intervals


    Latency

    Social Data Latency


    Available Assets

    Available for these assets

    Note: community_messages_count_total metric and all metrics for a specific source are available for the same set of assets.


    SanAPI

    Available under the community_messages_count_total and community_messages_count_<source> names, where the available sources are:

    • telegram
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    {
      getMetric(metric: "community_messages_count_total") {
        timeseriesData(
          selector: { slug: "santiment" }
          from: "2020-01-01T00:00:00Z"
          to: "2020-01-07T00:00:00Z"
          interval: "1d"
        ) {
          datetime
          value
        }
      }
    }

    Run in Explorer