Project

General

Profile

Task #3252

Feature #3246: Support for Search Stats page

Logging `Search data` Obtained from the Log Extension API

Added by Venmuhilan B about 1 year ago. Updated 11 months ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
10/05/2023
Due date:
% Done:

100%

Estimated time:
1.00 h

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>

Also available in: Atom PDF