Skip to content

Instantly share code, notes, and snippets.

@boska
Last active August 29, 2015 14:10
Show Gist options
  • Save boska/474bbfaee294e2f71af1 to your computer and use it in GitHub Desktop.
Save boska/474bbfaee294e2f71af1 to your computer and use it in GitHub Desktop.
event
[
{
"title" : "event_1",
"targetUrl": { "en" : "http://google.com" ,
"zh_TW" : "http://google.com" },
"banner1x": { "en" : "http://placehold.it/640x210/f04e2f/ffffff/" ,
"zh_TW" : "http://placehold.it/640x210/f04e2f/ffffff/" },
"banner2x": { "en" : "http://placehold.it/640x210/f04e2f/ffffff/" ,
"zh_TW" : "http://placehold.it/640x210/f04e2f/ffffff/" },
"banner3x": { "en" : "http://placehold.it/750x210/f04e2f/ffffff/" ,
"zh_TW" : "http://placehold.it/750x210/f04e2f/ffffff/" },
"startFrom" : {
"__type": "Date",
"iso": "2014-12-24T00:00:00.000Z"
},
"endAt" : {
"__type": "Date",
"iso": "2014-12-25T23:59:59.999Z"
},
"enable" : true,
"country" : "tw"
},
{
"title" : "event_2",
"targetUrl": { "en" : "http://google.com" ,
"zh_TW" : "http://google.com" },
"banner1x": { "en" : "http://placehold.it/640x210/f04e2f/ffffff/" ,
"zh_TW" : "http://placehold.it/640x210/f04e2f/ffffff/" },
"banner2x": { "en" : "http://placehold.it/640x210/f04e2f/ffffff/" ,
"zh_TW" : "http://placehold.it/640x210/f04e2f/ffffff/" },
"banner3x": { "en" : "http://placehold.it/750x210/f04e2f/ffffff/" ,
"zh_TW" : "http://placehold.it/750x210/f04e2f/ffffff/" },
"startFrom" : {
"__type": "Date",
"iso": "2014-12-24T00:00:00.000Z"
},
"endAt" : {
"__type": "Date",
"iso": "2014-12-25T23:59:59.999Z"
},
"enable" : true,
"country" : "tw"
}
]
@boska
Copy link
Author

boska commented Dec 2, 2014

title : 識別用
startFrom : 開始時間
endAt : 結束時間
enable : 開關 true or false

圖片尺寸大小png
banner1x : 320x105
banner2x: 640x210
banner3x: 750x210

targetUrl: 點擊之後的網頁
country : 國家 tw , th ,hk....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment