get:
  tags:
    - All Resources
    - Tracks
    - TikTok
  summary: 'Get Analytics for TikTok track (ISRC)'
  operationId: tiktok_track.analytics.search
  description: >-
    Analytics for TikTok track by date range. Usually split into breakdowns. If there is no data in the requested
    range, then `min_date` and `max_date` will be null and `days_count` will be 0.
  security:
    - bearerAuth: [ ]
  parameters:
    - $ref: '../parameters/isrc_required.yaml'
    - $ref: '../parameters/expand_to.yaml'
    - $ref: '../parameters/start_date.yaml'
    - $ref: '../parameters/end_date.yaml'
    - $ref: '../parameters/tiktok_content_type_array.yaml'
    - $ref: '../parameters/country_code_array.yaml'
    - $ref: '../parameters/tiktok_breakdown_array.yaml'
    - $ref: '../parameters/tiktok_metric_array.yaml'
  responses:
    200:
      $ref: '../responses/TikTokTrackAnalytics.yaml'
    400:
      $ref: '../responses/InvalidInput.yaml'
    401:
      $ref: '../responses/Unauthorized.yaml'
    500:
      $ref: '../responses/InternalError.yaml'