Check if External demand partner is created


                https://api.ocamba.com/v2/adex/external-demand-partners-autofill
            

Checks if external demand partner exists


Name
Description
urlstringrequired
URL sent by clients to check if external demand partner exists or if there are any changes in query parameters.


Example: http://xml.example.com/?pubid={pubid}&feedid={feedid}&ip={ip}&lang={language}&useragent={useragent}&user_id={userid}&iab_category={iab_category}&domain={domain}&subscription_timestamp={subscription_timestamp}

200 - OK
Arrow
Name
Description
bid_regulatorinteger
External demand bid regulator.


Example: 70

company_idstring
A unique company identifier generated by the Ocamba platform.


Example: 1234123

create_timestring
Timezone: GMT.


Example: 2021-10-29 12:47:00

idstring
A unique identifier generated by the Ocamba platform.


Example: 1815

ipv6_supportstring
IP version 6 support. Possible values are 0(supported) and 1(not supported).


Example: active

Possible values: 0 | 1

namestring
Name of the external demand.


Example: Demo external demand

partner_idstring
A unique partner identifier generated by Ocamba.


Example: 1234123

qpsobject
QPS object, number of queries per second by data centers. Minimal value by data center is 1, maximal 250000.


Example: { "am": 1000, "sg": 1000, "ny": 1000 }

settingsarray
Array of objects, external demand settings.


Example: [ { "label":"feed_id", "type":"string", "required":"1", "possible_values":null, "value":"123456" } ]

statusstring
External demand status. Possible values are active and verification.


Example: active

Possible values: active | verification

update_timestring
Timezone: GMT.


Example: 2021-10-30 14:27:26

404 - Not Found
Arrow
200 Arrow
{
  "id": "246",
  "name": "Example - Push CPC",
  "root_domain": "example.com",
  "openapi": {
      "openapi": "3.0.3",
      "components": {},
      "info": {
          "title": "Example - Push CPC",
          "version": "1.0.0"
      },
      "paths": {
          "/": {
              "get": {
                  "parameters": [
                    {
                        "in": "query",
                        "name": "pubid",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "x-ocamba-provider": "user"
                    },
                    {
                        "in": "query",
                        "name": "feedid",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "x-ocamba-provider": "user"
                    },
                    {
                        "in": "query",
                        "name": "ip",
                        "schema": {
                            "type": "string"
                        },
                        "x-ocamba-provider": "ocamba"
                    },
                    {
                        "in": "query",
                        "name": "lang",
                        "schema": {
                            "type": "string"
                        },
                        "x-ocamba-provider": "static"
                    },
                    {
                        "in": "query",
                        "name": "useragent",
                        "schema": {
                            "type": "string"
                        },
                        "x-ocamba-provider": "ocamba"
                    },
                    {
                        "in": "query",
                        "name": "user_id",
                        "schema": {
                            "type": "string"
                        },
                        "x-ocamba-provider": "ocamba"
                    },
                    {
                        "in": "query",
                        "name": "domain",
                        "schema": {
                            "type": "string"
                        },
                        "x-ocamba-provider": "ocamba"
                    },
                    {
                        "in": "query",
                        "name": "subscription_timestamp",
                        "schema": {
                            "type": "string"
                        },
                        "x-ocamba-provider": "ocamba"
                    },
                    {
                        "in": "query",
                        "name": "q",
                        "schema": {
                            "type": "string"
                        },
                        "x-ocamba-provider": "static"
                    },
                    {
                        "in": "query",
                        "name": "format",
                        "schema": {
                            "type": "string"
                        },
                        "x-ocamba-provider": "static"
                    }
                  ],
                  "responses": {
                    "200": {
                        "content": {
                            "application/json": {}
                        },
                        "description": "Real-Time bidding response"
                    }
                  }
              }
          }
      },
      "servers": [
          {
            "url": "http://xml.example.com",
          }
      ]
  },
  "type": "native",
  "pricing_model": "cpc",
  "create_time": "2022-05-05T15:26:35Z"
}
{
  "id": "1815",
  "company_id": "1234123",
  "partner_id": "1234123",
  "name": "Demo external demand",
  "settings": "[\n  {\n     \"label\":\"feed_id\",\n     \"type\":\"string\",\n     \"required\":\"1\",\n     \"possible_values\":null,\n     \"value\":\"123456\"\n  }\n] ",
  "bid_regulator": 70,
  "status": "active",
  "ipv6_support": "active",
  "qps": "{\n  \"am\": 1000,\n  \"sg\": 1000,\n  \"ny\": 1000\n}",
  "create_time": "2021-10-29 12:47:00",
  "update_time": "2021-10-30 14:27:26"
}