Hi
Is youtube maintain history of Channel Keywords or it is overwritten
Thanks
Hi
Is youtube maintain history of Channel Keywords or it is overwritten
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Naimish MakwanaPosted Feb 20, 2023, 3:18 PM
I want one channel id for the testing purpose. or you can try below code and check
Tuhin PaulPosted Mar 18, 2023, 6:34 PM
Retrieving the history or removed channel keywords using code alone is not feasible. To track changes to the keywords over time, additional logic needs to be implemented. One approach could be to periodically obtain the current keywords for the channel using code, store them in a database or file, and then query the database or file to retrieve the keywords for a specific time period or snapshot when historical keywords are required.
Naimish MakwanaPosted Feb 21, 2023, 8:02 AM
Hello Ramco,
Using code its not possible to retrive the history Or removed Channel Keywords. you would need to implement some additional logic to track the changes to the keywords over time.
Like, you need to Periodically retrieve the current keywords for the channel using the code (Which provide current keyword), and store them in a database or file. Then, when you want to retrieve the historical keywords, you can query the database or file to get the keywords for a specific time period or snapshot.
Thanks
Naimish Makwana
Ramco RamcoPosted Feb 21, 2023, 8:00 AM
Hi Naimish
It is showing current keywords not those which have been removed. I want that. Is it possible
Thanks
Naimish MakwanaPosted Feb 21, 2023, 6:36 AM
Hello Ramco,
Use below code.
If your channel has keyword than it will return keyword in response else it will not.
Thanks
Naimish Makwana
Ramco RamcoPosted Feb 20, 2023, 4:31 PM
Hi Naimish
It is returning below data
{
"items": [
{}
]
}
Thanks
Ramco RamcoPosted Feb 20, 2023, 3:09 PM
Hi Naimish
I deleted some keyword channel. I want to get those. Is it possible . I am not able to unserstand wht u want to say.
Thanks
Naimish MakwanaPosted Feb 20, 2023, 3:06 PM
Hello Ramco,
Can you give me sample channel id which is having keywords?
Thanks
Naimish
Ramco RamcoPosted Feb 20, 2023, 2:41 PM
Hi Naimish
I want whatever keywords are there till now in Channel . Is it possible
Thanks
Naimish MakwanaPosted Feb 20, 2023, 2:35 PM
Hello Ramco,
Using code its not possible to retrive the history of Channel Keywords. you would need to implement some additional logic to track the changes to the keywords over time.
Like, you need to Periodically retrieve the current keywords for the channel using the code (Which provide current keyword), and store them in a database or file. Then, when you want to retrieve the historical keywords, you can query the database or file to get the keywords for a specific time period or snapshot.
Thanks
Naimish Makwana
Ramco RamcoPosted Feb 20, 2023, 2:22 PM
Hi Naimish
Can u pls provide code how to retreive using RestSharp
Thanks
Naimish MakwanaPosted Feb 20, 2023, 2:01 PM
Hello Ramco,
YouTube maintains a history of the keywords that are used for a channel. When a creator updates the keywords for their channel, the new keywords are added to the existing list of keywords. This means that the history of the channel's keywords is not overwritten, but rather expanded upon with each new update.
Thanks
Naimish Makwana