rules:
  - path: /<*>
    methods: [GET]
    profiles:
      LabelProfile: [analytics]

  - path: /geographics-latest-date
    methods: [GET]
    profiles:
      LabelProfile: [analytics]

  - path: /geographic-orchard-regions
    methods: [GET]
    profiles:
      LabelProfile: [analytics]

  - path: /geographic-insights-by-territory
    methods: [GET]
    profiles:
      LabelProfile: [analytics]

  - path: /geographic-insights-by-region
    methods: [GET]
    profiles:
      LabelProfile: [analytics]

  - path: /demographic_insights
    methods: [GET]
    profiles:
      LabelProfile: [analytics]

  - path: /stream-charts
    methods: [GET]
    profiles:
      LabelProfile: [analytics]

  - path: /playlist-placements
    methods: [GET]
    profiles:
      LabelProfile: [analytics]

  - path: /playlist-metadata
    methods: [GET]
    profiles:
      LabelProfile: [analytics]

  # Admin: Allow all.
  - path: <*>
    methods: ['*']
    profiles:
      LabelProfile: [administrator]
      OrchAdminProfile: ['*']
