Task #3298
Feature #3246: Support for Search Stats page
Extension : Send the `Search data` to the Log extension API
Description
Send the following information to log extension API:
rkenServedPhrase - User searches and gets the purple link results in Copilot search for the provided phrase
phraseAskedInChatGPT - User clicked the 'Yes' button to request an answer from ChatGPT plus for provided phrase
when a user searches and gets the purple link results, send this information
{
"videoIdData": {
"https://www.studytonight.com/operating-system/classical-synchronization-problems": {
"rkenServedPhrase" : "linked list"
}
}
}
when the user clicks the 'Yes' button within the ChatGPT block, send this information
{
"videoIdData": {
"https://www.studytonight.com/operating-system/classical-synchronization-problems": {
"phraseAskedInChatGPT" : "linked list"
}
}
}
Updated by Ram Kordale about 1 year ago
- Assignee changed from Ayush Khandelwal to Ayanava Karmakar
Updated by Ayanava Karmakar about 1 year ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Updated by Ayanava Karmakar about 1 year ago
- Status changed from Resolved to Review
- Assignee changed from Ayanava Karmakar to Ayush Khandelwal