Skip to content

Commit

Permalink
Enable GA4 tracking on intervention component
Browse files Browse the repository at this point in the history
  • Loading branch information
andysellick committed Nov 3, 2023
1 parent 94620cb commit c6b95b4
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 c6b95b4

Please sign in to comment.