Skip to content

Commit

Permalink
Merge pull request #3402 from alphagov/ga4-person-roles
Browse files Browse the repository at this point in the history
GA4 tracking on person and roles
  • Loading branch information
andysellick authored Oct 2, 2023
2 parents 399ab2a + 8830e64 commit ab4d718
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/views/people/_contents.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<div <%= t_lang("people.biography") %>>
<%= render "govuk_publishing_components/components/contents_list", {
ga4_tracking: true,
contents: [
{
text: t("people.biography"),
Expand Down
1 change: 1 addition & 0 deletions app/views/roles/_contents.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<div <%= t_lang("roles.headings.responsibilities") %>>
<%= render "govuk_publishing_components/components/contents_list", {
ga4_tracking: true,
contents: [
{
text: t("roles.headings.responsibilities"),
Expand Down

0 comments on commit ab4d718

Please sign in to comment.