1. Component Guide
  2. Back link
  3. Without ga4 tracking
Back link example

Without ga4 tracking

Disables GA4 tracking on the component. Tracking is enabled by default. This adds a data module and data-attributes with JSON data. See the ga4-link-tracker documentation for more information.

How it looks (preview)

How to call this example

<%= render "govuk_publishing_components/components/back_link", {
  href: "#",
  disable_ga4: true
} %>