get:
  tags:
    - All Resources
    - Videos
  summary: 'Retrieve video analytics data aggregated by product family'
  operationId: video_analytics.search.product_family
  description: >-
    Resource route for getting `VideoSummaryItems` with filtering for common dimensions.
  security:
    - bearerAuth: []
  parameters:
    - $ref: '../parameters/start_date.yaml'
    - $ref: '../parameters/end_date.yaml'
    - $ref: '../parameters/content_type_all_array.yaml'
    - $ref: '../parameters/country_code_array.yaml'
    - $ref: '../parameters/video_dsp.yaml'
    - $ref: '../parameters/product_family_id_array.yaml'
    - $ref: '../parameters/group_by_video.yaml'
    - $ref: '../parameters/only_metric_categories.yaml'
    - $ref: '../parameters/limit_range.yaml'
    - $ref: '../parameters/cursor.yaml'
    - $ref: '../parameters/limit.yaml'
    - $ref: '../parameters/offset.yaml'
    - $ref: '../parameters/sort_by_video_analytics.yaml'
    - $ref: '../parameters/sort_order.yaml'
  responses:
    200:
      $ref: '../responses/VideoAnalyticsResponse.yaml'
    400:
      $ref: '../responses/InvalidInput.yaml'
    401:
      $ref: '../responses/Unauthorized.yaml'
    500:
      $ref: '../responses/InternalError.yaml'