1{ 2 "syncToken": 1662138000, 3 "contents": [ 4 { "key": "ad1", 5 "data": "{ \"price\": 10.0, \"landingPage\": \"http://google.com\", \"text\": \"Google\" }" 6 }, 7 { "key": "ad2", 8 "data": "{ \"keyword\": \"dog\", \"price\": 20.0, \"landingPage\": \"http://android.com\", \"text\": \"Android\", \"template\": \"template1\" }" 9 }, 10 { "key": "ad3", 11 "data": "{ \"excludekeyword\": \"cat\", \"price\": 15.0, \"landingPage\": \"http://nest.com\", \"text\": \"Nest\" }" 12 }, 13 { "key": "template1", 14 "data": "<img src=\"$impressionUrl\">\n<a href=\"$clickUrl\">${adText}!</a>" 15 } 16 ] 17} 18