Without ga4 tracking
Disables GA4 tracking on the component. Tracking is enabled by default. This includes the ga4-link-tracker
module and data-ga4-link
attributes. See the ga4-link-tracker docs for more information.
How it looks (preview)
How to call this example
<%= render "govuk_publishing_components/components/step_by_step_nav_related", {
disable_ga4: true,
pretitle: "Example pretitle",
links: [
{
href: "#",
text: "With ga4 tracking"
}
]
} %>