Получение кампаний

Получение кампаний для плейсмента

Плейсмент создается в админке Gravity Ads. Кампании, которые запущены в этом плейcменте, возвращает запрос /choose:

post

Get ad creatives

Body
secstringRequired

Section id

Responses
200

Successful response

application/json
post
POST /choose HTTP/1.1
Host: srv.gravityads.ai
Content-Type: application/json
Accept: */*
Content-Length: 528

{
  "sec": "646689c3404f91f26103faa6",
  "user": {
    "uid": "6655ad2d98276864840da6e3"
  },
  "session": {
    "ses": "b368b83f-0cc6-4bc3-aa98-31c1047099fa"
  },
  "ctx": {
    "type": "CATEGORY",
    "data": [
      "Parent category",
      "Sub category"
    ],
    "lng": "msk",
    "url": "http://site.ru/cat/1"
  },
  "device": {
    "user_time": "2019-08-24T14:15:22Z",
    "ua": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36",
    "ip": "127.0.0.1"
  },
  "data": [
    {
      "placementId": "646689c3404f91f26103faa6",
      "options": {
        "isImplicitImpression": true,
        "rtRule": []
      }
    }
  ]
}
200

Successful response

{
  "choices": [
    {
      "id": "646689c3404f91f26103faa6",
      "adsets": [
        {
          "adset_id": "67051a995eadbaa5390785f5",
          "test_id": "67051a995eadbaa5390785f8",
          "creative_id": "67051a995eadbaa5390785f6",
          "campaign_id": "67051a995eadbaa5390785f4",
          "ad_sec": "67051a995eadbaa5390785f4",
          "ad_account": "67051a995eadbaa5390785f2",
          "erid": "2a41b9a9-0e98-44ac-88ce-3744d1c226e4",
          "strategy_id": "67051a995eadbaa5390785f9",
          "feed_id": "67051a995eadbaa5390785f7",
          "fallback": true,
          "pid": 10,
          "data": {
            "custom": {}
          },
          "payload": {
            "data": {
              "slots": [
                {
                  "sku": "123",
                  "productData": {
                    "categories": [
                      "Category"
                    ],
                    "price": "100",
                    "url": "http://site.ru/product/123"
                  },
                  "strId": 1,
                  "slotId": "670519f27352da07900f3654:67051a995eadbaa5390785f5:67051a995eadbaa5390785f6:65c4cdc8d9123b0196017bf6:65c4dcc14738a9b1c60ef703:0:309310:0:3:0",
                  "fallback": false
                },
                {
                  "sku": "124",
                  "productData": {
                    "categories": [
                      "Category"
                    ],
                    "price": "105",
                    "url": "http://site.ru/product/123"
                  },
                  "strId": 2,
                  "slotId": "670519f27352da07900f3654:67051a995eadbaa5390785f5:67051a995eadbaa5390785f6:65c4cdc8d9123b0196017bf6:65c4dcc14738a9b1c60ef703:0:309310:0:3:0",
                  "fallback": true
                }
              ]
            }
          }
        }
      ]
    }
  ]
}

Last updated