Project

General

Profile

Task #3298

Feature #3246: Support for Search Stats page

Extension : Send the `Search data` to the Log extension API

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

Status:
Closed
Priority:
Urgent
Target version:
Start date:
10/18/2023
Due date:
% Done:

100%

Estimated time:
1.00 h
Spent time:

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"
}
}
}

Also available in: Atom PDF