rules:
  - path: /analytics
    methods: [GET]
    groups:
      alw: [3]

  - path: /analytics/geographics-latest-date
    methods: [GET]
    groups:
      alw: [3]

  - path: /analytics/geographic-orchard-regions
    methods: [GET]
    groups:
      alw: [3]

  - path: /analytics/geographic-insights-by-territory
    methods: [GET]
    groups:
      alw: [3]

  - path: /analytics/geographic-insights-by-region
    methods: [GET]
    groups:
      alw: [3]

  - path: /analytics/demographic_insights
    methods: [GET]
    groups:
      alw: [3]

  - path: /analytics/stream-charts
    methods: [GET]
    groups:
      alw: [3]

  - path: /analytics/playlist-placements
    methods: [GET]
    groups:
      alw: [3]

  - path: /analytics/playlist-metadata
    methods: [GET]
    groups:
      alw: [3]

  # Admin: Allow all.
  - path: <*>
    methods: ['*']
    groups:
      alw: [4]
      oa: ['*']
