Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lavabit/magma.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'res/pages/json/responses/ad.json')
-rw-r--r--res/pages/json/responses/ad.json38
1 files changed, 38 insertions, 0 deletions
diff --git a/res/pages/json/responses/ad.json b/res/pages/json/responses/ad.json
new file mode 100644
index 00000000..100a545b
--- /dev/null
+++ b/res/pages/json/responses/ad.json
@@ -0,0 +1,38 @@
+[{
+ "result": {
+ "ad": {
+ "href": "/advertisement.html",
+ "title": "Loading Ad",
+ "img": {
+ "src": "http://placehold.it/300x250",
+ "alt": "Loading Ad"
+ }
+ },
+ "fact": {
+ "text": [
+ "Most elephants weigh less than the tongue of a blue whale."
+ ]
+ }
+ }
+}, {
+ "result": {
+ "ad": {
+ "href": "/advertisement.html",
+ "title": "Wide Advertisement",
+ "img": {
+ "src": "http://placehold.it/728x90",
+ "alt": "Wide Advertisement"
+ }
+ }
+ }
+}, {
+ "result": {
+ "ad": {
+ "href": "/text-ad.html",
+ "title": "Text Ad",
+ "text": "This is a text ad"
+ }
+ }
+}, {
+ "error": true
+}]