Skip to content

Commit

Permalink
Enable GA4 tracking on super breadcrumb
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesCGDS committed Feb 24, 2023
1 parent eb42cfc commit 52dc116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<% if @content_item.try(:back_link) %>
<%= render 'govuk_publishing_components/components/back_link', href: @content_item.back_link %>
<% else %>
<%= render 'govuk_publishing_components/components/contextual_breadcrumbs', content_item: @content_item.parsed_content_item %>
<%= render 'govuk_publishing_components/components/contextual_breadcrumbs', content_item: @content_item.parsed_content_item, ga4_tracking: true %>
<% end %>
<% end %>

Expand Down

0 comments on commit 52dc116

Please sign in to comment.