Google PageSpeed Insights Field Reference

Sample
The Google PageSpeed Insights connector allows to pull PageSpeed scores on a URL level.
A sample URL to retrieve the data is
https://connectors.windsor.ai/google_pagespeed?api_key=[your API key]&fields=date,timestamp,account_id,account_name,desktop_score,mobile_score,lcp,fid,cls,fcp,ttfb
Fields
ID | Type | Name | Description |
---|---|---|---|
account_id | TEXT | Account ID | URL of the page |
account_name | TEXT | Account Name | URL of the page |
cls | NUMERIC | Cumulative layout shift (cls) | Cumulative layout shift (cls) |
date | DATE | Date | The Date |
desktop_score | NUMERIC | PS Insights Desktop Score | PS Insights Desktop Score |
fcp | NUMERIC | First Contentful paint (fcp) | First Contentful paint (fcp) |
fid | NUMERIC | First input delay (fid) | First input delay (fid) |
lcp | NUMERIC | Largest contentful paint (lcp) | Largest contentful paint (lcp) |
mobile_score | NUMERIC | PS Insights Mobile Score | PS Insights Mobile Score |
timestamp | TIMESTAMP | Timestamp | Timestamp |
ttfb | NUMERIC | Time to first byte (ttfb) | Time to first byte (ttfb) |