Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.09 KB | None | 0 0
  1. "controls":[
  2.       {
  3.          "position":0,
  4.          "controlType":"simple_banner",
  5.          "content":[
  6.             {
  7.                "id":1,
  8.                "image_url":"http...",
  9.                "web_url_demo":"http...",
  10.                "web_url":"http..."
  11.             },
  12.             {
  13.                "id":2,
  14.                "image_url":"http...",
  15.                "web_url_demo":"http...",
  16.                "web_url":"http..."
  17.             }
  18.          ]
  19.       },
  20.       {
  21.          "position":1,
  22.          "controlType":"text_banner",
  23.          "content":[
  24.             {
  25.                "id":3,
  26.                "bg_image_url":"http...",
  27.                "web_url_demo":"http...",
  28.                "web_url":"http...",
  29.                "text":"This is the text that will be shown on the banner above the button",
  30.                "btn_title":"Play now"
  31.             },
  32.             {
  33.                "id":4,
  34.                "bg_image_url":"http...",
  35.                "web_url_demo":"http...",
  36.                "web_url":"http...",
  37.                "text":"This is the text that will be shown on the banner above the button",
  38.                "btn_title":"Play later"
  39.             }
  40.          ]
  41.       },
  42.       {
  43.          "position":2,
  44.          "controlType":"category_carousel",
  45.          "content":[
  46.             {
  47.                "id":5,
  48.                "image_url":"http...",
  49.                "game_url_demo":"http...",
  50.                "game_url":"http...",
  51.                "category_id":3
  52.             },
  53.             {
  54.                "id":6,
  55.                "image_url":"http...",
  56.                "game_url_demo":"http...",
  57.                "game_url":"http...",
  58.                "category_id":3
  59.             }
  60.          ]
  61.       },
  62.       {
  63.          "position":3,
  64.          "controlType":"all_game_categories",
  65.          "content":[
  66.             {
  67.                "order":0,
  68.                "category_id":7
  69.             },
  70.             {
  71.                "order":1,
  72.                "category_id":3
  73.             },
  74.             {
  75.                "order":2,
  76.                "category_id":4
  77.             }
  78.          ]
  79.       }
  80.    ]
  81. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement