Skip to content

Commit

Permalink
Merge branch 'main' into prod
Browse files Browse the repository at this point in the history
  • Loading branch information
clezag committed Dec 19, 2024
2 parents 625c92e + f8bc215 commit a136487
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci-matomo-noi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ jobs:
X_MATOMO_SITE_ID: 1
# put 0 to disable custom reports
X_MATOMO_REPORT_ID: 0
X_MATOMO_PAGES: https://noi.bz.it/de/ueber-uns/transparente-verwaltung,https://noi.bz.it/it/chi-siamo/societa-trasparente,https://noi.bz.it/de/transparente-verwaltung,https://noi.bz.it/it/societa-trasparente,https://noi.bz.it/it/amministrazione-trasparente

X_MATOMO_PAGES: https://noi.bz.it/de/ueber-uns/transparente-verwaltung/allgemeine-bestimmungen,https://noi.bz.it/it/chi-siamo/societa-trasparente/disposizioni-generali,https://noi.bz.it/de/ueber-uns/transparente-verwaltung,https://noi.bz.it/it/chi-siamo/societa-trasparente,https://noi.bz.it/de/transparente-verwaltung,https://noi.bz.it/it/societa-trasparente,https://noi.bz.it/it/amministrazione-trasparente

# Logging
X_LOG_LEVEL: info
Expand All @@ -100,7 +99,6 @@ jobs:
docker-username: ${{ github.actor }}
docker-password: ${{ secrets.GITHUB_TOKEN }}


- name: Deploy application
uses: noi-techpark/github-actions/docker-deploy@v2
with:
Expand Down Expand Up @@ -148,7 +146,7 @@ jobs:
X_MATOMO_SITE_ID: 1
# put 0 to disable custom reports
X_MATOMO_REPORT_ID: 0
X_MATOMO_PAGES: https://noi.bz.it/de/ueber-uns/transparente-verwaltung,https://noi.bz.it/it/chi-siamo/societa-trasparente,https://noi.bz.it/de/transparente-verwaltung,https://noi.bz.it/it/societa-trasparente,https://noi.bz.it/it/amministrazione-trasparente
X_MATOMO_PAGES: https://noi.bz.it/de/ueber-uns/transparente-verwaltung/allgemeine-bestimmungen,https://noi.bz.it/it/chi-siamo/societa-trasparente/disposizioni-generali,https://noi.bz.it/de/ueber-uns/transparente-verwaltung,https://noi.bz.it/it/chi-siamo/societa-trasparente,https://noi.bz.it/de/transparente-verwaltung,https://noi.bz.it/it/societa-trasparente,https://noi.bz.it/it/amministrazione-trasparente

# Logging
X_LOG_LEVEL: info
Expand Down
4 changes: 2 additions & 2 deletions data-collectors/matomo-noi/calls.http
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ GET {{endpoint}}
&idSite=1
&period=day
&date=yesterday
&pageUrl=https://noi.bz.it/de/transparente-verwaltung
&pageUrl=https://noi.bz.it/de/ueber-uns/transparente-verwaltung/allgemeine-bestimmungen
# &segment=pageUrl=@transparente-verwaltung
&format=JSON
&flat=1
Expand All @@ -57,7 +57,7 @@ GET {{endpoint}}
&idSite=1
&period=day
&date=yesterday
&pageUrl=https://noi.bz.it/it/societa-trasparente
&pageUrl=https://noi.bz.it/it/chi-siamo/societa-trasparente/disposizioni-generali
# &segment=pageUrl=@societa-trasparente,pageUrl=@amministrazione-trasparente
&format=JSON
&flat=1
Expand Down

0 comments on commit a136487

Please sign in to comment.