-
Notifications
You must be signed in to change notification settings - Fork 262
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems to be changing telemetry, and not adding any?
Thanks again for your contribution! |
@Sdaswani - I modified the event that is being fired off when a user taps on the search hint. Maybe I misunderstood the requirements. |
No worries @joeyg - so looking at #381, @bbinto wants to add another telemetry event. If you are typing something you can either press return to go to that page OR you can press the 'Search for' option below the URL bar. We want to add telemetry there. Let me know if that makes sense or not. cc @boek |
@Sdaswani - ok. Next week I can take a look to make sure we are sending an event when the user hits enter as well. What the PR currently does is send an event when the user presses a Search For option. You are correct that I changed the event, I believe it was sending the wrong one. |
Actually on second thought maybe it's not already done - @boek perhaps we are using 'typeQuery' for both interactions? |
Hey @joeyg, thanks again for the contribution! I'll be taking a look at this today to see if we can get this cleared up :) |
@boek thanks for taking a look. |
@Sdaswani Correct, we were using the same event in both locations. Lets get this change in 👍 |
Send Telemetry event with the method "select_query"