shipfeedAI news, curated daily

01:16:43 CET
26 JUL01:16:43shipfeed
pull to refreshlast sync
Just in — 30 new
§ tools · storyline

Public Web Analytics API now available

Vercel releases Web Analytics API with programmatic access to page views, visitors, and custom events.

May 18 · · primary fetch1 sourceupdated May 18 ·

The is now publicly available, with programmatic access to page views, visitors, and custom events for your Vercel projects.Web Analytics API The API reads from the same aggregated data model that powers the Web Analytics dashboard, so numbers from the API will match what your team sees in the UI. You can use it to build your own custom reports or to embed live traffic metrics in a customer-facing admin panel. Two resources are exposed: Count endpoints return a single total; aggregate endpoints return rows grouped by time, route, country, referrer, device, feature flag, or custom event data.

Filters use OData syntax, with to group results.by For example, to count visitors of a specific page, call with a filter:visits/countrequestPath For raw, unaggregated event streams, forward analytics data to your own infrastructure with .Drains Read the for authentication setup, full filter syntax, and response schemas.Web Analytics API guide Read more for automatically tracked page views and visitorsvisits for custom events sent with eventstrack()

read full article on vercel.com
§ sources1 publication · timeline below
  1. vercel.comPublic Web Analytics API now availableprimary