We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
4b6eea0
const { ref } = useInView({ onChange: (inView) => { if (inView) { dataLayer.push('Section shown'); // Here's a GTM dataLayer push } }, });