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 e82add5
Showing 1 changed file with 5 additions and 0 deletions.
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 e82add5

Please sign in to comment.