Skip to content

Commit

Permalink
Merge pull request #2702 from alphagov/ga4_super_breadcrumb_tracking
Browse files Browse the repository at this point in the history
Enable GA4 tracking on super breadcrumb
  • Loading branch information
andysellick authored Mar 7, 2023
2 parents 074ec6f + 52dc116 commit 55e8b52
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 55e8b52

Please sign in to comment.