Skip to content

Commit 73ea909

Browse files
jukenterogluorhan
andauthored
Update .github/workflows/write-metrics-md.py
Co-authored-by: Orhan Eroglu <[email protected]>
1 parent 3cd6c7e commit 73ea909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/write-metrics-md.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def process_user_data(json_file, top_pages, this_year, map, md_file):
4343

4444
f.write('## Chart of Top 5 Pages by Project\n\n')
4545
f.write(
46-
'This table displays the top 5 pages by project over the life of Project Pythia, as determined by screen page views. Screen page views refers to the number of times users viewed a page, including repeated visits. To learn more visit the [GA4 "API Dimensions & Metrics" page](https://developers.google.com/analytics/devguides/reporting/data/v1/api-schema).\n\n'
46+
'This bar-chart displays the top 5 pages by project over the life of Project Pythia, as determined by screen page views. Screen page views refers to the number of times users viewed a page, including repeated visits. To learn more visit the [GA4 "API Dimensions & Metrics" page](https://developers.google.com/analytics/devguides/reporting/data/v1/api-schema).\n\n'
4747
)
4848
f.write(f'![Top Pages]({top_pages})\n\n')
4949

0 commit comments

Comments
 (0)