OLD | NEW |
(Empty) | |
| 1 { |
| 2 "result": { |
| 3 "UrlCorrections": [ |
| 4 { |
| 5 "correctionType": "reloadPage", |
| 6 "urlCorrection": "http://reload/", |
| 7 "clickTrackingUrl": "http://reload_tracking/" |
| 8 }, |
| 9 { |
| 10 "correctionType": "urlCorrection", |
| 11 "urlCorrection": "http://correction1/", |
| 12 "clickTrackingUrl": "http://tracking1/" |
| 13 }, |
| 14 { |
| 15 "correctionType": "urlCorrection", |
| 16 "urlCorrection": "http://correction1/", |
| 17 "clickTrackingUrl": "http://tracking1/" |
| 18 }, |
| 19 { |
| 20 "correctionType": "contentOverlap", |
| 21 "urlCorrection": "http://correction2/", |
| 22 "clickTrackingUrl": "http://tracking2/" |
| 23 }, |
| 24 { |
| 25 "correctionType": "webSearchQuery", |
| 26 "urlCorrection": "search query", |
| 27 "clickTrackingUrl": "http://tracking2/" |
| 28 } |
| 29 ] |
| 30 } |
| 31 } |
OLD | NEW |