Skip to content

Commit

Permalink
More specific custom property name
Browse files Browse the repository at this point in the history
  • Loading branch information
ajparsons committed Jun 25, 2024
1 parent e32e5e4 commit 2d594bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hub/templates/hub/tools/postcode.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ <h2 class="h4">Climate Coalition member?</h2>
function log_count(numPostcodes) {
// if trackEvent is defined, log the number of postcodes processed
if (typeof trackEvent === "function") {
trackEvent("postcode_tool", {"count": numPostcodes});
trackEvent("postcode_tool", {"postcode_count": numPostcodes});
}
}

Expand Down

0 comments on commit 2d594bb

Please sign in to comment.