Analytics Waypoint
Overview
Usage Instructions
const ContentBlock = ({ id }) => (
<>
<AnalyticsWaypoint
name="content_block-top"
context={{blockId: id}}
/>
{<!-- component specific JSX -->}
<AnalyticsWaypoint
name="content_block-bottom"
context={{blockId: id}}
<>
);Under The Hood
Last updated