Are you retarded or just pretending to be smart? What do we need your program for? If there's a google, can't you see that it doesn't have the full answer?
there is no latestUpdate field in the response after a ping.
View attachment 376631View attachment 376632
This is what a normal working response looked like:{
{
url: “https://******.com”,
latest_update: {
type: “URL_UPDATED”,
notify_time: “2024-07-31T19:30:54.524457662Z”
}
Now compare how it looks now!
Don't you dick around.
The Indexing API responds with an HTTP 200 message, with a payload that contains details about the notification. The following example shows the body of a response that contains information about an update and delete notification:
{
url: "
http://foo.com",
latest_update: {
type: "URL_UPDATED",
notify_time: "2017-07-31T19:30:54.524457662Z"
},
latest_remove: {
type: "URL_DELETED",
notify_time: "2017-08-31T19:30:54.524457662Z"
}
}