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
--
You received this message because you are subscribed to the Google Groups "web-vitals-feedback" group.
To unsubscribe from this group and stop receiving emails from it, send an email to web-vitals-feed...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/web-vitals-feedback/162bafe0-e60c-4674-bcc4-f5713b0f92b6n%40googlegroups.com.