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 | Report |
---|---|---|---|---|
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) | DESKTOP |
date | DATE | Date | The Date | |
desktop_score | NUMERIC | PS Insights Desktop Score | PS Insights Desktop Score | DESKTOP |
fcp | NUMERIC | First Contentful paint (fcp) | First Contentful paint (fcp) | DESKTOP |
fid | NUMERIC | First input delay (fid) | First input delay (fid) | DESKTOP |
lcp | NUMERIC | Largest contentful paint (lcp) | Largest contentful paint (lcp) | DESKTOP |
mobile_score | NUMERIC | PS Insights Mobile Score | PS Insights Mobile Score | MOBILE |
timestamp | TIMESTAMP | Timestamp | Timestamp | |
ttfb | NUMERIC | Time to first byte (ttfb) | Time to first byte (ttfb) | DESKTOP |