Skip to content

Commit

Permalink
Merge pull request #2979 from alphagov/intervention-tracking
Browse files Browse the repository at this point in the history
Enable GA4 tracking on intervention component
  • Loading branch information
andysellick authored Nov 3, 2023
2 parents 94620cb + c6b95b4 commit 105679b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@
suggestion_link_text: "Take part in user research",
suggestion_link_url: @content_item.benefits_recruitment_survey_url,
new_tab: true,
ga4_tracking: true,
} %>
</div>
<% end %>

<%= yield :header %>

<main role="main" id="content" class="<%= @content_item.schema_name.dasherize %>" lang="<%= I18n.locale %>">
Expand Down

0 comments on commit 105679b

Please sign in to comment.