Task #3252
Feature #3246: Support for Search Stats page
Logging `Search data` Obtained from the Log Extension API
100%
Description
The information for the following scenarios are send to Log Extension API .
when a user searches and gets the purple link results
{
"videoIdData": {
"https://www.studytonight.com/operating-system/classical-synchronization-problems": {
"rkenServedPhrase" : "linked list"
}
}
}
when the user clicks the 'Yes' button within the ChatGPT block
{
"videoIdData": {
"https://www.studytonight.com/operating-system/classical-synchronization-problems": {
"phraseAskedInChatGPT" : "linked list"
}
}
}
Log the information of `rkenServedPhrase` and `phraseAskedInChatGPT` in the backend
sample log messages ex:
Rken Served : In Copilot search, user got the purple link results for this phrase : <phrase> in this URL : <URL>
Asked In ChatGPT : User clicked the 'Yes' button to obtain the answer from ChatGPT plus for this phrase : <phrase> in this URL : <URL>
Updated by Venmuhilan B about 1 year ago
- Subject changed from Logging `Search Stats` Information Obtained from the Log Extension API to Logging `Search data` Obtained from the Log Extension API
Updated by Abhijata Sen about 1 year ago
- Status changed from Review to Closed
- % Done changed from 0 to 100