Skip to content

Commit

Permalink
Add tracking on search submit to public layout
Browse files Browse the repository at this point in the history
This is part of work to baseline data of usage of navigation elements before a redesign.
  • Loading branch information
chao-xian committed Jun 22, 2021
1 parent 95ea4bd commit 1149f19
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

## Unreleased

* Add tracking on search submit to public layout ([PR #2157](https://github.com/alphagov/govuk_publishing_components/pull/2157))
*Turn off LUX's debug mode ([PR #2156](https://github.com/alphagov/govuk_publishing_components/pull/2156))

## 24.15.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,10 @@
id: "site-search-text",
margin_bottom: 0,
no_border: true,
data_attributes: {
track_category: "headerClicked",
track_action: "searchSubmitted",
track_label: "none",
},
} %>
</form>

0 comments on commit 1149f19

Please sign in to comment.