type: object
nullable: false
description: >-
  This object contains dynamic key names based on
  [IETF BCP 47 language tags](https://en.wikipedia.org/wiki/IETF_language_tag). The values are arrays of
  the metrics data for corresponding dates.
additionalProperties:
  $ref: './TikTokTrackAnalyticsRangeMetrics.yaml'
example:
  'us':
    creations: [ 1201, 1299, 1282 ]
    likes: [ 22081, 22099, 22082 ]
    shares: [ 2282, 2299, 2282 ]
    favorites: [ 20092, 20099, 20082 ]
    comments: [ 281, 299, 282 ]
    video_views: [ 2081, 2099, 2082 ]
  'au':
    creations: [ 1231, 1299, 1282 ]
    likes: [ 51, 99, 82 ]
    shares: [ 92, 99, 82 ]
    favorites: [ 982, 999, 982 ]
    comments: [ 21, 99, 82 ]
    video_views: [ 11, 99, 82 ]