Skip to content

Commit

Permalink
Merge pull request #2157 from alphagov/header-tracking
Browse files Browse the repository at this point in the history
Add tracking on search submit to public layout
  • Loading branch information
chao-xian authored Jun 22, 2021
2 parents 95ea4bd + 1149f19 commit c584f58
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 c584f58

Please sign in to comment.