Hello All,
I have inserted the following script at the foot of the body in each of my HTML pages, but very possibly incorrectly so:
<!--Script measure CWV-->
import {
onCLS,
onINP,
onLCP,
}
onCLS(console.log);
onINP(console.log);
onLCP(console.log);
</script>
<!--End Script measure CWV-->
Although this appears to return values for the CLS, INP and LCP, there is nothing coming back for the attribution data - am i incorrect in thinking it is possible to get this from the browser as with the standard web-vitals-library?
Many thanks,
S