Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

`TheBuilder.WebAnalytics` displays [Vercel Web Analytics](https://vercel.com/docs/analytics) in the Umbraco backoffice.

![Web Analytics overview in the Umbraco backoffice](https://raw.githubusercontent.com/thebuilder/web-analytics/main/docs/screenshots/analytics-overview.png)
![Web Analytics overview in the Umbraco backoffice](https://raw.githubusercontent.com/thebuilder/web-analytics/refs/heads/main/docs/screenshots/analytics-overview.png)

It provides:

Expand Down
2 changes: 1 addition & 1 deletion umbraco-marketplace-readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

**Web Analytics brings Vercel Web Analytics into the Umbraco backoffice.** View traffic, audience, referrers, pages, campaigns, and custom events without leaving Umbraco.

![Web Analytics overview in the Umbraco backoffice](https://raw.githubusercontent.com/thebuilder/web-analytics/main/docs/screenshots/analytics-overview.png)
![Web Analytics overview in the Umbraco backoffice](https://raw.githubusercontent.com/thebuilder/web-analytics/refs/heads/main/docs/screenshots/analytics-overview.png)

## Features

Expand Down
8 changes: 4 additions & 4 deletions umbraco-marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@
"PackageType": "Integration",
"Screenshots": [
{
"ImageUrl": "https://raw.githubusercontent.com/thebuilder/web-analytics/main/docs/screenshots/analytics-overview.png",
"ImageUrl": "https://raw.githubusercontent.com/thebuilder/web-analytics/refs/heads/main/docs/screenshots/analytics-overview.png",
"Caption": "Explore visitors, page views, traffic history, popular pages, and referrers from the Analytics section."
},
{
"ImageUrl": "https://raw.githubusercontent.com/thebuilder/web-analytics/main/docs/screenshots/audience-events-and-flags.png",
"ImageUrl": "https://raw.githubusercontent.com/thebuilder/web-analytics/refs/heads/main/docs/screenshots/audience-events-and-flags.png",
"Caption": "Understand audience devices and locations alongside custom events and feature flags."
},
{
"ImageUrl": "https://raw.githubusercontent.com/thebuilder/web-analytics/main/docs/screenshots/custom-event-details.png",
"ImageUrl": "https://raw.githubusercontent.com/thebuilder/web-analytics/refs/heads/main/docs/screenshots/custom-event-details.png",
"Caption": "Drill into custom event properties and compare visitors with total events."
},
{
"ImageUrl": "https://raw.githubusercontent.com/thebuilder/web-analytics/main/docs/screenshots/settings.png",
"ImageUrl": "https://raw.githubusercontent.com/thebuilder/web-analytics/refs/heads/main/docs/screenshots/settings.png",
"Caption": "Configure access, caching, project connections, and document analytics mappings in Umbraco."
}
],
Expand Down