Skip to content

Commit c6b95b4

Browse files
committed
Enable GA4 tracking on intervention component
1 parent 94620cb commit c6b95b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/views/layouts/application.html.erb

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,11 @@
3636
suggestion_link_text: "Take part in user research",
3737
suggestion_link_url: @content_item.benefits_recruitment_survey_url,
3838
new_tab: true,
39+
ga4_tracking: true,
3940
} %>
4041
</div>
4142
<% end %>
42-
43+
4344
<%= yield :header %>
4445

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

0 commit comments

Comments
 (0)