dsp: youtubereporting
extension: csv
uow_active_hours_threshold: 36
licensors:
  - licensor: sme
    types:
      - type: asset_basic
        versions:
          - valid_from: '2019-12-01'
            valid_until: '{{ youtube_reports_transfer_date_valid_until }}'
            version: a2
          - valid_from: '{{ youtube_reports_transfer_date_valid_from }}'
            version: a3
      - type: asset_combined
        versions:
          - valid_from: '2019-12-01'
            valid_until: '{{ youtube_reports_transfer_date_valid_until }}'
            version: a2
          - valid_from: '{{ youtube_reports_transfer_date_valid_from }}'
            version: a3
      - type: asset_demographics
        versions:
          - valid_from: '2019-12-01'
            version: a1
      - type: playlist_combined
        versions:
          - valid_from: '2019-12-01'
            valid_until: '{{ youtube_reports_transfer_date_valid_until }}'
            version: a1
          - valid_from: '{{ youtube_reports_transfer_date_valid_from }}'
            version: a2
      - type: asset
        versions:
          - valid_from: '2020-01-12'
            valid_until: '{{ youtube_reports_transfer_date_valid_until }}'
            version: a1
        frequency: '0 0 * * 1'
      - type: active_claims
        versions:
          - valid_from: '2020-01-13'
            valid_until: '{{ youtube_reports_transfer_date_valid_until }}'
            version: a1
          - valid_from: '{{ youtube_reports_transfer_date_valid_from }}'
            version: a3
        schedule: '*/10 5-23 * * *'
      {% if youtubereportind_content_owner_asset %}
      - type: content_owner_asset
        versions:
          - valid_from: '2020-01-01'
            valid_until: '{{ youtube_reports_transfer_date_valid_until }}'
            version: a2
          - valid_from: '{{ youtube_reports_transfer_date_valid_from }}'
            version: a3
        frequency: '0 0 * * 7'
      {% endif %}
      {% if youtubereportind_content_owner_traffic_source %}
      - type: content_owner_traffic_source
        versions:
          - valid_from: '2020-01-01'
            valid_until: '{{ youtube_reports_transfer_date_valid_until }}'
            version: a2
          - valid_from: '{{ youtube_reports_transfer_date_valid_from }}'
            version: a3
      {% endif %}
      {% if youtubereportind_content_owner_asset_traffic_source %}
      - type: content_owner_asset_traffic_source
        versions:
          - valid_from: '2020-01-01'
            valid_until: '{{ youtube_reports_transfer_date_valid_until }}'
            version: a2
          - valid_from: '{{ youtube_reports_transfer_date_valid_from }}'
            version: a3
      {% endif %}
      {% if youtubereporting_content_owner_asset_device_os %}
      - type: content_owner_asset_device_os
        versions:
          - valid_from: '2020-01-01'
            valid_until: '{{ youtube_reports_transfer_date_valid_until }}'
            version: a2
          - valid_from: '{{ youtube_reports_transfer_date_valid_from }}'
            version: a3
      {% endif %}
      {% if youtubereporting_content_owner_video_metadata %}
      - type: content_owner_video_metadata
        versions:
          - valid_from: '2020-01-01'
            valid_until: '{{ youtube_reports_transfer_date_valid_until }}'
            version: a2
          - valid_from: '{{ youtube_reports_transfer_date_valid_from }}'
            version: a3
      {% endif %}
      - type: content_owner_estimated_revenue
        versions:
          - valid_from: '2020-01-01'
            version: a1
      - type: content_owner_asset_estimated_revenue
        versions:
          - valid_from: '2020-01-01'
            version: a1
      - type: content_owner_demographics
        versions:
          - valid_from: '2020-01-01'
            version: a1
      - type: content_owner_playlist_traffic_source
        versions:
          - valid_from: '2025-11-14'
            version: a2
schedule: '*/10 * * * *'