-
Notifications
You must be signed in to change notification settings - Fork 3
Search Query
KNSG edited this page Nov 16, 2019
·
1 revision
- query logs on Google search engine.
- takeout data excluded JSON format.
{
"event": [
{
"query": {
"id": [
{
"timestamp_usec": "1485845767211578"
}
],
"query_text": "android NEXUS5X"
}
}
]
}
- event : (array/object) query event
-
query : (object) query contents
-
id : (array/object) query id ?
- timestamp_usec : (string) timestamp in nano second
- query_text : (string) query text
-
id : (array/object) query id ?