dsp: partnerize
extension: ndjson
uow_active_hours_threshold: 624
licensors:
  - licensor: sme
    types:
      {% if partnerize_invoice_apple %}
      - type: invoice_apple
        versions:
          - valid_from: '2020-01-01'
            version: v1
        schedule: '*/30 * * * *'
        frequency: '0 0 14 * *'
        uow_active_days_limit: 25
      {% endif %}
      {% if partnerize_conversion_apple %}
      - type: conversion_apple
        versions:
          - valid_from: '2020-01-01'
            version: v1
        schedule: '*/30 * * * *'
        frequency: '0 0 14 * *'
        uow_active_days_limit: 25
      {% endif %}
      {% if partnerize_invoice_spotify %}
      - type: invoice_spotify
        versions:
          - valid_from: '2020-01-01'
            version: v1
        schedule: '*/30 * * * *'
        frequency: '0 0 14 * *'
        uow_active_days_limit: 25
      {% endif %}
      {% if partnerize_conversion_spotify %}
      - type: conversion_spotify
        versions:
          - valid_from: '2020-01-01'
            version: v1
        schedule: '*/30 * * * *'
        frequency: '0 0 14 * *'
        uow_active_days_limit: 25
      {% endif %}