summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/mock-link-doctor.json
blob: 903c7ae0afc7d38d715cfcbc951f1fd318ad4721 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
  "result": {
    "eventId": "whatever",
    "fingerprint": "blah",
    "UrlCorrections": [
       {
         "correctionType": "reloadPage",
         "urlCorrection":  "http://reload/",
         "clickType": "rld",
         "clickData": "whatever1"
       },
       {
         "correctionType": "urlCorrection",
         "urlCorrection":  "http://mock.http/title2.html",
         "clickType": "lnk",
         "clickData": "whatever2"
       },
       {
         "correctionType": "urlCorrection",
         "urlCorrection":  "http://correction1/",
         "clickType": "lnk",
         "clickData": "whatever3"
       },
       {
         "correctionType": "contentOverlap",
         "urlCorrection":  "http://correction2/",
         "clickType": "lnk",
         "clickData": "whatever4"
       },
       {
         "correctionType": "webSearchQuery",
         "urlCorrection":  "search query",
         "clickType": "frm",
         "clickData": "whatever5"
       }
     ]
  }
}