Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 11, 2026

28 sample README files contained visitor stats tracking links with incorrect folder names or wrong domains, breaking analytics tracking.

Changes

Fixed folder name mismatches (25 files)

  • Typos: aad-apps-expird-keysaad-apps-expired-keys
  • Dash inconsistencies: bulk-restore-from-recycle-binbulk-restore-from-recyclebin
  • Wrong references: flow-search-flows-for-connectionflow-runs-day-summary
  • Case differences: report-term-useReportTermUse
  • Missing path segments: /spo-export-checked-out-files.../scripts/spo-export-checked-out-files...

Fixed domain issues (4 files)

  • pnptelemetry.azurewebsites.netm365-visitor-stats.azurewebsites.net
  • telemetry.sharepointpnp.comm365-visitor-stats.azurewebsites.net

Added missing links (1 file)

  • modernize-blog-pages

All links now match exact folder names:

<img src="https://m365-visitor-stats.azurewebsites.net/script-samples/scripts/{folder-name}" aria-hidden="true" />
Original prompt

This section details on the original issue you should resolve

<issue_title>Samples with image tracking link missing</issue_title>
<issue_description>=================== SUMMARY REPORT ===================
Total sample directories checked: 342
README.md files with visitor stats links: 314
README.md files missing visitor stats links: 28
README.md files with WRONG format links: 0
Directories without README.md: 0

📋 MISSING VISITOR STATS LINKS:

Locations within /scripts folder, within the README.md files.

• aad-apps-expired-keys
• bulk-restore-from-recyclebin
• flow-runs-day-summary
• flow-runs-status-list-dashboard
• graph-call-graph
• graph-connect-to-graph
• modernize-blog-pages
• ReportTermUse
• spo-add-app-catalog
• spo-add-multiple-lists-using-csv-file
• spo-cleanup-site-column-usage
• spo-create-sharepoint-groups-bulk-csv
• spo-csom-properties
• spo-delete-expired-sharing-link-folder-file-item
• spo-detect-theme
• spo-documentset-configuration
• spo-export-checked-out-files-in-all-sites-associated-with-a-hub-site-to-csv
• spo-export-duplicate-files
• spo-export-people-web-part-users
• spo-get-existing-site-structure
• spo-get-lists-libraries-item-count-permissions
• spo-group-permission-report
• spo-remove-list-designs
• spo-run-jobs-in-parallel
• spo-set-page-authorbyline
• teams-export-teams-information
• teams-list-installed-apps
• tenant-health-notify-teams

💡 SUGGESTED FIXES:

Add the following line to the end of each missing README.md file:

Use this correct format:
<img src=\ https://m365-visitor-stats.azurewebsites.net/script-samples/scripts/FOLDER_NAME\ aria-hidden=\true\ /></issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: pkbullock <8781041+pkbullock@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix missing visitor stats links in README.md files Fix visitor stats tracking links in 28 README files Jan 11, 2026
Copilot AI requested a review from pkbullock January 11, 2026 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Samples with image tracking link missing

2 participants