Project

General

Profile

Task #3252

Updated by Venmuhilan B about 1 year ago

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 these 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>

Back